mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
13 lines
258 B
C++
13 lines
258 B
C++
#include <hex/plugin.hpp>
|
|
|
|
namespace hex::plugin::builtin {
|
|
|
|
void registerLanguageEnUS() {
|
|
ContentRegistry::Language::registerLanguage("English (US)", "en-US");
|
|
|
|
ContentRegistry::Language::addLocalizations("en-US", {
|
|
|
|
});
|
|
}
|
|
|
|
} |