Skip to content

Commit

Permalink
Merge #3272 language: fr-FR
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Jan 19, 2021
2 parents c38e9cf + a6265f8 commit be42c4c
Show file tree
Hide file tree
Showing 32 changed files with 4,133 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
- [Multiple] Store remote version file URL in metadata resources (#3259 by: HebaruSan; reviewed: DasSkelett)
- [Multiple] Abstract out game-specific logic (#3223 by: HebaruSan; reviewed: DasSkelett)
- [GUI] Allow label to pin installed mod version (#3220 by: HebaruSan; reviewed: DasSkelett)
- [GUI] language: fr-FR (#3272 by: vinix38; reviewed: HebaruSan)

### Bugfixes

Expand Down
2 changes: 1 addition & 1 deletion Core/Utilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace CKAN
{
public static class Utilities
{
public static readonly string[] AvailableLanguages = { "en-GB", "en-US", "de-DE", "zh-CN" };
public static readonly string[] AvailableLanguages = { "en-GB", "en-US", "de-DE", "zh-CN", "fr-FR" };

/// <summary>
/// Copies a directory and optionally its subdirectories as a transaction.
Expand Down
87 changes: 87 additions & 0 deletions GUI/CKAN-GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,9 @@
<EmbeddedResource Include="Localization\en-US\AboutDialog.en-US.resx">
<DependentUpon>..\..\Dialogs\AboutDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\AboutDialog.fr-FR.resx">
<DependentUpon>..\..\Dialogs\AboutDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\AboutDialog.zh-CN.resx">
<DependentUpon>..\..\Dialogs\AboutDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -340,6 +343,9 @@
<EmbeddedResource Include="Localization\de-DE\AskUserForAutoUpdatesDialog.de-DE.resx">
<DependentUpon>..\..\Dialogs\AskUserForAutoUpdatesDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\AskUserForAutoUpdatesDialog.fr-FR.resx">
<DependentUpon>..\..\Dialogs\AskUserForAutoUpdatesDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\AskUserForAutoUpdatesDialog.zh-CN.resx">
<DependentUpon>..\..\Dialogs\AskUserForAutoUpdatesDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -349,6 +355,9 @@
<EmbeddedResource Include="Localization\de-DE\CloneFakeGameDialog.de-DE.resx">
<DependentUpon>..\..\Dialogs\CloneFakeGameDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\CloneFakeGameDialog.fr-FR.resx">
<DependentUpon>..\..\Dialogs\CloneFakeGameDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\CloneFakeGameDialog.zh-CN.resx">
<DependentUpon>..\..\Dialogs\CloneFakeGameDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -358,6 +367,9 @@
<EmbeddedResource Include="Localization\de-DE\CompatibleGameVersionsDialog.de-DE.resx">
<DependentUpon>..\..\Dialogs\CompatibleGameVersionsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\CompatibleGameVersionsDialog.fr-FR.resx">
<DependentUpon>..\..\Dialogs\CompatibleGameVersionsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\CompatibleGameVersionsDialog.zh-CN.resx">
<DependentUpon>..\..\Dialogs\CompatibleGameVersionsDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -367,6 +379,9 @@
<EmbeddedResource Include="Localization\de-DE\Changeset.de-DE.resx">
<DependentUpon>..\..\Controls\Changeset.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\Changeset.fr-FR.resx">
<DependentUpon>..\..\Controls\Changeset.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\Changeset.zh-CN.resx">
<DependentUpon>..\..\Controls\Changeset.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -376,6 +391,9 @@
<EmbeddedResource Include="Localization\de-DE\ChooseProvidedMods.de-DE.resx">
<DependentUpon>..\..\Controls\ChooseProvidedMods.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\ChooseProvidedMods.fr-FR.resx">
<DependentUpon>..\..\Controls\ChooseProvidedMods.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\ChooseProvidedMods.zh-CN.resx">
<DependentUpon>..\..\Controls\ChooseProvidedMods.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -385,6 +403,9 @@
<EmbeddedResource Include="Localization\de-DE\ChooseRecommendedMods.de-DE.resx">
<DependentUpon>..\..\Controls\ChooseRecommendedMods.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\ChooseRecommendedMods.fr-FR.resx">
<DependentUpon>..\..\Controls\ChooseRecommendedMods.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\ChooseRecommendedMods.zh-CN.resx">
<DependentUpon>..\..\Controls\ChooseRecommendedMods.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -394,6 +415,9 @@
<EmbeddedResource Include="Localization\de-DE\Wait.de-DE.resx">
<DependentUpon>..\..\Controls\Wait.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\Wait.fr-FR.resx">
<DependentUpon>..\..\Controls\Wait.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\Wait.zh-CN.resx">
<DependentUpon>..\..\Controls\Wait.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -403,6 +427,9 @@
<EmbeddedResource Include="Localization\de-DE\DeleteDirectories.de-DE.resx">
<DependentUpon>..\..\Controls\DeleteDirectories.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\DeleteDirectories.fr-FR.resx">
<DependentUpon>..\..\Controls\DeleteDirectories.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\DeleteDirectories.zh-CN.resx">
<DependentUpon>..\..\Controls\DeleteDirectories.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -415,6 +442,9 @@
<EmbeddedResource Include="Localization\de-DE\EditModpack.de-DE.resx">
<DependentUpon>..\..\Controls\EditModpack.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\EditModpack.fr-FR.resx">
<DependentUpon>..\..\Controls\EditModpack.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\EditModpack.zh-CN.resx">
<DependentUpon>..\..\Controls\EditModpack.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -424,6 +454,9 @@
<EmbeddedResource Include="Localization\de-DE\EditLabelsDialog.de-DE.resx">
<DependentUpon>..\..\Dialogs\EditLabelsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\EditLabelsDialog.fr-FR.resx">
<DependentUpon>..\..\Dialogs\EditLabelsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\EditLabelsDialog.zh-CN.resx">
<DependentUpon>..\..\Dialogs\EditLabelsDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -433,6 +466,9 @@
<EmbeddedResource Include="Localization\de-DE\ErrorDialog.de-DE.resx">
<DependentUpon>..\..\Dialogs\ErrorDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\ErrorDialog.fr-FR.resx">
<DependentUpon>..\..\Dialogs\ErrorDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\ErrorDialog.zh-CN.resx">
<DependentUpon>..\..\Dialogs\ErrorDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -445,6 +481,9 @@
<EmbeddedResource Include="Localization\de-DE\GameCommandLineOptionsDialog.de-DE.resx">
<DependentUpon>..\..\Dialogs\GameCommandLineOptionsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\GameCommandLineOptionsDialog.fr-FR.resx">
<DependentUpon>..\..\Dialogs\GameCommandLineOptionsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\GameCommandLineOptionsDialog.zh-CN.resx">
<DependentUpon>..\..\Dialogs\GameCommandLineOptionsDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -455,6 +494,9 @@
<EmbeddedResource Include="Localization\de-DE\Main.de-DE.resx">
<DependentUpon>..\..\Main\Main.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\Main.fr-FR.resx">
<DependentUpon>..\..\Main\Main.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\Main.zh-CN.resx">
<DependentUpon>..\..\Main\Main.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -464,6 +506,9 @@
<EmbeddedResource Include="Localization\de-DE\AllModVersions.de-DE.resx">
<DependentUpon>..\..\Controls\AllModVersions.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\AllModVersions.fr-FR.resx">
<DependentUpon>..\..\Controls\AllModVersions.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\AllModVersions.zh-CN.resx">
<DependentUpon>..\..\Controls\AllModVersions.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -476,6 +521,9 @@
<EmbeddedResource Include="Localization\de-DE\ManageMods.de-DE.resx">
<DependentUpon>..\..\Controls\ManageMods.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\ManageMods.fr-FR.resx">
<DependentUpon>..\..\Controls\ManageMods.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\ManageMods.zh-CN.resx">
<DependentUpon>..\..\Controls\ManageMods.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -485,6 +533,9 @@
<EmbeddedResource Include="Localization\de-DE\EditModSearch.de-DE.resx">
<DependentUpon>..\..\Controls\EditModSearch.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\EditModSearch.fr-FR.resx">
<DependentUpon>..\..\Controls\EditModSearch.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\EditModSearch.zh-CN.resx">
<DependentUpon>..\..\Controls\EditModSearch.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -494,12 +545,18 @@
<EmbeddedResource Include="Localization\de-DE\EditModSearchDetails.de-DE.resx">
<DependentUpon>..\..\Controls\EditModSearchDetails.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\EditModSearchDetails.fr-FR.resx">
<DependentUpon>..\..\Controls\EditModSearchDetails.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\EditModSearchDetails.zh-CN.resx">
<DependentUpon>..\..\Controls\EditModSearchDetails.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\de-DE\ModInfo.de-DE.resx">
<DependentUpon>..\..\Controls\ModInfo.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\ModInfo.fr-FR.resx">
<DependentUpon>..\..\Controls\ModInfo.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\ModInfo.zh-CN.resx">
<DependentUpon>..\..\Controls\ModInfo.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -512,6 +569,9 @@
<EmbeddedResource Include="Localization\de-DE\ManageGameInstancesDialog.de-DE.resx">
<DependentUpon>..\..\Dialogs\ManageGameInstancesDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\ManageGameInstancesDialog.fr-FR.resx">
<DependentUpon>..\..\Dialogs\ManageGameInstancesDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\ManageGameInstancesDialog.zh-CN.resx">
<DependentUpon>..\..\Dialogs\ManageGameInstancesDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -521,6 +581,9 @@
<EmbeddedResource Include="Localization\de-DE\NewRepoDialog.de-DE.resx">
<DependentUpon>..\..\Dialogs\NewRepoDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\NewRepoDialog.fr-FR.resx">
<DependentUpon>..\..\Dialogs\NewRepoDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\NewRepoDialog.zh-CN.resx">
<DependentUpon>..\..\Dialogs\NewRepoDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -530,6 +593,9 @@
<EmbeddedResource Include="Localization\de-DE\NewUpdateDialog.de-DE.resx">
<DependentUpon>..\..\Dialogs\NewUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\NewUpdateDialog.fr-FR.resx">
<DependentUpon>..\..\Dialogs\NewUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\NewUpdateDialog.zh-CN.resx">
<DependentUpon>..\..\Dialogs\NewUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -539,6 +605,9 @@
<EmbeddedResource Include="Localization\de-DE\PluginsDialog.de-DE.resx">
<DependentUpon>..\..\Dialogs\PluginsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\PluginsDialog.fr-FR.resx">
<DependentUpon>..\..\Dialogs\PluginsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\PluginsDialog.zh-CN.resx">
<DependentUpon>..\..\Dialogs\PluginsDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -554,6 +623,12 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.fr-FR.resx">
<LogicalName>CKAN.Properties.Resources.fr-FR.resources</LogicalName>
<SubType>Designer</SubType>
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.zh-CN.resx">
<LogicalName>CKAN.Properties.Resources.zh-CN.resources</LogicalName>
<SubType>Designer</SubType>
Expand All @@ -572,6 +647,9 @@
<EmbeddedResource Include="Localization\de-DE\RenameInstanceDialog.de-DE.resx">
<DependentUpon>..\..\Dialogs\RenameInstanceDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\RenameInstanceDialog.fr-FR.resx">
<DependentUpon>..\..\Dialogs\RenameInstanceDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\RenameInstanceDialog.zh-CN.resx">
<DependentUpon>..\..\Dialogs\RenameInstanceDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -581,6 +659,9 @@
<EmbeddedResource Include="Localization\de-DE\SelectionDialog.de-DE.resx">
<DependentUpon>..\..\Dialogs\SelectionDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\SelectionDialog.fr-FR.resx">
<DependentUpon>..\..\Dialogs\SelectionDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\SelectionDialog.zh-CN.resx">
<DependentUpon>..\..\Dialogs\SelectionDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -590,6 +671,9 @@
<EmbeddedResource Include="Localization\de-DE\SettingsDialog.de-DE.resx">
<DependentUpon>..\..\Dialogs\SettingsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\SettingsDialog.fr-FR.resx">
<DependentUpon>..\..\Dialogs\SettingsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\SettingsDialog.zh-CN.resx">
<DependentUpon>..\..\Dialogs\SettingsDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -602,6 +686,9 @@
<EmbeddedResource Include="Localization\de-DE\YesNoDialog.de-DE.resx">
<DependentUpon>..\..\Dialogs\YesNoDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\fr-FR\YesNoDialog.fr-FR.resx">
<DependentUpon>..\..\Dialogs\YesNoDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\zh-CN\YesNoDialog.zh-CN.resx">
<DependentUpon>..\..\Dialogs\YesNoDialog.cs</DependentUpon>
</EmbeddedResource>
Expand Down
Loading

0 comments on commit be42c4c

Please sign in to comment.