forked from PretendoNetwork/Inkay
feat: Add translation for module not found errors
This commit is contained in:
parent
7958373394
commit
68bc066c7b
14 changed files with 38 additions and 2 deletions
|
|
@ -35,6 +35,8 @@ struct config_strings {
|
|||
std::string_view need_menu_action;
|
||||
std::string_view using_nintendo_network;
|
||||
std::string_view using_pretendo_network;
|
||||
std::string_view module_not_found;
|
||||
std::string_view module_init_not_found;
|
||||
};
|
||||
|
||||
config_strings get_config_strings(nn::swkbd::LanguageType language);
|
||||
|
|
|
|||
Loading…
Reference in a new issue