mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
6 lines
188 B
Plaintext
6 lines
188 B
Plaintext
|
|
<script type="text/javascript">
|
||
|
|
// Used to set I18n-js locale to Rails locale
|
||
|
|
// Variable used in javascript/translations/index.js.erb
|
||
|
|
|
||
|
|
var LOCALE = "<%= I18n.locale %>";
|
||
|
|
</script>
|