Skip to content

Commit

Permalink
Add Turkish language
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Jun 30, 2015
1 parent 681a8fb commit 2f33684
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions NAPS2.Core/Lang/LanguageResources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions NAPS2.Core/Lang/LanguageResources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,7 @@
<data name="zh_TW" xml:space="preserve">
<value>台語 台灣話</value>
</data>
<data name="tr" xml:space="preserve">
<value>Türkçe</value>
</data>
</root>
6 changes: 6 additions & 0 deletions NAPS2/Setup/LanguageComponents.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<ComponentRef Id="LangComponent_ru" />
<ComponentRef Id="LangComponent_sq" />
<ComponentRef Id="LangComponent_sv" />
<ComponentRef Id="LangComponent_tr" />
<ComponentRef Id="LangComponent_uk" />
<ComponentRef Id="LangComponent_zh_TW" />
</ComponentGroup>
Expand Down Expand Up @@ -122,6 +123,11 @@
<File Source="..\NAPS2\bin\InstallerMSI\sv\NAPS2.Core.resources.dll" Id="LangFile_sv" />
</Component>
</Directory>
<Directory Id="LangFolder_tr" Name="tr">
<Component Id="LangComponent_tr">
<File Source="..\NAPS2\bin\InstallerMSI\tr\NAPS2.Core.resources.dll" Id="LangFile_tr" />
</Component>
</Directory>
<Directory Id="LangFolder_uk" Name="uk">
<Component Id="LangComponent_uk">
<File Source="..\NAPS2\bin\InstallerMSI\uk\NAPS2.Core.resources.dll" Id="LangFile_uk" />
Expand Down
1 change: 1 addition & 0 deletions NAPS2/Setup/setup.languagefiles.iss
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ Source: "..\bin\InstallerEXE\ro\NAPS2.Core.resources.dll"; DestDir: "{app}\ro";
Source: "..\bin\InstallerEXE\ru\NAPS2.Core.resources.dll"; DestDir: "{app}\ru"; Flags: ignoreversion
Source: "..\bin\InstallerEXE\sq\NAPS2.Core.resources.dll"; DestDir: "{app}\sq"; Flags: ignoreversion
Source: "..\bin\InstallerEXE\sv\NAPS2.Core.resources.dll"; DestDir: "{app}\sv"; Flags: ignoreversion
Source: "..\bin\InstallerEXE\tr\NAPS2.Core.resources.dll"; DestDir: "{app}\tr"; Flags: ignoreversion
Source: "..\bin\InstallerEXE\uk\NAPS2.Core.resources.dll"; DestDir: "{app}\uk"; Flags: ignoreversion
Source: "..\bin\InstallerEXE\zh-TW\NAPS2.Core.resources.dll"; DestDir: "{app}\zh-TW"; Flags: ignoreversion

0 comments on commit 2f33684

Please sign in to comment.