forked from lingodotdev/lingo.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathi18n.json
More file actions
83 lines (83 loc) · 2.14 KB
/
Copy pathi18n.json
File metadata and controls
83 lines (83 loc) · 2.14 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
{
"version": "1.10",
"locale": {
"source": "en",
"targets": ["es"]
},
"buckets": {
"xliff": {
"include": ["demo/xliff/[locale]/*.xliff"]
},
"android": {
"include": ["demo/android/[locale]/*.xml"]
},
"csv": {
"include": ["demo/csv/example.csv"]
},
"flutter": {
"include": ["demo/flutter/[locale]/*.arb"]
},
"html": {
"include": ["demo/html/[locale]/*.html"]
},
"json": {
"include": ["demo/json/[locale]/*.json"],
"lockedKeys": ["locked_key_1"],
"ignoredKeys": ["ignored_key_1"]
},
"jsonc": {
"include": ["demo/jsonc/[locale]/*.jsonc"],
"lockedKeys": ["locked_key_1"],
"ignoredKeys": ["ignored_key_1"]
},
"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"]
},
"po": {
"include": ["demo/po/[locale]/*.po"]
},
"properties": {
"include": ["demo/properties/[locale]/*.properties"]
},
"typescript": {
"include": ["demo/typescript/[locale]/*.ts"],
"lockedKeys": ["forms/locked_key_1"],
"ignoredKeys": ["forms/ignored_key_1"]
},
"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/*.xcstrings"]
},
"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"
}