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 Mar 10, 2024
1 parent a067620 commit d5052c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions grammars/keywords-et.lark
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ _OR: _SPACE ("või" | "or") _SPACE
_WHILE: ("senikui" | "while") _SPACE
_LENGTH: "pikkus" | "length"
_COLOR : ("värv" | "color") _SPACE?
_PRESSED: ("pressed" | "pressed") _SPACE?
_PRESSED: ("vajutatud" | "pressed") _SPACE?
_BUTTON: ("button" | "button") _SPACE?
clear: ("clear" | "clear") _SPACE?
clear: ("puhasta" | "clear") _SPACE?
4 changes: 2 additions & 2 deletions highlighting/highlighting-trad.json
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@
"blue": "sinine|blue",
"brown": "pruun|brown",
"call": "call",
"clear": "clear",
"clear": "puhasta|clear",
"color": "värv|color",
"comma": ",",
"def": "def",
Expand All @@ -692,7 +692,7 @@
"orange": "oranž|orange",
"pink": "roosa|pink",
"play": "play",
"pressed": "pressed",
"pressed": "vajutatud|pressed",
"print": "prindi|print",
"purple": "lilla|purple",
"random": "juhuslikult|random",
Expand Down
4 changes: 2 additions & 2 deletions static/js/appbundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -90898,7 +90898,7 @@ notes_mapping = {
blue: "sinine|blue",
brown: "pruun|brown",
call: "call",
clear: "clear",
clear: "puhasta|clear",
color: "v\xE4rv|color",
comma: ",",
def: "def",
Expand All @@ -90922,7 +90922,7 @@ notes_mapping = {
orange: "oran\u017E|orange",
pink: "roosa|pink",
play: "play",
pressed: "pressed",
pressed: "vajutatud|pressed",
print: "prindi|print",
purple: "lilla|purple",
random: "juhuslikult|random",
Expand Down

0 comments on commit d5052c0

Please sign in to comment.