mirror of
https://github.com/astuto/astuto.git
synced 2025-12-28 16:06:51 +01:00
* Improve moderation page style * Increase ban period of anti-spam measures to 1 hour * Fix i18n fallbacks in production * Add EMAIL_MAIL_REPLY_TO env variable support
7 lines
240 B
Plaintext
7 lines
240 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 %>";
|
|
var IS_PRODUCTION = <%= Rails.env.production? %>;
|
|
</script> |