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 Sep 2, 2024
1 parent 6a1f17b commit 1456cfb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions grammars/keywords-de.lark
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_DEFINE: ("define" | "define") _SPACE?
_CALL: ("call" | "call") _SPACE?
_CALL: ("aufruf" | "call") _SPACE?
_WITH: ("with" | "with") _SPACE?
_DEF: ("def" | "def") _SPACE?
_RETURN: ("return" | "return") _SPACE?
Expand Down Expand Up @@ -49,6 +49,6 @@ _WHILE: ("solange" | "while") _SPACE
_LENGTH: "länge" | "length"
_COLOR : ("farbe" | "color") _SPACE?
_PRESSED: ("gedrückt" | "pressed") _SPACE?
clear: ("abwischen" | "clear") _SPACE?
clear: ("leere" | "clear") _SPACE?
TRUE: ("true" | "True" | "true" | "True") _SPACE?
FALSE: ("false" | "False" | "false" | "False") _SPACE?
4 changes: 2 additions & 2 deletions highlighting/highlighting-trad.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,8 @@
"black": "Schwarz|black",
"blue": "Blau|blue",
"brown": "Braun|brown",
"call": "call",
"clear": "abwischen|clear",
"call": "aufruf|call",
"clear": "leere|clear",
"color": "farbe|color",
"comma": ",",
"def": "def",
Expand Down
4 changes: 2 additions & 2 deletions static/js/appbundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -97003,8 +97003,8 @@ def note_with_error(value, err):
black: "Schwarz|black",
blue: "Blau|blue",
brown: "Braun|brown",
call: "call",
clear: "abwischen|clear",
call: "aufruf|call",
clear: "leere|clear",
color: "farbe|color",
comma: ",",
def: "def",
Expand Down

0 comments on commit 1456cfb

Please sign in to comment.