Add Indonesian (id) UI localization (#9573)

* Add Indonesian (id) UI localization

Register ResUI.id.resx with 550 translated strings and expose the language in the app settings list alongside existing locales.

* Translate menuRouting to Perutean in Indonesian locale

---------

Co-authored-by: Barkasj <katrako1234@gmail.com>
This commit is contained in:
barkahss
2026-06-18 09:31:15 +07:00
committed by GitHub
parent da7dfde706
commit be005abf9e
3 changed files with 1778 additions and 1 deletions

View File

@@ -476,7 +476,8 @@ public class Global
"fa",
"fr",
"ru",
"hu"
"hu",
"id"
];
public static readonly List<string> Alpns =

File diff suppressed because it is too large Load Diff

View File

@@ -67,6 +67,9 @@
<EmbeddedResource Update="Resx\ResUI.hu.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
</EmbeddedResource>
<EmbeddedResource Update="Resx\ResUI.id.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
</EmbeddedResource>
<EmbeddedResource Update="Resx\ResUI.resx">
<SubType>Designer</SubType>
<LastGenOutput>ResUI.Designer.cs</LastGenOutput>