Skip to content

Commit

Permalink
Translations update from Hosted Weblate (#6196)
Browse files Browse the repository at this point in the history
Translations update from [Hosted Weblate](https://hosted.weblate.org) for [Hedy/Adventures](https://hosted.weblate.org/projects/hedy/adventures/).


It also includes following components:

* [Hedy/Keywords](https://hosted.weblate.org/projects/hedy/keywords/)

* [Hedy/client-messages](https://hosted.weblate.org/projects/hedy/client-messages/)

* [Hedy/Texts](https://hosted.weblate.org/projects/hedy/web-texts/)

* [Hedy/Webpages](https://hosted.weblate.org/projects/hedy/webpages/)

* [Hedy/slides](https://hosted.weblate.org/projects/hedy/slides/)

* [Hedy/Workbooks](https://hosted.weblate.org/projects/hedy/workbooks/)



Current translation status:

![Weblate translation status](https://hosted.weblate.org/widget/hedy/adventures/horizontal-auto.svg)

Co-Authored-By: Toby Connor-Kebbell <[email protected]>
  • Loading branch information
weblate and Toby Connor-Kebbell authored Feb 26, 2025
1 parent c7e2ee0 commit 20b8967
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 20 deletions.
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.

0 comments on commit 20b8967

Please sign in to comment.