|
1 | 1 | // AUTO-GENERATED FILE - DO NOT EDIT MANUALLY |
2 | 2 | // This file exports all available translations for i18next |
3 | 3 |
|
4 | | -import TRANSLATE_AR from "./ar/translations.json"; |
5 | | -import TRANSLATE_BG from "./bg/translations.json"; |
6 | | -import TRANSLATE_CA from "./ca/translations.json"; |
7 | | -import TRANSLATE_CS from "./cs/translations.json"; |
8 | | -import TRANSLATE_DA from "./da/translations.json"; |
9 | | -import TRANSLATE_DE from "./de/translations.json"; |
10 | | -import TRANSLATE_EL from "./el/translations.json"; |
11 | 4 | import TRANSLATE_EN from "./en/translations.json"; |
12 | | -import TRANSLATE_ES from "./es/translations.json"; |
13 | | -import TRANSLATE_ET from "./et/translations.json"; |
14 | | -import TRANSLATE_FA from "./fa/translations.json"; |
15 | | -import TRANSLATE_FI from "./fi/translations.json"; |
16 | | -import TRANSLATE_FR from "./fr/translations.json"; |
17 | | -import TRANSLATE_HR from "./hr/translations.json"; |
18 | | -import TRANSLATE_HU from "./hu/translations.json"; |
19 | | -import TRANSLATE_IT from "./it/translations.json"; |
20 | | -import TRANSLATE_JA from "./ja/translations.json"; |
21 | | -import TRANSLATE_KA from "./ka/translations.json"; |
22 | | -import TRANSLATE_KO from "./ko/translations.json"; |
23 | | -import TRANSLATE_LT from "./lt/translations.json"; |
24 | | -import TRANSLATE_NO from "./no/translations.json"; |
25 | | -import TRANSLATE_PL from "./pl/translations.json"; |
26 | | -import TRANSLATE_PT from "./pt/translations.json"; |
27 | | -import TRANSLATE_RO from "./ro/translations.json"; |
28 | | -import TRANSLATE_RU from "./ru/translations.json"; |
29 | | -import TRANSLATE_SK from "./sk/translations.json"; |
30 | | -import TRANSLATE_SV from "./sv/translations.json"; |
31 | | -import TRANSLATE_TR from "./tr/translations.json"; |
32 | | -import TRANSLATE_UK from "./uk/translations.json"; |
33 | | -import TRANSLATE_ZH_CN from "./zh_CN/translations.json"; |
34 | | -import TRANSLATE_ZH_TW from "./zh_TW/translations.json"; |
35 | 5 |
|
36 | 6 | export const translations = { |
37 | | - ar: { translation: TRANSLATE_AR }, |
38 | | - bg: { translation: TRANSLATE_BG }, |
39 | | - ca: { translation: TRANSLATE_CA }, |
40 | | - cs: { translation: TRANSLATE_CS }, |
41 | | - da: { translation: TRANSLATE_DA }, |
42 | | - de: { translation: TRANSLATE_DE }, |
43 | | - el: { translation: TRANSLATE_EL }, |
44 | 7 | en: { translation: TRANSLATE_EN }, |
45 | | - es: { translation: TRANSLATE_ES }, |
46 | | - et: { translation: TRANSLATE_ET }, |
47 | | - fa: { translation: TRANSLATE_FA }, |
48 | | - fi: { translation: TRANSLATE_FI }, |
49 | | - fr: { translation: TRANSLATE_FR }, |
50 | | - hr: { translation: TRANSLATE_HR }, |
51 | | - hu: { translation: TRANSLATE_HU }, |
52 | | - it: { translation: TRANSLATE_IT }, |
53 | | - ja: { translation: TRANSLATE_JA }, |
54 | | - ka: { translation: TRANSLATE_KA }, |
55 | | - ko: { translation: TRANSLATE_KO }, |
56 | | - lt: { translation: TRANSLATE_LT }, |
57 | | - no: { translation: TRANSLATE_NO }, |
58 | | - pl: { translation: TRANSLATE_PL }, |
59 | | - pt: { translation: TRANSLATE_PT }, |
60 | | - ro: { translation: TRANSLATE_RO }, |
61 | | - ru: { translation: TRANSLATE_RU }, |
62 | | - sk: { translation: TRANSLATE_SK }, |
63 | | - sv: { translation: TRANSLATE_SV }, |
64 | | - tr: { translation: TRANSLATE_TR }, |
65 | | - uk: { translation: TRANSLATE_UK }, |
66 | | - zh_CN: { translation: TRANSLATE_ZH_CN }, |
67 | | - zh_TW: { translation: TRANSLATE_ZH_TW }, |
68 | 8 | }; |
0 commit comments