mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-01 16:08:00 +02:00
Merge branch 'master' of github.com:systemed/iD
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
var locale = { _current: 'en' };
|
||||
window.locale = { _current: 'en' };
|
||||
|
||||
locale.current = function(_) {
|
||||
if (!arguments.length) return locale._current;
|
||||
|
||||
Reference in New Issue
Block a user