]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/application.js
Disable client side I18n fallbacks
[rails.git] / app / assets / javascripts / application.js
index c8f188a2e40f4163df77cef7c379109077d8b1e7..4991e82fb71d2170ec36b75fb6eded434bc23d97 100644 (file)
@@ -21,7 +21,6 @@
 
   I18n.default_locale = OSM.DEFAULT_LOCALE;
   I18n.locale = locale;
-  I18n.fallbacks = true;
 
   // '-' are replaced with '_' in https://github.com/eemeli/make-plural/tree/main/packages/plurals
   const pluralizer = plurals[locale.replace(/\W+/g, "_")] || plurals[locale.split("-")[0]];