mirror of
https://github.com/2dust/v2rayN.git
synced 2026-07-26 09:52:05 +03:00
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:
@@ -476,7 +476,8 @@ public class Global
|
||||
"fa",
|
||||
"fr",
|
||||
"ru",
|
||||
"hu"
|
||||
"hu",
|
||||
"id"
|
||||
];
|
||||
|
||||
public static readonly List<string> Alpns =
|
||||
|
||||
1773
v2rayN/ServiceLib/Resx/ResUI.id.resx
Normal file
1773
v2rayN/ServiceLib/Resx/ResUI.id.resx
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user