mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
Implement localization all throughout ImHex
English only for now, additional languages will come in the future
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
void registerLanguageEnUS();
|
||||
|
||||
void registerDataInspectorEntries();
|
||||
void registerToolEntries();
|
||||
void registerPatternLanguageFunctions();
|
||||
@@ -9,22 +11,20 @@ namespace hex::plugin::builtin {
|
||||
void registerSettings();
|
||||
void registerDataProcessorNodes();
|
||||
|
||||
void registerLanguageEnUS();
|
||||
|
||||
}
|
||||
|
||||
IMHEX_PLUGIN_SETUP {
|
||||
|
||||
using namespace hex::plugin::builtin;
|
||||
|
||||
registerLanguageEnUS();
|
||||
|
||||
registerDataInspectorEntries();
|
||||
registerToolEntries();
|
||||
registerPatternLanguageFunctions();
|
||||
registerCommandPaletteCommands();
|
||||
registerSettings();
|
||||
registerDataProcessorNodes();
|
||||
|
||||
registerLanguageEnUS();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user