mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +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;
|
||||
}
|
||||
|
||||
#define DEFAULT_LANG "en_US.utf8"
|
||||
#define DEFAULT_LANG "en.utf8"
|
||||
#define NUM_LANGS 13
|
||||
|
||||
static struct lang {
|
||||
|
||||
Reference in New Issue
Block a user