Skip to content

Commit be5f9d0

Browse files
authored
fix mistakes (#23)
- amharic - nufi - geez
1 parent eb868e8 commit be5f9d0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

amharic/amharic.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ amharic = { path = "./code.toml" }
1212
dictionary = { path = "./dictionary.toml" }
1313
names = { path = "./names.toml" }
1414

15-
[translator]
15+
[translators]
1616
date = "./scripts/datetime/date.rhai"
1717
geez_numerals = "../geez/scripts/numerals.rhai"

geez/geez.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ version = "2023-10-02"
66
geez = { path = "./code.toml" }
77
punctuation = { path = "./punctuation.toml" }
88

9-
[translator]
9+
[translators]
1010
numerals = "scripts/numerals.rhai"

nufi/nufi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "2023-10-02"
88
[translation]
99
sms = { path = "./nufi_sms.toml" }
1010

11-
[translator]
11+
[translators]
1212
date = "./scripts/datetime/date.rhai"
1313
numerals = "./scripts/numerals.rhai"
1414

0 commit comments

Comments
 (0)