mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
Revamped language system right away again to allow plugins to use it
This commit is contained in:
13
plugins/builtin/source/lang/en_US.cpp
Normal file
13
plugins/builtin/source/lang/en_US.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <hex/plugin.hpp>
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
void registerLanguageEnUS() {
|
||||
ContentRegistry::Language::registerLanguage("English (US)", "en-US");
|
||||
|
||||
ContentRegistry::Language::addLocalizations("en-US", {
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user