Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Hosted Weblate #6196

Merged
merged 2 commits into from
Feb 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion content/keywords/mi.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
{}
add: tāpiri
d3: '3'
ask: pātai
comma: ','
d0: '0'
d1: '1'
d2: '2'
d5: '5'
d6: '6'
d7: '7'
d8: '8'
blue: kikorangi
black: pango
brown: Parauri
color: kara
d9: '9'
d4: '4'
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.

Loading