Skip to content

Commit

Permalink
🤖 Automatically update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate authored and actions-user committed Nov 10, 2024
1 parent 51fcce2 commit 48f59a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions grammars/keywords-de.lark
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _RETURN: ("zurück" | "return") _SPACE?
_PRINT: ("drucke" | "print") _SPACE?
_PLAY: ("spiele" | "play") _SPACE
_ASK: ("frage" | "ask")
_ECHO: ("Echo" | "echo") _SPACE?
_ECHO: ("echo" | "echo") _SPACE?
_FORWARD: ("vorwärts" | "forward") _SPACE?
_TURN: ("drehe" | "turn") _SPACE?
left: ("links" | "left") _SPACE?
Expand All @@ -25,8 +25,8 @@ yellow: ("Gelb" | "yellow") _SPACE?
_IS: _SPACE ("ist" | "is") _SPACE
_STANDALONE_IS: ("ist" | "is")
_SLEEP: ("schlafe" | "sleep") _SPACE?
_ADD_LIST: ("addiere" | "add") _SPACE
_TO_LIST: _SPACE? ("zu" | "to")
_ADD_LIST: ("hänge" | "add") _SPACE
_TO_LIST: _SPACE? ("an" | "to")
_REMOVE: ("entferne" | "remove") _SPACE
_FROM: _SPACE? ("aus" | "from")
_AT: _SPACE ("an" | "at") _SPACE
Expand Down
6 changes: 3 additions & 3 deletions highlighting/highlighting-trad.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
"de": {
"False": "Falsch|False",
"True": "Wahr|True",
"add": "addiere|add",
"add": "hänge|add",
"and": "und|and",
"ask": "frage|ask",
"at": "an|at",
Expand All @@ -428,7 +428,7 @@
"comma": ",",
"def": "def",
"define": "definiere|define",
"echo": "Echo|echo",
"echo": "echo",
"elif": "sofalls|elif",
"else": "sonst|else",
"false": "falsch|false",
Expand Down Expand Up @@ -462,7 +462,7 @@
"step": "schritt|step",
"times": "mal|times",
"to": "bis|to",
"to_list": "zu|to",
"to_list": "an|to",
"true": "wahr|true",
"turn": "drehe|turn",
"while": "solange|while",
Expand Down
6 changes: 3 additions & 3 deletions static/js/appbundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -97239,7 +97239,7 @@ def note_with_error(value, err):
var de = {
False: "Falsch|False",
True: "Wahr|True",
add: "addiere|add",
add: "h\xE4nge|add",
and: "und|and",
ask: "frage|ask",
at: "an|at",
Expand All @@ -97252,7 +97252,7 @@ def note_with_error(value, err):
comma: ",",
def: "def",
define: "definiere|define",
echo: "Echo|echo",
echo: "echo",
elif: "sofalls|elif",
else: "sonst|else",
false: "falsch|false",
Expand Down Expand Up @@ -97286,7 +97286,7 @@ def note_with_error(value, err):
step: "schritt|step",
times: "mal|times",
to: "bis|to",
to_list: "zu|to",
to_list: "an|to",
true: "wahr|true",
turn: "drehe|turn",
while: "solange|while",
Expand Down

0 comments on commit 48f59a5

Please sign in to comment.