Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Sep 20, 2024
1 parent e833cfb commit 1ba3349
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 29 deletions.
16 changes: 15 additions & 1 deletion apps/renderer/src/@types/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
const langs = ["ja", "zh-CN", "zh-TW", "pt", "fr", "ar-DZ", "ar-SA", "ar-MA", "zh-HK","fi","it","ru","es"]
const langs = [
"ja",
"zh-CN",
"zh-TW",
"pt",
"fr",
"ar-DZ",
"ar-SA",
"ar-MA",
"zh-HK",
"fi",
"it",
"ru",
"es",
]
export const currentSupportedLanguages = ["en", ...langs.sort()]
export const dayjsLocaleImportMap = {
en: ["en", () => import("dayjs/locale/en")],
Expand Down
14 changes: 0 additions & 14 deletions locales/lang/ar-dz.json

This file was deleted.

14 changes: 0 additions & 14 deletions locales/lang/ar-sa.json

This file was deleted.

0 comments on commit 1ba3349

Please sign in to comment.