aboutsummaryrefslogtreecommitdiff
path: root/modern/src/map/Map.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/map/Map.js')
-rw-r--r--modern/src/map/Map.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/modern/src/map/Map.js b/modern/src/map/Map.js
index 1fa4db5..2b95087 100644
--- a/modern/src/map/Map.js
+++ b/modern/src/map/Map.js
@@ -15,6 +15,7 @@ import palette from '../theme/palette';
// TODO fix localization
import en from '../../../web/l10n/en.json';
+
const t = (key) => en[key];
const element = document.createElement('div');