Skip to content

Commit

Permalink
Added croatian translation
Browse files Browse the repository at this point in the history
  • Loading branch information
felixse committed May 9, 2020
1 parent 38e1c4f commit 9f75007
Show file tree
Hide file tree
Showing 7 changed files with 1,064 additions and 7 deletions.
3 changes: 3 additions & 0 deletions FluentTerminal.App/FluentTerminal.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,9 @@
<ItemGroup>
<PRIResource Include="Strings\tr\Resources.resw" />
</ItemGroup>
<ItemGroup>
<PRIResource Include="Strings\hr\Resources.resw" />
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
<VisualStudioVersion>14.0</VisualStudioVersion>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions FluentTerminal.App/Services/ApplicationLanguageService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public class ApplicationLanguageService : IApplicationLanguageService
["fr"] = "Français",
["he"] = "עברית",
["hi"] = "हिन्दुस्तानी",
["hr"] = "Hrvatski",
["hu"] = "magyar",
["id"] = "Bahasa Indonesia",
["it"] = "Italiano",
Expand Down
2 changes: 1 addition & 1 deletion FluentTerminal.App/Strings/fr/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ Fuzzy</comment>
<comment>ShellProfileSettings.xaml</comment>
</data>
<data name="ConfirmCloseTab" xml:space="preserve">
<value>Etes-vous sûr de vouloir fermer &quot;{0}&quot; onglets ?</value>
<value>Êtes-vous sûr(e) de vouloir fermer &quot;{0}&quot; onglets ?</value>
<comment>ViewModel</comment>
</data>
<data name="ConfirmCloseWindow" xml:space="preserve">
Expand Down
Loading

0 comments on commit 9f75007

Please sign in to comment.