Skip to content

Commit

Permalink
updated German translation: removed obsolete strings of deprecated sl…
Browse files Browse the repository at this point in the history
…ot-interaction blocks
  • Loading branch information
jmoenig committed Nov 10, 2024
1 parent c9de48e commit 2de44f7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
* **Notable Changes:**
* deprecated "expand (input) to (n) slots" command, because "set slot ... to ..." can now do this by passing a list as value
* merged both custom block slot event hat blocks into one "when slot ... gets ..."
* **Translation Updates:**
* German

### 2024-11-10
* threads, objects, blocks: removed support for "expand" block (b/c reorganizing the whole feature)
* threads, objects, blocks, byob: merged both ustom block slot event hat blocks into one "when slot ... gets ..."
* updated OOP library for the new slot event hat block
* updated Sprite Method API library for the new slot event hat block
* updated German translation: removed obsolete strings of deprecated slot-interaction blocks

### 2024-11-09
* threads: enhanced "set slot ... to ..." command to also handle variadic inputs, setting them to a list of values
Expand Down
5 changes: 1 addition & 4 deletions locale/lang-de.js
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,6 @@ SnapTranslator.dict.de = {
"entering user mode": "",
"eraser": "",
"exceeding maximum number of clones": "Die maximale Anzahl von Klonen wird überschritten",
"expand _ to _ slots": "dehne _ auf _ Eingabefelder aus",
"expecting": "Erwarte",
"expecting a": "Erwarte",
"expecting a finite number but getting Infinity or NaN": "Erwarte eine endliche Zahl bekomme aber Unendlich oder eine Nicht-Zahl",
Expand Down Expand Up @@ -879,7 +878,7 @@ SnapTranslator.dict.de = {
"language_translator": "Jens Mönig, Jadga Hügle",
"large": "groß",
"last": "letztes",
"last_changed": "2024-11-04",
"last_changed": "2024-11-10",
"launch _ _": "starte _ _",
"left": "Rand links",
"left arrow": "Pfeil nach links",
Expand Down Expand Up @@ -1387,8 +1386,6 @@ SnapTranslator.dict.de = {
"when I am _": "Wenn ich _ werde",
"when I receive _ _": "Wenn ich _ empfange _",
"when I start as a clone": "Wenn ich als Klon starte",
"when slot _ edited": "Wenn Eingabefeld _ bearbeitet wird",
"when slot _ menu clicked": "Wenn Eingabefeld _ Menü angeklickt",
"when _": "Wenn _",
"when _ clicked": "Wenn _ angeklickt",
"when _ is edited _": "Wenn _ bearbeitet wird _",
Expand Down
2 changes: 1 addition & 1 deletion snap.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<script src="src/extensions.js?version=2024-10-09"></script>
<script src="src/xml.js?version=2021-07-05"></script>
<script src="src/store.js?version=2024-11-06"></script>
<script src="src/locale.js?version=2024-11-04"></script>
<script src="src/locale.js?version=2024-11-10"></script>
<script src="src/cloud.js?version=2023-04-12"></script>
<script src="src/api.js?version=2024-02-22"></script>
<script src="src/embroider.js?version=2024-05-09"></script>
Expand Down
4 changes: 2 additions & 2 deletions src/locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

// Global stuff

modules.locale = '2024-November-04';
modules.locale = '2024-November-10';

var Localizer;
var SnapTranslator = new Localizer();
Expand Down Expand Up @@ -203,7 +203,7 @@ SnapTranslator.dict.de = {
'translator_e-mail':
'[email protected], [email protected]',
'last_changed':
'2024-11-04'
'2024-11-10'
};

SnapTranslator.dict.it = {
Expand Down

0 comments on commit 2de44f7

Please sign in to comment.