Skip to content

Commit 9f75007

Browse files
committed
Added croatian translation
1 parent 38e1c4f commit 9f75007

File tree

7 files changed

+1064
-7
lines changed

7 files changed

+1064
-7
lines changed

FluentTerminal.App/FluentTerminal.App.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,9 @@
445445
<ItemGroup>
446446
<PRIResource Include="Strings\tr\Resources.resw" />
447447
</ItemGroup>
448+
<ItemGroup>
449+
<PRIResource Include="Strings\hr\Resources.resw" />
450+
</ItemGroup>
448451
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
449452
<VisualStudioVersion>14.0</VisualStudioVersion>
450453
</PropertyGroup>

FluentTerminal.App/Services/ApplicationLanguageService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public class ApplicationLanguageService : IApplicationLanguageService
2020
["fr"] = "Français",
2121
["he"] = "עברית",
2222
["hi"] = "हिन्दुस्तानी",
23+
["hr"] = "Hrvatski",
2324
["hu"] = "magyar",
2425
["id"] = "Bahasa Indonesia",
2526
["it"] = "Italiano",

FluentTerminal.App/Strings/fr/Resources.resw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ Fuzzy</comment>
553553
<comment>ShellProfileSettings.xaml</comment>
554554
</data>
555555
<data name="ConfirmCloseTab" xml:space="preserve">
556-
<value>Etes-vous sûr de vouloir fermer &quot;{0}&quot; onglets ?</value>
556+
<value>Êtes-vous sûr(e) de vouloir fermer &quot;{0}&quot; onglets ?</value>
557557
<comment>ViewModel</comment>
558558
</data>
559559
<data name="ConfirmCloseWindow" xml:space="preserve">

0 commit comments

Comments
 (0)