mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
lang: Add Korean Translation (#719)
* Add ko-KR translation * Remove Fallbackentry
This commit is contained in:
@@ -34,6 +34,7 @@ namespace hex::plugin::builtin {
|
||||
void registerLanguageZhCN();
|
||||
void registerLanguagePtBR();
|
||||
void registerLanguageZhTW();
|
||||
void registerLanguageKoKR();
|
||||
}
|
||||
|
||||
IMHEX_PLUGIN_SETUP("Built-in", "WerWolv", "Default ImHex functionality") {
|
||||
@@ -47,6 +48,7 @@ IMHEX_PLUGIN_SETUP("Built-in", "WerWolv", "Default ImHex functionality") {
|
||||
registerLanguageZhCN();
|
||||
registerLanguagePtBR();
|
||||
registerLanguageZhTW();
|
||||
registerLanguageKoKR();
|
||||
|
||||
registerEventHandlers();
|
||||
registerDataVisualizers();
|
||||
|
||||
Reference in New Issue
Block a user