Skip to content
Snippets Groups Projects
Commit 995b2786 authored by pabois's avatar pabois
Browse files

Merge branch 'feature/i18n' of github.com:noesya/osuny into feature/i18n

parents 571f336d 6e3e094f
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ module WithGit
def git_path_content_prefix(website)
# Handle legacy language-less websites
# TODO: Right now, we use the language of the website. It HAS TO get the language from the object including this concern.
# TODO I18n: Right now, we use the language of the website. It HAS TO get the language from the object including this concern.
path = "content/"
path += "#{website.languages.first.iso_code}/" if website.languages.any?
path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment