Skip to content

Commit

Permalink
feat: Vietnamese Localizations (#725)
Browse files Browse the repository at this point in the history
* feat: Vietnamese Localizations

* fix: adding updated strings

* fix: remove SubType Designer from vcxproj (what, how and why)

* fix: undo auto-formatting in vcxproj.filters

* fix: added Vietnamese font glyphs for Overlay
  • Loading branch information
ohaiibuzzle authored Oct 10, 2023
1 parent 9b74eca commit 97c00e2
Show file tree
Hide file tree
Showing 5 changed files with 854 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Magpie.App/LocalizationService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ static std::array SUPPORTED_LANGUAGES{
L"ru",
L"tr",
L"uk",
L"vi",
L"zh-hans",
L"zh-hant"
};
Expand Down
1 change: 1 addition & 0 deletions src/Magpie.App/Magpie.App.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@
<PRIResource Include="Resources.language-uk.resw" />
<PRIResource Include="Resources.language-zh-Hans.resw" />
<PRIResource Include="Resources.language-zh-Hant.resw" />
<PRIResource Include="Resources.language-vi.resw" />
</ItemGroup>
<ItemGroup>
<Text Include="conanfile.txt">
Expand Down
3 changes: 3 additions & 0 deletions src/Magpie.App/Magpie.App.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,9 @@
<PRIResource Include="Resources.language-id.resw">
<Filter>Strings</Filter>
</PRIResource>
<PRIResource Include="Resources.language-vi.resw">
<Filter>Strings</Filter>
</PRIResource>
</ItemGroup>
<ItemGroup>
<Text Include="conanfile.txt" />
Expand Down
Loading

0 comments on commit 97c00e2

Please sign in to comment.