Skip to content

Commit

Permalink
Add Finnish language
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Dec 18, 2015
1 parent 1ae9b98 commit 54fdd65
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
11 changes: 10 additions & 1 deletion 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 @@ -198,4 +198,7 @@
<data name="et" xml:space="preserve">
<value>Eesti keel</value>
</data>
<data name="fi" xml:space="preserve">
<value>Suomi</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 @@ -11,6 +11,7 @@
<ComponentRef Id="LangComponent_el" />
<ComponentRef Id="LangComponent_es" />
<ComponentRef Id="LangComponent_et" />
<ComponentRef Id="LangComponent_fi" />
<ComponentRef Id="LangComponent_fr" />
<ComponentRef Id="LangComponent_he" />
<ComponentRef Id="LangComponent_hr" />
Expand Down Expand Up @@ -71,6 +72,11 @@
<File Source="..\NAPS2\bin\InstallerMSI\et\NAPS2.Core.resources.dll" Id="LangFile_et" />
</Component>
</Directory>
<Directory Id="LangFolder_fi" Name="fi">
<Component Id="LangComponent_fi">
<File Source="..\NAPS2\bin\InstallerMSI\fi\NAPS2.Core.resources.dll" Id="LangFile_fi" />
</Component>
</Directory>
<Directory Id="LangFolder_fr" Name="fr">
<Component Id="LangComponent_fr">
<File Source="..\NAPS2\bin\InstallerMSI\fr\NAPS2.Core.resources.dll" Id="LangFile_fr" />
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 @@ -7,6 +7,7 @@ Source: "..\bin\InstallerEXE\de\NAPS2.Core.resources.dll"; DestDir: "{app}\de";
Source: "..\bin\InstallerEXE\el\NAPS2.Core.resources.dll"; DestDir: "{app}\el"; Flags: ignoreversion
Source: "..\bin\InstallerEXE\es\NAPS2.Core.resources.dll"; DestDir: "{app}\es"; Flags: ignoreversion
Source: "..\bin\InstallerEXE\et\NAPS2.Core.resources.dll"; DestDir: "{app}\et"; Flags: ignoreversion
Source: "..\bin\InstallerEXE\fi\NAPS2.Core.resources.dll"; DestDir: "{app}\fi"; Flags: ignoreversion
Source: "..\bin\InstallerEXE\fr\NAPS2.Core.resources.dll"; DestDir: "{app}\fr"; Flags: ignoreversion
Source: "..\bin\InstallerEXE\he\NAPS2.Core.resources.dll"; DestDir: "{app}\he"; Flags: ignoreversion
Source: "..\bin\InstallerEXE\hr\NAPS2.Core.resources.dll"; DestDir: "{app}\hr"; Flags: ignoreversion
Expand Down

0 comments on commit 54fdd65

Please sign in to comment.