-
Notifications
You must be signed in to change notification settings - Fork 836
Expand file tree
/
Copy pathi18n.json
More file actions
123 lines (123 loc) · 3.17 KB
/
i18n.json
File metadata and controls
123 lines (123 loc) · 3.17 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"version": "1.12",
"locale": {
"source": "en",
"targets": ["es"]
},
"buckets": {
"ail": {
"include": ["demo/ail/*.ail"]
},
"xliff": {
"include": ["demo/xliff/[locale]/*.xliff"]
},
"android": {
"include": ["demo/android/[locale]/*.xml"]
},
"csv": {
"include": ["demo/csv/example.csv"]
},
"csv-per-locale": {
"include": ["demo/csv-per-locale/[locale]/example.csv"],
"lockedKeys": ["locked_key_1"],
"ignoredKeys": ["ignored_key_1"]
},
"ejs": {
"include": ["demo/ejs/[locale]/*.ejs"]
},
"flutter": {
"include": ["demo/flutter/[locale]/*.arb"]
},
"html": {
"include": ["demo/html/[locale]/*.html"]
},
"json": {
"include": ["demo/json/[locale]/example.json"],
"lockedKeys": ["locked_key_1"],
"ignoredKeys": ["ignored_key_1"],
"preservedKeys": ["preserved_key_1", "legal/preserved_nested"]
},
"jsonc": {
"include": ["demo/jsonc/[locale]/example.jsonc"],
"lockedKeys": ["locked_key_1"],
"ignoredKeys": ["ignored_key_1"]
},
"json5": {
"include": ["demo/json5/[locale]/example.json5"]
},
"json-dictionary": {
"include": ["demo/json-dictionary/example.json"]
},
"markdoc": {
"include": ["demo/markdoc/[locale]/*.markdoc"]
},
"markdown": {
"include": ["demo/markdown/[locale]/*.md"],
"exclude": ["demo/markdown/[locale]/ignored.md"]
},
"mdx": {
"include": ["demo/mdx/[locale]/*.mdx"],
"lockedKeys": ["meta/locked_key_1"],
"ignoredKeys": ["meta/ignored_key_1"]
},
"mjml": {
"include": ["demo/mjml/[locale]/*.mjml"]
},
"po": {
"include": ["demo/po/[locale]/*.po"]
},
"properties": {
"include": ["demo/properties/[locale]/*.properties"]
},
"srt": {
"include": ["demo/srt/[locale]/*.srt"]
},
"txt": {
"include": ["demo/txt/[locale]/*.txt"]
},
"typescript": {
"include": ["demo/typescript/[locale]/*.ts"],
"lockedKeys": ["forms/locked_key_1"],
"ignoredKeys": ["forms/ignored_key_1"]
},
"twig": {
"include": ["demo/twig/[locale]/*.twig"]
},
"vtt": {
"include": ["demo/vtt/[locale]/*.vtt"]
},
"xcode-strings": {
"include": ["demo/xcode-strings/[locale]/*.strings"]
},
"xcode-stringsdict": {
"include": ["demo/xcode-stringsdict/[locale]/*.stringsdict"]
},
"xcode-xcstrings": {
"include": ["demo/xcode-xcstrings/*.xcstrings"],
"lockedKeys": ["api_key"],
"ignoredKeys": ["item_count"]
},
"xcode-xcstrings-v2": {
"include": ["demo/xcode-xcstrings-v2/example.xcstrings"],
"lockedKeys": ["%d items left"]
},
"xml": {
"include": ["demo/xml/[locale]/*.xml"]
},
"yaml": {
"include": ["demo/yaml/[locale]/*.yml"],
"lockedKeys": ["locked_key_1"],
"ignoredKeys": ["ignored_key_1"]
},
"yaml-root-key": {
"include": ["demo/yaml-root-key/[locale]/*.yml"]
},
"php": {
"include": ["demo/php/[locale]/*.php"]
},
"vue-json": {
"include": ["demo/vue-json/*.vue"]
}
},
"$schema": "https://lingo.dev/schema/i18n.json"
}