Skip to content

Commit 39d51cc

Browse files
authored
Merge branch 'main' into feat/issue-14-add-timestamps
2 parents 88bb194 + 4780e1d commit 39d51cc

File tree

14 files changed

+937
-92
lines changed

14 files changed

+937
-92
lines changed

package-lock.json

Lines changed: 21 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/i18n.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,15 @@ import { nl, dutch } from "./locales/nl";
4646
import { sd, sindhi } from "./locales/sd";
4747
import { th, thai } from "./locales/th";
4848
import { as, assamese } from "./locales/as";
49+
import { bg, bulgarian } from "./locales/bg";
4950

5051
import { ms, malay } from "./locales/ms";
5152
import { mn, mongolian } from "./locales/mn";
53+
import { sw, swahili } from "./locales/sw";
5254

5355
export const languages = [
5456
english,
57+
bulgarian,
5558
chinese,
5659
danish,
5760
spanish,
@@ -98,6 +101,7 @@ export const languages = [
98101
thai,
99102
malay,
100103
mongolian,
104+
swahili,
101105
].sort((a, b) => a.name.localeCompare(b.name));
102106

103107
i18n
@@ -155,9 +159,11 @@ i18n
155159
sd,
156160
th,
157161
as,
162+
bg,
158163
ms,
159164
mn,
165+
sw,
160166
},
161167
});
162168

163-
export default i18n;
169+
export default i18n;

0 commit comments

Comments
 (0)