]> git.openstreetmap.org Git - rails.git/commit
Disable client side I18n fallbacks
authorTom Hughes <tom@compton.nu>
Mon, 3 Mar 2025 20:35:32 +0000 (20:35 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 8 Mar 2025 15:18:01 +0000 (15:18 +0000)
commit84fc41716298c24e7ed2ce5d96d4abe9c75fe94b
tree96ef67a15bae89be6995897683c9b100689a039b
parent998ef40d19762fc879c9607941890b058c9014b2
Disable client side I18n fallbacks

They weren't actually doing anything, as we only ever load
resources for the current language, and the real fallback is
handled on the server when those are built.
app/assets/javascripts/application.js