sl.d.ts 2.33 KB
Newer Older
Joe TS Dell's avatar
Joe TS Dell committed
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
import { CustomLocale } from "../types/locale";
export declare const Slovenian: CustomLocale;
declare const _default: {
    ar?: CustomLocale | undefined;
    at?: CustomLocale | undefined;
    az?: CustomLocale | undefined;
    be?: CustomLocale | undefined;
    bg?: CustomLocale | undefined;
    bn?: CustomLocale | undefined;
    bs?: CustomLocale | undefined;
    ca?: CustomLocale | undefined;
    cat?: CustomLocale | undefined;
    cs?: CustomLocale | undefined;
    cy?: CustomLocale | undefined;
    da?: CustomLocale | undefined;
    de?: CustomLocale | undefined;
    default?: CustomLocale | undefined;
    en?: CustomLocale | undefined;
    eo?: CustomLocale | undefined;
    es?: CustomLocale | undefined;
    et?: CustomLocale | undefined;
    fa?: CustomLocale | undefined;
    fi?: CustomLocale | undefined;
    fo?: CustomLocale | undefined;
    fr?: CustomLocale | undefined;
    gr?: CustomLocale | undefined;
    he?: CustomLocale | undefined;
    hi?: CustomLocale | undefined;
    hr?: CustomLocale | undefined;
    hu?: CustomLocale | undefined;
    id?: CustomLocale | undefined;
    is?: CustomLocale | undefined;
    it?: CustomLocale | undefined;
    ja?: CustomLocale | undefined;
    ka?: CustomLocale | undefined;
    ko?: CustomLocale | undefined;
    km?: CustomLocale | undefined;
    kz?: CustomLocale | undefined;
    lt?: CustomLocale | undefined;
    lv?: CustomLocale | undefined;
    mk?: CustomLocale | undefined;
    mn?: CustomLocale | undefined;
    ms?: CustomLocale | undefined;
    my?: CustomLocale | undefined;
    nl?: CustomLocale | undefined;
    no?: CustomLocale | undefined;
    pa?: CustomLocale | undefined;
    pl?: CustomLocale | undefined;
    pt?: CustomLocale | undefined;
    ro?: CustomLocale | undefined;
    ru?: CustomLocale | undefined;
    si?: CustomLocale | undefined;
    sk?: CustomLocale | undefined;
    sl?: CustomLocale | undefined;
    sq?: CustomLocale | undefined;
    sr?: CustomLocale | undefined;
    sv?: CustomLocale | undefined;
    th?: CustomLocale | undefined;
    tr?: CustomLocale | undefined;
    uk?: CustomLocale | undefined;
    vn?: CustomLocale | undefined;
    zh?: CustomLocale | undefined;
    uz?: CustomLocale | undefined;
    uz_latn?: CustomLocale | undefined;
    zh_tw?: CustomLocale | undefined;
} & {
    default: import("../types/locale").Locale;
};
export default _default;