diff options
Diffstat (limited to 'modern/src/map')
-rw-r--r-- | modern/src/map/Map.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modern/src/map/Map.js b/modern/src/map/Map.js index 1fa4db5d..2b95087a 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'); |