diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-01-16 17:19:17 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-01-19 17:46:29 +0000 |
commit | ec470c609e438892c28c69ba07cf81ea17c74f17 (patch) | |
tree | 8d91f1e3784fa7d1fb08f1c15438a1b68ff1bbc9 /templates/web/base/js | |
parent | 21c8fded9bfd34c456f5202bc812408152f3b6cf (diff) |
Add Hybrid map toggle option to Google Maps view.
Diffstat (limited to 'templates/web/base/js')
-rw-r--r-- | templates/web/base/js/translation_strings.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/web/base/js/translation_strings.html b/templates/web/base/js/translation_strings.html index a14443b71..669055a1b 100644 --- a/templates/web/base/js/translation_strings.html +++ b/templates/web/base/js/translation_strings.html @@ -42,6 +42,9 @@ ok: '[% loc('OK') | replace("'", "\\'") %]', map: '[% loc('MAP') | replace("'", "\\'") %]', + map_map: '[% loc('Map') | replace("'", "\\'") %]', + map_satellite: '[% loc('Satellite') | replace("'", "\\'") %]', + permalink: '[% loc('Permalink') | replace("'", "\\'") %]', report_problem_heading: '[% loc('Click map to report a problem') | replace("'", "\\'") %]' |