Skip to content

Commit

Permalink
Merge pull request #398 from raisingthefloor/l10n_crowdin_action
Browse files Browse the repository at this point in the history
New Crowdin translations by GitHub Action
  • Loading branch information
christopher-rtf authored Nov 13, 2024
2 parents ce26cac + ae8b1ea commit 9c316ba
Show file tree
Hide file tree
Showing 8 changed files with 1,738 additions and 246 deletions.
5 changes: 5 additions & 0 deletions Morphic.Client/Localization/LocalizationManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ internal class LocalizationManager
private static readonly string[] ISO_639_LANGUAGE_CODES = [
"ar", // Arabic
"es", // Spanish
"gu", // Gujarati
"hi", // Hindi
"ko", // Korean
"vi", // Vietnamese
"zh", // Chinese
];

private static readonly string STRING_RESOURCES_BASE_URI_STRING = "pack://application:,,,/Morphic;component/Localization/StringResources.xaml";
Expand Down
251 changes: 246 additions & 5 deletions Morphic.Client/Localization/StringResources.ar.xaml

Large diffs are not rendered by default.

487 changes: 246 additions & 241 deletions Morphic.Client/Localization/StringResources.es.xaml

Large diffs are not rendered by default.

248 changes: 248 additions & 0 deletions Morphic.Client/Localization/StringResources.gu.xaml

Large diffs are not rendered by default.

249 changes: 249 additions & 0 deletions Morphic.Client/Localization/StringResources.hi.xaml

Large diffs are not rendered by default.

248 changes: 248 additions & 0 deletions Morphic.Client/Localization/StringResources.ko.xaml

Large diffs are not rendered by default.

250 changes: 250 additions & 0 deletions Morphic.Client/Localization/StringResources.vi.xaml

Large diffs are not rendered by default.

246 changes: 246 additions & 0 deletions Morphic.Client/Localization/StringResources.zh.xaml

Large diffs are not rendered by default.

0 comments on commit 9c316ba

Please sign in to comment.