Skip to content

Commit 1e516ce

Browse files
authored
refactor: usage of language code instead of name (#27)
1 parent be5f9d0 commit 1e516ce

14 files changed

Lines changed: 12 additions & 7 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,30 @@
22

33
![Latest afrim compatibility](https://github.com/pythonbrad/afrim-data/actions/workflows/check.yml/badge.svg)
44

5+
*All language codes should follows as possible the [ISO 639-3](https://iso639-3.sil.org).*
56

6-
## Clafrica
7+
## [Clafrica](clafrica)
78
Configuration for the Clafrica input method based on the Clafrica code of Resulam.
89
- Clafrica code for single characters
910
- Clafrica code for double characters
1011

11-
## Nufi
12+
## [Nufi](fmp)
1213
Clafrica extension for the Nufi language.
1314
- Nufi SMS
1415
- Date translator
1516
- Numerals translator
1617

17-
## Geez
18+
## [Ethiopic](ethiopic)
19+
Configuration for the Ethiopic input method.
20+
- Ethiopic code
21+
22+
## [Geez](gez)
1823
Configuration for the Geez input method.
1924
- Geez code
2025
- Geez punctuations
2126
- Numerals translators
2227

23-
## Amharic
28+
## [Amharic](am)
2429
Configuration for the Amharic input method.
2530
- Amharic code
2631
- Dictionary of Amharic names
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description = "Amharic Config File"
33
version = "2023-10-02"
44

55
[data]
6-
geez = { path = "../geez/code.toml" }
7-
geez_punctuation = { path = "../geez/punctuation.toml" }
6+
geez = { path = "../gez/code.toml" }
7+
geez_punctuation = { path = "../gez/punctuation.toml" }
88
# The amharic code will overwrite the geez code
99
amharic = { path = "./code.toml" }
1010

@@ -14,4 +14,4 @@ names = { path = "./names.toml" }
1414

1515
[translators]
1616
date = "./scripts/datetime/date.rhai"
17-
geez_numerals = "../geez/scripts/numerals.rhai"
17+
geez_numerals = "../gez/scripts/numerals.rhai"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)