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 Feb 26, 2025
1 parent c73a25b commit 6fb42b9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions grammars/keywords-mi.lark
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ _DEF: ("def" | "def") _SPACE?
_RETURN: ("return" | "return") _SPACE?
_PRINT: ("print" | "print") _SPACE?
_PLAY: ("play" | "play") _SPACE
_ASK: ("ask" | "ask")
_ASK: ("pātai" | "ask")
_ECHO: ("echo" | "echo") _SPACE?
_FORWARD: ("forward" | "forward") _SPACE?
_TURN: ("turn" | "turn") _SPACE?
left: ("left" | "left") _SPACE?
right: ("right" | "right") _SPACE?
black: ("black" | "black") _SPACE?
blue: ("blue" | "blue") _SPACE?
brown: ("brown" | "brown") _SPACE?
black: ("pango" | "black") _SPACE?
blue: ("kikorangi" | "blue") _SPACE?
brown: ("Parauri" | "brown") _SPACE?
gray: ("gray" | "gray") _SPACE?
green: ("green" | "green") _SPACE?
orange: ("orange" | "orange") _SPACE?
Expand All @@ -25,7 +25,7 @@ yellow: ("yellow" | "yellow") _SPACE?
_IS: _SPACE ("is" | "is") _SPACE
_STANDALONE_IS: ("is" | "is")
_SLEEP: ("sleep" | "sleep") _SPACE?
_ADD_LIST: ("add" | "add") _SPACE
_ADD_LIST: ("tāpiri" | "add") _SPACE
_TO_LIST: _SPACE? ("to" | "to")
_REMOVE: ("remove" | "remove") _SPACE
_FROM: _SPACE? ("from" | "from")
Expand All @@ -47,7 +47,7 @@ _INPUT: ("input" | "input")
_OR: _SPACE? ("or" | "or") _SPACE
_WHILE: ("while" | "while") _SPACE
_LENGTH: "length" | "length"
_COLOR : ("color" | "color") _SPACE?
_COLOR : ("kara" | "color") _SPACE?
_PRESSED: ("pressed" | "pressed") _SPACE?
clear: ("clear" | "clear") _SPACE?
TRUE: ("true" | "True" | "true" | "True") _SPACE?
Expand Down
12 changes: 6 additions & 6 deletions highlighting/highlighting-trad.json
Original file line number Diff line number Diff line change
Expand Up @@ -2126,16 +2126,16 @@
"mi": {
"False": "False",
"True": "True",
"add": "add",
"add": "tāpiri|add",
"and": "and",
"ask": "ask",
"ask": "pātai|ask",
"at": "at",
"black": "black",
"blue": "blue",
"brown": "brown",
"black": "pango|black",
"blue": "kikorangi|blue",
"brown": "Parauri|brown",
"call": "call",
"clear": "clear",
"color": "color",
"color": "kara|color",
"comma": ",",
"def": "def",
"define": "define",
Expand Down
12 changes: 6 additions & 6 deletions static/js/appbundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -103522,16 +103522,16 @@ def note_with_error(value, err):
mi: {
False: "False",
True: "True",
add: "add",
add: "t\u0101piri|add",
and: "and",
ask: "ask",
ask: "p\u0101tai|ask",
at: "at",
black: "black",
blue: "blue",
brown: "brown",
black: "pango|black",
blue: "kikorangi|blue",
brown: "Parauri|brown",
call: "call",
clear: "clear",
color: "color",
color: "kara|color",
comma: ",",
def: "def",
define: "define",
Expand Down
2 changes: 1 addition & 1 deletion static/js/appbundle.js.map

Large diffs are not rendered by default.

0 comments on commit 6fb42b9

Please sign in to comment.