Skip to content

Commit 7b8bc1c

Browse files
committed
Migration: create localization config file
1 parent 4bd09ef commit 7b8bc1c

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

.localization-config

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"Filters": [
3+
{
4+
"Files": [
5+
"**/*.md"
6+
],
7+
"Priorities": [
8+
{
9+
"Priority": "ht",
10+
"Locales": [
11+
"cs-cz",
12+
"de-de",
13+
"en-gb",
14+
"es-es",
15+
"fr-fr",
16+
"hu-hu",
17+
"it-it",
18+
"ja-jp",
19+
"ko-kr",
20+
"nl-nl",
21+
"pl-pl",
22+
"pt-br",
23+
"pt-pt",
24+
"ru-ru",
25+
"sv-se",
26+
"tr-tr",
27+
"zh-cn",
28+
"zh-tw",
29+
"zh-hk",
30+
"ar-sa",
31+
"da-dk",
32+
"el-gr",
33+
"fi-fi",
34+
"he-il",
35+
"kk-kz",
36+
"nb-no",
37+
"th-th"
38+
],
39+
"Type": "ht"
40+
}
41+
]
42+
}
43+
],
44+
"IncludeDependencies": true,
45+
"AutoPush": true,
46+
"XliffVersion": "1.2",
47+
"UseJavascriptMarkdownTransformer": true
48+
}

0 commit comments

Comments
 (0)