Skip to content

Commit

Permalink
Korean translation of GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
kingnoob1377 authored and HebaruSan committed Jul 19, 2022
1 parent f1bcd19 commit 89fe2b6
Show file tree
Hide file tree
Showing 32 changed files with 4,418 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Core/Utilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public static class Utilities
{
public static readonly string[] AvailableLanguages =
{
"en-GB", "en-US", "de-DE", "zh-CN", "fr-FR", "pt-BR", "ru-RU", "ja-JP"
"en-GB", "en-US", "de-DE", "zh-CN", "fr-FR", "pt-BR", "ru-RU", "ja-JP", "ko-KR"
};

/// <summary>
Expand Down Expand Up @@ -85,7 +85,7 @@ private static void _CopyDirectory(string sourceDirPath, string destDirPath, boo
}
}
}

/// <summary>
/// Launch a URL. For YEARS this was done by Process.Start in a
/// cross-platform way, but Microsoft chose to break that,
Expand Down
89 changes: 88 additions & 1 deletion GUI/CKAN-GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,9 @@
<EmbeddedResource Include="Localization\pt-BR\AboutDialog.pt-BR.resx">
<DependentUpon>..\..\Dialogs\AboutDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\AboutDialog.ko-KR.resx">
<DependentUpon>..\..\Dialogs\AboutDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\AboutDialog.ru-RU.resx">
<DependentUpon>..\..\Dialogs\AboutDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -389,6 +392,9 @@
<EmbeddedResource Include="Localization\pt-BR\AskUserForAutoUpdatesDialog.pt-BR.resx">
<DependentUpon>..\..\Dialogs\AskUserForAutoUpdatesDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\AskUserForAutoUpdatesDialog.ko-KR.resx">
<DependentUpon>..\..\Dialogs\AskUserForAutoUpdatesDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\AskUserForAutoUpdatesDialog.ru-RU.resx">
<DependentUpon>..\..\Dialogs\AskUserForAutoUpdatesDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -410,6 +416,9 @@
<EmbeddedResource Include="Localization\pt-BR\CloneFakeGameDialog.pt-BR.resx">
<DependentUpon>..\..\Dialogs\CloneFakeGameDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\CloneFakeGameDialog.ko-KR.resx">
<DependentUpon>..\..\Dialogs\CloneFakeGameDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\CloneFakeGameDialog.ru-RU.resx">
<DependentUpon>..\..\Dialogs\CloneFakeGameDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -431,6 +440,9 @@
<EmbeddedResource Include="Localization\pt-BR\CompatibleGameVersionsDialog.pt-BR.resx">
<DependentUpon>..\..\Dialogs\CompatibleGameVersionsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\CompatibleGameVersionsDialog.ko-KR.resx">
<DependentUpon>..\..\Dialogs\CompatibleGameVersionsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\CompatibleGameVersionsDialog.ru-RU.resx">
<DependentUpon>..\..\Dialogs\CompatibleGameVersionsDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -452,6 +464,9 @@
<EmbeddedResource Include="Localization\pt-BR\Changeset.pt-BR.resx">
<DependentUpon>..\..\Controls\Changeset.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\Changeset.ko-KR.resx">
<DependentUpon>..\..\Controls\Changeset.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\Changeset.ru-RU.resx">
<DependentUpon>..\..\Controls\Changeset.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -473,6 +488,9 @@
<EmbeddedResource Include="Localization\pt-BR\ChooseProvidedMods.pt-BR.resx">
<DependentUpon>..\..\Controls\ChooseProvidedMods.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\ChooseProvidedMods.ko-KR.resx">
<DependentUpon>..\..\Controls\ChooseProvidedMods.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\ChooseProvidedMods.ru-RU.resx">
<DependentUpon>..\..\Controls\ChooseProvidedMods.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -494,6 +512,9 @@
<EmbeddedResource Include="Localization\pt-BR\ChooseRecommendedMods.pt-BR.resx">
<DependentUpon>..\..\Controls\ChooseRecommendedMods.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\ChooseRecommendedMods.ko-KR.resx">
<DependentUpon>..\..\Controls\ChooseRecommendedMods.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\ChooseRecommendedMods.ru-RU.resx">
<DependentUpon>..\..\Controls\ChooseRecommendedMods.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -515,6 +536,9 @@
<EmbeddedResource Include="Localization\pt-BR\Wait.pt-BR.resx">
<DependentUpon>..\..\Controls\Wait.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\Wait.ko-KR.resx">
<DependentUpon>..\..\Controls\Wait.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\Wait.ru-RU.resx">
<DependentUpon>..\..\Controls\Wait.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -536,6 +560,9 @@
<EmbeddedResource Include="Localization\pt-BR\DeleteDirectories.pt-BR.resx">
<DependentUpon>..\..\Controls\DeleteDirectories.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\DeleteDirectories.ko-KR.resx">
<DependentUpon>..\..\Controls\DeleteDirectories.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\DeleteDirectories.ru-RU.resx">
<DependentUpon>..\..\Controls\DeleteDirectories.cs</DependentUpon>
</EmbeddedResource>
Expand Down Expand Up @@ -563,6 +590,9 @@
<EmbeddedResource Include="Localization\pt-BR\EditModpack.pt-BR.resx">
<DependentUpon>..\..\Controls\EditModpack.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\EditModpack.ko-KR.resx">
<DependentUpon>..\..\Controls\EditModpack.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\EditModpack.ru-RU.resx">
<DependentUpon>..\..\Controls\EditModpack.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -581,6 +611,9 @@
<EmbeddedResource Include="Localization\pt-BR\EditLabelsDialog.pt-BR.resx">
<DependentUpon>..\..\Dialogs\EditLabelsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\EditLabelsDialog.ko-KR.resx">
<DependentUpon>..\..\Dialogs\EditLabelsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\EditLabelsDialog.ru-RU.resx">
<DependentUpon>..\..\Dialogs\EditLabelsDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -602,6 +635,9 @@
<EmbeddedResource Include="Localization\pt-BR\ErrorDialog.pt-BR.resx">
<DependentUpon>..\..\Dialogs\ErrorDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\ErrorDialog.ko-KR.resx">
<DependentUpon>..\..\Dialogs\ErrorDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\ErrorDialog.ru-RU.resx">
<DependentUpon>..\..\Dialogs\ErrorDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -626,6 +662,9 @@
<EmbeddedResource Include="Localization\pt-BR\GameCommandLineOptionsDialog.pt-BR.resx">
<DependentUpon>..\..\Dialogs\GameCommandLineOptionsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\GameCommandLineOptionsDialog.ko-KR.resx">
<DependentUpon>..\..\Dialogs\GameCommandLineOptionsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\GameCommandLineOptionsDialog.ru-RU.resx">
<DependentUpon>..\..\Dialogs\GameCommandLineOptionsDialog.cs</DependentUpon>
</EmbeddedResource>
Expand Down Expand Up @@ -657,6 +696,9 @@
<EmbeddedResource Include="Localization\pt-BR\Main.pt-BR.resx">
<DependentUpon>..\..\Main\Main.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\Main.ko-KR.resx">
<DependentUpon>..\..\Main\Main.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\Main.ru-RU.resx">
<DependentUpon>..\..\Main\Main.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -678,6 +720,9 @@
<EmbeddedResource Include="Localization\pt-BR\AllModVersions.pt-BR.resx">
<DependentUpon>..\..\Controls\AllModVersions.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\AllModVersions.ko-KR.resx">
<DependentUpon>..\..\Controls\AllModVersions.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\AllModVersions.ru-RU.resx">
<DependentUpon>..\..\Controls\AllModVersions.cs</DependentUpon>
</EmbeddedResource>
Expand Down Expand Up @@ -711,6 +756,9 @@
<EmbeddedResource Include="Localization\pt-BR\ManageMods.pt-BR.resx">
<DependentUpon>..\..\Controls\ManageMods.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\ManageMods.ko-KR.resx">
<DependentUpon>..\..\Controls\ManageMods.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\ManageMods.ru-RU.resx">
<DependentUpon>..\..\Controls\ManageMods.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -732,6 +780,9 @@
<EmbeddedResource Include="Localization\pt-BR\EditModSearch.pt-BR.resx">
<DependentUpon>..\..\Controls\EditModSearch.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\EditModSearch.ko-KR.resx">
<DependentUpon>..\..\Controls\EditModSearch.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\EditModSearch.ru-RU.resx">
<DependentUpon>..\..\Controls\EditModSearch.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -753,6 +804,9 @@
<EmbeddedResource Include="Localization\pt-BR\EditModSearchDetails.pt-BR.resx">
<DependentUpon>..\..\Controls\EditModSearchDetails.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\EditModSearchDetails.ko-KR.resx">
<DependentUpon>..\..\Controls\EditModSearchDetails.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\EditModSearchDetails.ru-RU.resx">
<DependentUpon>..\..\Controls\EditModSearchDetails.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -774,6 +828,9 @@
<EmbeddedResource Include="Localization\pt-BR\ModInfo.pt-BR.resx">
<DependentUpon>..\..\Controls\ModInfo.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\ModInfo.ko-KR.resx">
<DependentUpon>..\..\Controls\ModInfo.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\ModInfo.ru-RU.resx">
<DependentUpon>..\..\Controls\ModInfo.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -795,6 +852,9 @@
<EmbeddedResource Include="Localization\pt-BR\ManageGameInstancesDialog.pt-BR.resx">
<DependentUpon>..\..\Dialogs\ManageGameInstancesDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\ManageGameInstancesDialog.ko-KR.resx">
<DependentUpon>..\..\Dialogs\ManageGameInstancesDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\ManageGameInstancesDialog.ru-RU.resx">
<DependentUpon>..\..\Dialogs\ManageGameInstancesDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -816,6 +876,9 @@
<EmbeddedResource Include="Localization\pt-BR\NewRepoDialog.pt-BR.resx">
<DependentUpon>..\..\Dialogs\NewRepoDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\NewRepoDialog.ko-KR.resx">
<DependentUpon>..\..\Dialogs\NewRepoDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\NewRepoDialog.ru-RU.resx">
<DependentUpon>..\..\Dialogs\NewRepoDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -837,6 +900,9 @@
<EmbeddedResource Include="Localization\pt-BR\NewUpdateDialog.pt-BR.resx">
<DependentUpon>..\..\Dialogs\NewUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\NewUpdateDialog.ko-KR.resx">
<DependentUpon>..\..\Dialogs\NewUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\NewUpdateDialog.ru-RU.resx">
<DependentUpon>..\..\Dialogs\NewUpdateDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -858,6 +924,9 @@
<EmbeddedResource Include="Localization\pt-BR\PluginsDialog.pt-BR.resx">
<DependentUpon>..\..\Dialogs\PluginsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\PluginsDialog.ko-KR.resx">
<DependentUpon>..\..\Dialogs\PluginsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\PluginsDialog.ru-RU.resx">
<DependentUpon>..\..\Dialogs\PluginsDialog.cs</DependentUpon>
</EmbeddedResource>
Expand Down Expand Up @@ -900,6 +969,12 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.ko-KR.resx">
<LogicalName>CKAN.Properties.Resources.ko-KR.resources</LogicalName>
<SubType>Designer</SubType>
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.ru-RU.resx">
<LogicalName>CKAN.Properties.Resources.ru-RU.resources</LogicalName>
<SubType>Designer</SubType>
Expand Down Expand Up @@ -927,6 +1002,9 @@
<EmbeddedResource Include="Localization\pt-BR\RenameInstanceDialog.pt-BR.resx">
<DependentUpon>..\..\Dialogs\RenameInstanceDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\RenameInstanceDialog.ko-KR.resx">
<DependentUpon>..\..\Dialogs\RenameInstanceDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\RenameInstanceDialog.ru-RU.resx">
<DependentUpon>..\..\Dialogs\RenameInstanceDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -948,6 +1026,9 @@
<EmbeddedResource Include="Localization\pt-BR\SelectionDialog.pt-BR.resx">
<DependentUpon>..\..\Dialogs\SelectionDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\SelectionDialog.ko-KR.resx">
<DependentUpon>..\..\Dialogs\SelectionDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\SelectionDialog.ru-RU.resx">
<DependentUpon>..\..\Dialogs\SelectionDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -972,6 +1053,9 @@
<EmbeddedResource Include="Localization\pt-BR\SettingsDialog.pt-BR.resx">
<DependentUpon>..\..\Dialogs\SettingsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\SettingsDialog.ko-KR.resx">
<DependentUpon>..\..\Dialogs\SettingsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\SettingsDialog.ru-RU.resx">
<DependentUpon>..\..\Dialogs\SettingsDialog.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -993,6 +1077,9 @@
<EmbeddedResource Include="Localization\pt-BR\YesNoDialog.pt-BR.resx">
<DependentUpon>..\..\Dialogs\YesNoDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ko-KR\YesNoDialog.ko-KR.resx">
<DependentUpon>..\..\Dialogs\YesNoDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\ru-RU\YesNoDialog.ru-RU.resx">
<DependentUpon>..\..\Dialogs\YesNoDialog.cs</DependentUpon>
</EmbeddedResource>
Expand Down Expand Up @@ -1023,4 +1110,4 @@
<Exec Command="powershell ../build.ps1 Generate-GlobalAssemblyVersionInfo" Condition="!Exists('../_build/meta/GlobalAssemblyVersionInfo.cs') And '$(OS)' == 'Windows_NT'" />
<Exec Command="sh ../build Generate-GlobalAssemblyVersionInfo" Condition="!Exists('../_build/meta/GlobalAssemblyVersionInfo.cs') And '$(OS)' == 'Unix'" />
</Target>
</Project>
</Project>
Loading

0 comments on commit 89fe2b6

Please sign in to comment.