GRN2-xx: Added fallback language to locales (#788)

* Added fallback language to locales

* Added comments
This commit is contained in:
Ahmad Farhat
2019-09-06 14:28:47 -04:00
committed by Jesus Federico
parent 2090b9f8e6
commit b590a5a264
5 changed files with 41 additions and 9 deletions

View File

@ -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>