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 19, 2024
1 parent 201781b commit 21e33dd
Show file tree
Hide file tree
Showing 7 changed files with 262 additions and 6 deletions.
54 changes: 54 additions & 0 deletions grammars/keywords-om.lark
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
_DEFINE: ("" | "define") _SPACE?
_CALL: ("" | "call") _SPACE?
_WITH: ("" | "with") _SPACE?
_DEF: ("" | "def") _SPACE?
_RETURN: ("" | "return") _SPACE?
_PRINT: ("" | "print") _SPACE?
_PLAY: ("" | "play") _SPACE
_ASK: ("" | "ask")
_ECHO: ("" | "echo") _SPACE?
_FORWARD: ("" | "forward") _SPACE?
_TURN: ("" | "turn") _SPACE?
left: ("" | "left") _SPACE?
right: ("" | "right") _SPACE?
black: ("" | "black") _SPACE?
blue: ("" | "blue") _SPACE?
brown: ("" | "brown") _SPACE?
gray: ("" | "gray") _SPACE?
green: ("" | "green") _SPACE?
orange: ("" | "orange") _SPACE?
pink: ("" | "pink") _SPACE?
purple: ("" | "purple") _SPACE?
red: ("" | "red") _SPACE?
white: ("" | "white") _SPACE?
yellow: ("" | "yellow") _SPACE?
_IS: _SPACE ("" | "is") _SPACE
_STANDALONE_IS: ("" | "is")
_SLEEP: ("" | "sleep") _SPACE?
_ADD_LIST: ("" | "add") _SPACE
_TO_LIST: _SPACE? ("" | "to") _SPACE
_REMOVE: ("" | "remove") _SPACE
_FROM: _SPACE? ("" | "from") _SPACE
_AT: _SPACE ("" | "at") _SPACE
random: ("" | "random") _SPACE?
_IN: _SPACE ("" | "in") _SPACE
_NOT_IN: _SPACE ("" | "not in") _SPACE
_IF: ("" | "if") _SPACE
_ELSE: "" | "else"
_AND: _SPACE? ("" | "and") _SPACE
_REPEAT: ("" | "repeat") _SPACE
_TIMES: _SPACE ("" | "times")
_FOR: ("" | "for") _SPACE
_RANGE: ("" | "range") _SPACE?
_TO: _SPACE ("" | "to") _SPACE
_STEP: "" | "step"
_ELIF: _SPACE? ("" | "elif") _SPACE
_INPUT: ("" | "input")
_OR: _SPACE? ("" | "or") _SPACE
_WHILE: ("" | "while") _SPACE
_LENGTH: "" | "length"
_COLOR : ("" | "color") _SPACE?
_PRESSED: ("" | "pressed") _SPACE?
clear: ("" | "clear") _SPACE?
TRUE: ("" | "" | "true" | "True") _SPACE?
FALSE: ("" | "" | "false" | "False") _SPACE?
59 changes: 59 additions & 0 deletions highlighting/highlighting-trad.json
Original file line number Diff line number Diff line change
Expand Up @@ -1946,6 +1946,65 @@
"yellow": "geel|yellow",
"DIGIT": "0123456789"
},
"om": {
"False": "|False",
"True": "|True",
"add": "|add",
"and": "|and",
"ask": "|ask",
"at": "|at",
"black": "|black",
"blue": "|blue",
"brown": "|brown",
"call": "|call",
"clear": "|clear",
"color": "|color",
"comma": "|,",
"def": "|def",
"define": "|define",
"echo": "|echo",
"elif": "|elif",
"else": "|else",
"false": "|false",
"for": "|for",
"forward": "|forward",
"from": "|from",
"gray": "|gray",
"green": "|green",
"if": "|if",
"in": "|in",
"input": "|input",
"is": "|is",
"left": "|left",
"length": "|length",
"not_in": "|not in",
"or": "|or",
"orange": "|orange",
"pink": "|pink",
"play": "|play",
"pressed": "|pressed",
"print": "|print",
"purple": "|purple",
"random": "|random",
"range": "|range",
"red": "|red",
"remove": "|remove",
"repeat": "|repeat",
"return": "|return",
"right": "|right",
"sleep": "|sleep",
"step": "|step",
"times": "|times",
"to": "|to",
"to_list": "|to",
"true": "|true",
"turn": "|turn",
"while": "|while",
"white": "|white",
"with": "|with",
"yellow": "|yellow",
"DIGIT": "0123456789"
},
"pa_PK": {
"False": "False",
"True": "True",
Expand Down
106 changes: 103 additions & 3 deletions static/js/appbundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -14668,7 +14668,7 @@ Read more: ${P}#error-${t4}`;
}
_wrapPosition(t4, e3) {
if (e3.isSimilar(t4.parent)) {
return om(t4.clone());
return om2(t4.clone());
}
if (t4.parent.is("$text")) {
t4 = im(t4);
Expand All @@ -14686,7 +14686,7 @@ Read more: ${P}#error-${t4}`;
if (r3 instanceof nu && s3 instanceof nu) {
return rm2(r3, s3);
}
return om(i3);
return om2(i3);
}
_wrapAttributeElement(t4, e3) {
if (!dm(t4, e3)) {
Expand Down Expand Up @@ -14876,7 +14876,7 @@ Read more: ${P}#error-${t4}`;
}
return t4.getIdentity() < e3.getIdentity();
}
function om(t4) {
function om2(t4) {
const e3 = t4.nodeBefore;
if (e3 && e3.is("$text")) {
return new yh(e3, e3.data.length);
Expand Down Expand Up @@ -61850,6 +61850,46 @@ ${o3}` : i3;
"turtle": "\u{1F422}",
"unsaved_class_changes": "There are unsaved changes, are you sure you want to leave this page?"
},
"om": {
"CheckInternet": "",
"Connection_error": "",
"Empty_output": "",
"Errors_found": "",
"Execute_error": "",
"Other_error": "",
"Program_repair": "",
"Program_too_long": "",
"ServerError": "",
"Transpile_error": "",
"Transpile_success": "\n\n\n\n",
"Transpile_warning": "",
"Unsaved_Changes": "",
"adventures_completed": "Adventures completed: {number_of_adventures}",
"adventures_restored": "The default adventures have been restored.",
"adventures_tried": "Adventures tried",
"copy_link_to_share": "Copy link to share",
"customization_deleted": "Customizations successfully deleted.",
"dice": "",
"directly_available": "Directly open",
"disabled": "Disabled",
"errors": "Errors",
"fortune": "",
"graph_title": "Errors per adventure completed on level {level}",
"haunted": "",
"level_title": "Level",
"multiple_keywords_warning": "You are trying to use the keyword {orig_keyword}, but this keyword might have several meanings. Please choose the one you're trying to use from this list and copy paste it in your code, curly braces included: {keyword_list}",
"number_of_errors": "Number of errors: {number_of_errors}",
"one_level_error": "You need to select at least one level.",
"restaurant": "",
"rock": "",
"select_all": "Select all",
"selected": "Selected",
"songs": "",
"successful_runs": "Successful runs: {successful_runs}",
"teacher_welcome": "Welcome to Hedy! Your are now the proud owner of a teachers account which allows you to create classes and invite students.",
"turtle": "",
"unsaved_class_changes": "There are unsaved changes, are you sure you want to leave this page?"
},
"pa_PK": {
"CheckInternet": "Check whether your Internet connection is working.",
"Connection_error": "We couldn't reach the server.",
Expand Down Expand Up @@ -98487,6 +98527,65 @@ def note_with_error(value, err):
yellow: "geel|yellow",
DIGIT: "0123456789"
};
var om = {
False: "|False",
True: "|True",
add: "|add",
and: "|and",
ask: "|ask",
at: "|at",
black: "|black",
blue: "|blue",
brown: "|brown",
call: "|call",
clear: "|clear",
color: "|color",
comma: "|,",
def: "|def",
define: "|define",
echo: "|echo",
elif: "|elif",
else: "|else",
false: "|false",
for: "|for",
forward: "|forward",
from: "|from",
gray: "|gray",
green: "|green",
if: "|if",
in: "|in",
input: "|input",
is: "|is",
left: "|left",
length: "|length",
not_in: "|not in",
or: "|or",
orange: "|orange",
pink: "|pink",
play: "|play",
pressed: "|pressed",
print: "|print",
purple: "|purple",
random: "|random",
range: "|range",
red: "|red",
remove: "|remove",
repeat: "|repeat",
return: "|return",
right: "|right",
sleep: "|sleep",
step: "|step",
times: "|times",
to: "|to",
to_list: "|to",
true: "|true",
turn: "|turn",
while: "|while",
white: "|white",
with: "|with",
yellow: "|yellow",
DIGIT: "0123456789"
};
var pa_PK = {
False: "False",
True: "True",
Expand Down Expand Up @@ -99937,6 +100036,7 @@ def note_with_error(value, err):
ms,
nb_NO,
nl,
om,
pa_PK,
pap,
peo,
Expand Down
4 changes: 2 additions & 2 deletions static/js/appbundle.js.map

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions static/js/message-translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1323,6 +1323,46 @@ export const TRANSLATIONS: Record<string, Record<MessageKey, string>> = {
"turtle": "🐢",
"unsaved_class_changes": "There are unsaved changes, are you sure you want to leave this page?"
},
"om": {
"CheckInternet": "",
"Connection_error": "",
"Empty_output": "",
"Errors_found": "",
"Execute_error": "",
"Other_error": "",
"Program_repair": "",
"Program_too_long": "",
"ServerError": "",
"Transpile_error": "",
"Transpile_success": "\n\n\n\n",
"Transpile_warning": "",
"Unsaved_Changes": "",
"adventures_completed": "Adventures completed: {number_of_adventures}",
"adventures_restored": "The default adventures have been restored.",
"adventures_tried": "Adventures tried",
"copy_link_to_share": "Copy link to share",
"customization_deleted": "Customizations successfully deleted.",
"dice": "",
"directly_available": "Directly open",
"disabled": "Disabled",
"errors": "Errors",
"fortune": "",
"graph_title": "Errors per adventure completed on level {level}",
"haunted": "",
"level_title": "Level",
"multiple_keywords_warning": "You are trying to use the keyword {orig_keyword}, but this keyword might have several meanings. Please choose the one you're trying to use from this list and copy paste it in your code, curly braces included: {keyword_list}",
"number_of_errors": "Number of errors: {number_of_errors}",
"one_level_error": "You need to select at least one level.",
"restaurant": "",
"rock": "",
"select_all": "Select all",
"selected": "Selected",
"songs": "",
"successful_runs": "Successful runs: {successful_runs}",
"teacher_welcome": "Welcome to Hedy! Your are now the proud owner of a teachers account which allows you to create classes and invite students.",
"turtle": "",
"unsaved_class_changes": "There are unsaved changes, are you sure you want to leave this page?"
},
"pa_PK": {
"CheckInternet": "Check whether your Internet connection is working.",
"Connection_error": "We couldn't reach the server.",
Expand Down
2 changes: 2 additions & 0 deletions static_babel_content.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@
"ms": "Melayu",
"nb_NO": "Norsk Bokm\u00e5l (Norge)",
"nl": "Nederlands",
"om": "Oromoo",
"pa_PK": "\u067e\u0646\u062c\u0627\u0628\u06cc (\u0639\u0631\u0628\u06cc, \u067e\u0627\u06a9\u0633\u062a\u0627\u0646)",
"pap": "Papiamentu",
"pl": "Polski",
Expand Down Expand Up @@ -344,6 +345,7 @@
"ms": "ltr",
"nb_NO": "ltr",
"nl": "ltr",
"om": "ltr",
"pa_PK": "rtl",
"pap": "ltr",
"pl": "ltr",
Expand Down
3 changes: 2 additions & 1 deletion translations/om/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Translations template for PROJECT.
# Oromo translations for PROJECT.
# Copyright (C) 2024 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
Expand Down Expand Up @@ -1861,3 +1861,4 @@ msgstr ""

msgid "your_program"
msgstr ""

0 comments on commit 21e33dd

Please sign in to comment.