forked from PretendoNetwork/Inkay
fix language AGAIN
This commit is contained in:
parent
257d4ba119
commit
04bbcbfda9
1 changed files with 0 additions and 3 deletions
|
|
@ -25,9 +25,6 @@ config_strings get_config_strings(inkay_language language) {
|
||||||
case inkay_language::SimplifiedChinese: return {
|
case inkay_language::SimplifiedChinese: return {
|
||||||
#include "zh_CN.lang"
|
#include "zh_CN.lang"
|
||||||
};
|
};
|
||||||
case inkay_language::TraditionalChinese: return {
|
|
||||||
#include "zh_Hant.lang"
|
|
||||||
};
|
|
||||||
case inkay_language::Portuguese: return {
|
case inkay_language::Portuguese: return {
|
||||||
#include "pt_BR.lang"
|
#include "pt_BR.lang"
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue