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

default lang

parent 772f5668
No related branches found
No related tags found
No related merge requests found
# DO NOT EDIT THIS FILE BY HAND - IT WILL BE OVERWRITTEN BY OSUNY
<%# TODO I18n: Add "Default language" in Communication::Website %>
<% if @website.languages.any? %>
defaultContentLanguage: <%= @website.default_language.iso_code %>
<% else %>
defaultContentLanguage: fr
<% end %>
defaultContentLanguageInSubdir: <%= @website.languages.many? %>
\ No newline at end of file
......@@ -5,5 +5,7 @@ baseURL: <%= @website.url %>
## LANGUAGE
<% if @website.languages.any? %>
defaultContentLanguage: <%= @website.default_language.iso_code %>
<% else %>
defaultContentLanguage: fr
<% end %>
defaultContentLanguageInSubdir: <%= @website.languages.many? %>
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