mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-06 15:48:37 +08:00
Add Hindi language. (#13084)
This commit is contained in:
@@ -78,6 +78,8 @@ CommonSystem::LanguageType CommonSystem::getCurrentLanguage() const {
|
||||
ret = LanguageType::ROMANIAN;
|
||||
} else if (0 == strcmp("bg", pLanguageName)) {
|
||||
ret = LanguageType::BULGARIAN;
|
||||
} else if (0 == strcmp("hi", pLanguageName)) {
|
||||
ret = LanguageType::HINDI;
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user