We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ed60e commit cc49ffaCopy full SHA for cc49ffa
i18n/config.json
@@ -7,6 +7,14 @@
7
"langDir": "ltr",
8
"dateFormat": "MM/DD/YYYY"
9
},
10
+ {
11
+ "code": "am",
12
+ "crowdinCode": "am",
13
+ "name": "Amharic",
14
+ "localName": "አማርኛ",
15
+ "langDir": "ltr",
16
+ "dateFormat": "MM/DD/YYYY"
17
+ },
18
{
19
"code": "ar",
20
"crowdinCode": "ar",
src/scripts/crowdin-import.ts
@@ -32,6 +32,7 @@ const argv = require("minimist")(process.argv.slice(2))
32
33
type UserSelectionObject = { [key: string]: Array<number> }
34
const USER_SELECTION: UserSelectionObject = {
35
+ am: [],
36
ar: [],
37
az: [],
38
bg: [],
0 commit comments