Skip to content

Commit

Permalink
Migration: create localization config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mtillman committed Aug 25, 2016
1 parent 09bbb43 commit b4ac308
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .localization-config
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"Filters": [
{
"Files": [
"**/*.md"
],
"Priorities": [
{
"Priority": "ht",
"Locales": [
"cs-cz",
"de-de",
"en-gb",
"es-es",
"fr-fr",
"hu-hu",
"it-it",
"ja-jp",
"ko-kr",
"nl-nl",
"pl-pl",
"pt-br",
"pt-pt",
"ru-ru",
"sv-se",
"tr-tr",
"zh-cn",
"zh-tw",
"zh-hk",
"ar-sa",
"da-dk",
"el-gr",
"fi-fi",
"he-il",
"kk-kz",
"nb-no",
"th-th"
],
"Type": "ht"
}
]
}
],
"IncludeDependencies": true,
"AutoPush": true,
"XliffVersion": "1.2",
"UseJavascriptMarkdownTransformer": true
}

0 comments on commit b4ac308

Please sign in to comment.