Skip to content
Snippets Groups Projects
Unverified Commit 6e3e094f authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

todo i18n

parent d82bb0f4
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