aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2013-08-31 11:56:47 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2013-09-03 09:08:44 +0100
commit8140fcb14ce0a32273d3e98327968d77e98fa002 (patch)
tree226e2ea3a594d85b8507332e7d4c0a2e10ed5392 /templates/web/default/js
parentec890c87afe58f48a212019315222ae27d92672d (diff)
Make 'Permalink' JS string translatable.
Diffstat (limited to 'templates/web/default/js')
-rw-r--r--templates/web/default/js/translation_strings.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/default/js/translation_strings.html b/templates/web/default/js/translation_strings.html
index a0cfc02c9..f6c4f7d41 100644
--- a/templates/web/default/js/translation_strings.html
+++ b/templates/web/default/js/translation_strings.html
@@ -36,5 +36,7 @@
ok: '[% loc('OK') | replace("'", "\\'") %]',
map: '[% loc('MAP') | replace("'", "\\'") %]',
+ permalink: '[% loc('Permalink') | replace("'", "\\'") %]',
+
report_problem_heading: '[% loc('Click map to report a problem') | replace("'", "\\'") %]'
};