Add internationalization (#114)

🇬🇧 and 🇮🇹
This commit is contained in:
Riccardo Graziosi
2022-06-05 11:40:43 +02:00
committed by GitHub
parent ba86e81aa0
commit 78049a820c
71 changed files with 802 additions and 266 deletions

View File

@@ -0,0 +1,6 @@
<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>