mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
installer: Fix selection English as default language
This commit is contained in:
@@ -245,7 +245,7 @@ static char* center_string(const char* str, int width) {
|
|||||||
return string;
|
return string;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define DEFAULT_LANG "en_US.utf8"
|
#define DEFAULT_LANG "en.utf8"
|
||||||
#define NUM_LANGS 13
|
#define NUM_LANGS 13
|
||||||
|
|
||||||
static struct lang {
|
static struct lang {
|
||||||
|
|||||||
Reference in New Issue
Block a user