-
Notifications
You must be signed in to change notification settings - Fork 326
/
Copy pathindex.ts
39 lines (39 loc) · 1.22 KB
/
index.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
export { arSA } from './ar-SA';
export { beBY } from './be-BY';
export { enUS } from './en-US';
export { enGB } from './en-GB';
export { frFR } from './fr-FR';
export { daDK } from './da-DK';
export { deDE } from './de-DE';
export { itIT } from './it-IT';
export { ptBR } from './pt-BR';
export { ptPT } from './pt-PT';
export { esES } from './es-ES';
export { esUY } from './es-UY';
export { fiFI } from './fi-FI';
export { ruRU } from './ru-RU';
export { svSE } from './sv-SE';
export { trTR } from './tr-TR';
export { nlNL } from './nl-NL';
export { nlBE } from './nl-BE';
export { jaJP } from './ja-JP';
export { heIL } from './he-IL';
export { csCZ } from './cs-CZ';
export { zhCN } from './zh-CN';
export { zhTW } from './zh-TW';
export { koKR } from './ko-KR';
export { nbNO } from './nb-NO';
export { viVN } from './vi-VN';
export { plPL } from './pl-PL';
export { elGR } from './el-GR';
export { skSK } from './sk-SK';
export { ukUA } from './uk-UA';
export { roRO } from './ro-RO';
export { esMX } from './es-MX';
export { bgBG } from './bg-BG';
export { thTH } from './th-TH';
export { caES } from './ca-ES';
export { huHU } from './hu-HU';
export { isIS } from './is-IS';
export { hrHR } from './hr-HR';
export { idID } from './id-ID';