]> git.openstreetmap.org Git - rails.git/blob - app/assets/javascripts/i18n.js
Bump js-yaml from 4.1.0 to 4.1.1
[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();