Skip to content

Commit c60bbad

Browse files
Add localization settings files for loc pipeline (#359)
1 parent 00fb609 commit c60bbad

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

internal/translations/LocProject.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"Projects": [
3+
{
4+
"LanguageSet": "AzureKatal_Languages",
5+
"LocItems": [
6+
{
7+
"SourceFile": "internal\\translations\\locales\\en-US\\out.gotext.json",
8+
"CopyOption": "LangIDOnPath",
9+
"Languages": "de-de;fr-fr;it-it;es-es;ja-jp;ko-kr,zh-cn,zh-tw,pt-br,ru-ru",
10+
"LssFiles": ["internal\\translations\\P306PairNamesToProcess.lss"],
11+
"LclFile": "internal\\translations\\LCL\\{Lang}\\out.gotext.json.lcl",
12+
"OutputPath": "internal\\translations\\locales"
13+
}
14+
]
15+
}
16+
]
17+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0"?>
2+
<LS_SETTINGS_FILE>
3+
<LS_SETTINGS_DESCRIPTION>
4+
<![CDATA[]]>
5+
</LS_SETTINGS_DESCRIPTION>
6+
<optionSet id="LSOptions">
7+
<optionSet id="Defaults" displayName="Options Defaults">
8+
<optionSet id="Espresso" displayName="Espresso"/>
9+
<optionSet id="Parsers" displayName="Parsers"/>
10+
</optionSet>
11+
<optionSet id="User" displayName="User Overrides">
12+
<optionSet id="Espresso" displayName="Espresso"/>
13+
<optionSet id="Parsers" displayName="Parsers"/>
14+
</optionSet>
15+
<optionSet id="Project" displayName="Project Overrides">
16+
<optionSet id="Espresso" displayName="Espresso"/>
17+
<optionSet id="Parsers" displayName="Parsers">
18+
<optionSet id="Parser 306" displayName="JSON Resource Parser" helpText="JSON Resource Formats (*.json *.resjson *.ts *.properties)">
19+
<option id="PAIR_NAMES_TO_PROCESS" displayName="List of JSON pair names to be processed" helpText="Enter the names of the json pairs that you want to parse. If empty, all names will be processed.">
20+
<stringList>
21+
<defaultList>
22+
<item string="" itemID="0"/>
23+
</defaultList>
24+
<currentList>
25+
<item string="language" itemID="0"/>
26+
<item string="translation" itemID="1"/>
27+
</currentList>
28+
</stringList>
29+
</option>
30+
</optionSet>
31+
</optionSet>
32+
</optionSet>
33+
</optionSet>
34+
</LS_SETTINGS_FILE>

0 commit comments

Comments
 (0)