Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3,260 changes: 3,260 additions & 0 deletions langs/cn/cgi-bin/cn.pl

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions langs/list
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ nl:Nederlands:Dutch
pl:Polski:Polish
ru:Русский:Russian
tr:Türkçe:Turkish
zh:中文:简体中文:Simplified Chinese
tw:中文:繁體中文:Traditional Chinese
cn:简体中文:Simplified Chinese
tw:繁體中文:Traditional Chinese
6,481 changes: 3,261 additions & 3,220 deletions langs/tw/cgi-bin/tw.pl

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/installer/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ static char* center_string(const char* str, int width) {
}

#define DEFAULT_LANG "en.utf8"
#define NUM_LANGS 13
#define NUM_LANGS 15

static struct lang {
const char* code;
Expand All @@ -236,6 +236,7 @@ static struct lang {
{ "pt.utf8", "Portuguese (Brasil)" },
{ "ru.utf8", "Русский (Russian)" },
{ "tr.utf8", "Türkçe (Turkish)" },
{ "zh.utf8", "简体中文 (Simplified)" },
{ NULL, NULL },
};

Expand Down
Loading