Skip to content

Commit 31f3d76

Browse files
committed
Add Luxembourgish to statement languages.
1 parent 0b32220 commit 31f3d76

File tree

1 file changed

+2
-1
lines changed
  • task-maker-format/src/ioi/statement

1 file changed

+2
-1
lines changed

task-maker-format/src/ioi/statement/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mod booklet;
1616
mod statement;
1717

1818
/// List of languages supported by CMS for statements
19-
pub const LANGUAGES: [&str; 60] = [
19+
pub const LANGUAGES: [&str; 61] = [
2020
"afrikaans",
2121
"arabic",
2222
"armenian",
@@ -52,6 +52,7 @@ pub const LANGUAGES: [&str; 60] = [
5252
"kyrgyz",
5353
"latvian",
5454
"lithuanian",
55+
"luxembourgish",
5556
"macedonian",
5657
"malay",
5758
"mongolian",

0 commit comments

Comments
 (0)