diff options
author | Mario <mario@mariovavti.com> | 2018-10-13 20:16:56 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-10-13 20:16:56 +0200 |
commit | a2575059e2a068a67cd984888422265c6888f261 (patch) | |
tree | 2fddc09518ef113a7253dcbdac0e2df205f6ca6a /view/tpl/js_strings.tpl | |
parent | c36773674ec0e918ca7d56dcee7ee461e7d45e98 (diff) | |
parent | 54bdf59dde11e5154c696c33719aaf3976b74e6c (diff) | |
download | volse-hubzilla-a2575059e2a068a67cd984888422265c6888f261.tar.gz volse-hubzilla-a2575059e2a068a67cd984888422265c6888f261.tar.bz2 volse-hubzilla-a2575059e2a068a67cd984888422265c6888f261.zip |
Merge branch 'patch-14' into 'dev'
Add date/time plurals translation in JavaScript
See merge request hubzilla/core!1336
Diffstat (limited to 'view/tpl/js_strings.tpl')
-rwxr-xr-x | view/tpl/js_strings.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/js_strings.tpl b/view/tpl/js_strings.tpl index 01fc3f993..f7425ba98 100755 --- a/view/tpl/js_strings.tpl +++ b/view/tpl/js_strings.tpl @@ -34,7 +34,7 @@ 'name_ok1' : "{{$name_ok1}}", 'name_ok2' : "{{$name_ok2}}", - + 'plural_func' : "{{$plural_func}}", 't01' : "{{$t01}}", 't02' : "{{$t02}}", |