Skip to content

Commit

Permalink
Add Slovenian language
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Oct 28, 2016
1 parent e207f15 commit 6d7edf1
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/LanguageNames.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/LanguageNames.resx
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,7 @@
<data name="vi" xml:space="preserve">
<value>Tiếng việt</value>
</data>
<data name="sl" xml:space="preserve">
<value>Slovenščina</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 @@ -31,6 +31,7 @@
<ComponentRef Id="LangComponent_ro" />
<ComponentRef Id="LangComponent_ru" />
<ComponentRef Id="LangComponent_sk" />
<ComponentRef Id="LangComponent_sl" />
<ComponentRef Id="LangComponent_sq" />
<ComponentRef Id="LangComponent_sr_Cyrl" />
<ComponentRef Id="LangComponent_sr_Latn" />
Expand Down Expand Up @@ -183,6 +184,11 @@
<File Source="..\NAPS2\bin\InstallerMSI\sk\NAPS2.Core.resources.dll" Id="LangFile_sk" />
</Component>
</Directory>
<Directory Id="LangFolder_sl" Name="sl">
<Component Id="LangComponent_sl">
<File Source="..\NAPS2\bin\InstallerMSI\sl\NAPS2.Core.resources.dll" Id="LangFile_sl" />
</Component>
</Directory>
<Directory Id="LangFolder_sq" Name="sq">
<Component Id="LangComponent_sq">
<File Source="..\NAPS2\bin\InstallerMSI\sq\NAPS2.Core.resources.dll" Id="LangFile_sq" />
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 @@ -27,6 +27,7 @@ Source: "..\bin\InstallerEXE\pt-PT\NAPS2.Core.resources.dll"; DestDir: "{app}\\l
Source: "..\bin\InstallerEXE\ro\NAPS2.Core.resources.dll"; DestDir: "{app}\\lib\ro"; Flags: ignoreversion
Source: "..\bin\InstallerEXE\ru\NAPS2.Core.resources.dll"; DestDir: "{app}\\lib\ru"; Flags: ignoreversion
Source: "..\bin\InstallerEXE\sk\NAPS2.Core.resources.dll"; DestDir: "{app}\\lib\sk"; Flags: ignoreversion
Source: "..\bin\InstallerEXE\sl\NAPS2.Core.resources.dll"; DestDir: "{app}\\lib\sl"; Flags: ignoreversion
Source: "..\bin\InstallerEXE\sq\NAPS2.Core.resources.dll"; DestDir: "{app}\\lib\sq"; Flags: ignoreversion
Source: "..\bin\InstallerEXE\sr-Cyrl\NAPS2.Core.resources.dll"; DestDir: "{app}\\lib\sr-Cyrl"; Flags: ignoreversion
Source: "..\bin\InstallerEXE\sr-Latn\NAPS2.Core.resources.dll"; DestDir: "{app}\\lib\sr-Latn"; Flags: ignoreversion
Expand Down

0 comments on commit 6d7edf1

Please sign in to comment.