Skip to content

Commit

Permalink
Add Japanese translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Marginal committed Feb 17, 2016
1 parent cf45cf5 commit 035f6bb
Show file tree
Hide file tree
Showing 3 changed files with 490 additions and 2 deletions.
8 changes: 6 additions & 2 deletions EDMarketConnector.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
Description="$(var.PRODUCTLONGNAME) installer"
InstallerVersion="300" Compressed="yes"
Platform="x86"
Languages="1033,1029,1031,1034,1036,1040,1043,1045,1049,1058,1060,1062,0" />
<!-- en cs, de es fr it nl pl ru uk sl lv neutral -->
Languages="1033,1029,1031,1034,1036,1040,1041,1043,1045,1049,1058,1060,1062,0" />
<!-- en cs, de es fr it ja nl pl ru uk sl lv neutral -->
<!-- https://msdn.microsoft.com/en-gb/goglobal/bb964664.aspx -->

<!-- Always reinstall since patching is problematic -->
Expand Down Expand Up @@ -104,6 +104,9 @@
<Component Guid="*">
<File KeyPath="yes" Source="SourceDir\it.strings" />
</Component>
<Component Guid="*">
<File KeyPath="yes" Source="SourceDir\ja.strings" />
</Component>
<Component Guid="{A18814B6-B491-42AB-A433-2AD66A823AD7}">
<File KeyPath="yes" Source="SourceDir\library.zip" />
</Component>
Expand Down Expand Up @@ -400,6 +403,7 @@
<ComponentRef Id="es.strings" />
<ComponentRef Id="fr.strings" />
<ComponentRef Id="it.strings" />
<ComponentRef Id="ja.strings" />
<ComponentRef Id="library.zip" />
<ComponentRef Id="lv.strings" />
<ComponentRef Id="modules.p" />
Expand Down
Loading

0 comments on commit 035f6bb

Please sign in to comment.