]> git.openstreetmap.org Git - rails.git/blob - app/assets/javascripts/i18n.js
Update to i18n-js 4.x
[rails.git] / app / assets / javascripts / i18n.js
1 //= require i18n-js/dist/browser/index.js
2
3 if (typeof OSM === "undefined") {
4   OSM = {};
5 }
6
7 OSM.i18n = new I18n.I18n();