Update ns_language.h
This commit is contained in:
@@ -26,6 +26,7 @@ enum class ApplicationLanguage : u8 {
|
||||
Korean,
|
||||
TraditionalChinese,
|
||||
SimplifiedChinese,
|
||||
Czech,
|
||||
Count
|
||||
};
|
||||
using ApplicationLanguagePriorityList =
|
||||
@@ -39,4 +40,4 @@ const ApplicationLanguagePriorityList* GetApplicationLanguagePriorityList(Applic
|
||||
std::optional<ApplicationLanguage> ConvertToApplicationLanguage(
|
||||
Service::Set::LanguageCode language_code);
|
||||
std::optional<Service::Set::LanguageCode> ConvertToLanguageCode(ApplicationLanguage lang);
|
||||
} // namespace Service::NS
|
||||
} // namespace Service::NS
|
||||
|
||||
Reference in New Issue
Block a user