Skip to content

Commit 72dd613

Browse files
author
Huang ShuWei
authored
Merge pull request #358 from ElectronSz/master
added Afrikaans and Zulu locales
2 parents 13d6d9b + 85f6d63 commit 72dd613

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

packages/src/locale/lang/af-ZA.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
export default {
2+
pagination: {
3+
goto: "Gaan na",
4+
page: "",
5+
itemsPerPage: " / bladsy",
6+
total: total => `Totaall ${total}`,
7+
prev5: "Vorige 5 Bladsye",
8+
next5: "Volgende 5 Bladsye"
9+
},
10+
table: {
11+
confirmFilter: "Bevestig",
12+
resetFilter: "Stel terug"
13+
}
14+
};

packages/src/locale/lang/zu-ZA.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
export default {
2+
pagination: {
3+
goto: "Iya ku",
4+
page: "",
5+
itemsPerPage: " / Emakhasi",
6+
total: total => `Okuphelele ${total}`,
7+
prev5: "5 Esedlule Emakhasi",
8+
next5: "5 Emakhasi Lalandzelako"
9+
},
10+
table: {
11+
confirmFilter: "Qiniseka",
12+
resetFilter: "Setha Kabusha"
13+
}
14+
};

0 commit comments

Comments
 (0)