forked from External/greenlight
GRN2-xx: Added fallback language to locales (#788)
* Added fallback language to locales * Added comments
This commit is contained in:
committed by
Jesus Federico
parent
2090b9f8e6
commit
b590a5a264
@ -47,6 +47,7 @@
|
||||
<script type="text/javascript">
|
||||
// Include the correct translated strings for Javascript
|
||||
window.I18n = <%= current_translations.to_json.html_safe %>
|
||||
window.I18nFallback = <%= fallback_translations.to_json.html_safe %>
|
||||
</script>
|
||||
</head>
|
||||
|
||||
|
Reference in New Issue
Block a user