From b6669cd132e7e184072898a9530914bc01bc8704 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Thu, 9 Jul 2020 12:41:22 +0200 Subject: [PATCH] added English translation for 'length of %s' to 'length of text %s' to avoid confusion among both blocks. Note: I've added a "translation" so the original string doesn't have to changed. This way the existing translations still work. --- HISTORY.md | 3 ++- snap.html | 2 +- src/locale.js | 6 ++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index cb82d661..5adbd48e 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -5,7 +5,8 @@ ### 2020-07-09 * new dev version * threads: fixed FOR EACH for hybrid lists, thanks, Brian! -* threads: fixed script execution behavior when turning turbo mode off programmatically, thanks, Jadga, for reporting it. +* threads: fixed script execution behavior when turning turbo mode off programmatically, thanks, Jadga, for reporting it. +* locale: added English translation for 'length of %s' to 'length of text %s' to avoid confusion among both blocks ## 6.0.0: diff --git a/snap.html b/snap.html index d82df538..bd4ec2c2 100755 --- a/snap.html +++ b/snap.html @@ -20,7 +20,7 @@ - + diff --git a/src/locale.js b/src/locale.js index ab4583cf..cf9270da 100644 --- a/src/locale.js +++ b/src/locale.js @@ -46,7 +46,7 @@ /*global modules, contains*/ -modules.locale = '2020-July-07'; +modules.locale = '2020-July-09'; // Global stuff @@ -125,7 +125,7 @@ SnapTranslator.dict.en = { 'translator_e-mail': 'jens@moenig.org', 'last_changed': - '2019-10-21', + '2020-07-09', // symbols in dropdowns '__shout__go__': @@ -134,6 +134,8 @@ SnapTranslator.dict.en = { // rewordings in English avoiding having to adjust all other translations 'any': 'random', + 'length of %s': + 'length of text %s', // long strings look-up only 'file menu import hint':