mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-08-17 10:12:15 +02:00
fix: added Korean and UwU to language changer
This commit is contained in:
parent
907de64376
commit
6e1122e1b3
1 changed files with 6 additions and 0 deletions
|
|
@ -40,5 +40,11 @@ config_strings get_config_strings(inkay_language language) {
|
|||
case inkay_language::Russian: return {
|
||||
#include "ru_RU.lang"
|
||||
};
|
||||
case inkay_language::Korean: return {
|
||||
#include "ko_KR.lang"
|
||||
};
|
||||
case inkay_language::EnUwU: return {
|
||||
#include "en@uwu.lang"
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue