kopia lustrzana https://github.com/backface/turtlestitch
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.pull/95/head
rodzic
436321fc36
commit
b6669cd132
|
@ -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:
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<script src="src/maps.js?version=2020-03-25"></script>
|
||||
<script src="src/xml.js?version=2020-04-27"></script>
|
||||
<script src="src/store.js?version=2020-07-08"></script>
|
||||
<script src="src/locale.js?version=2020-07-07"></script>
|
||||
<script src="src/locale.js?version=2020-07-09"></script>
|
||||
<script src="src/cloud.js?version=2020-05-17"></script>
|
||||
<script src="src/api.js?version=2020-07-06"></script>
|
||||
<script src="src/sha512.js?version=2019-06-27"></script>
|
||||
|
|
|
@ -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':
|
||||
|
|
Ładowanie…
Reference in New Issue