mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-05-03 02:20:30 -05:00
Fixed localization issues when using the content registry
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
void registerLanguageEnUS();
|
||||
|
||||
void registerDataInspectorEntries();
|
||||
void registerToolEntries();
|
||||
void registerPatternLanguageFunctions();
|
||||
@@ -11,20 +9,22 @@ 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