mirror of https://github.com/axmolengine/axmol.git
add missing Norwegian language for linux platform
This commit is contained in:
parent
ef319da264
commit
eb79c01003
|
@ -160,6 +160,10 @@ ccLanguageType CCApplication::getCurrentLanguage()
|
||||||
{
|
{
|
||||||
ret = kLanguageArabic;
|
ret = kLanguageArabic;
|
||||||
}
|
}
|
||||||
|
else if (0 == strcmp("nb", pLanguageName))
|
||||||
|
{
|
||||||
|
ret = kLanguageNorwegian;
|
||||||
|
}
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue