]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/installer/main.c
installer+setup: Update translations
[ipfire-2.x.git] / src / installer / main.c
index b938d994da14b9245f983ab5dcebe4804cb647b9..88b3735cc8354663cf1e3cd1194982ff84e71dd3 100644 (file)
@@ -212,11 +212,13 @@ static struct lang {
        const char* code;
        char* name;
 } languages[NUM_LANGS + 1] = {
+       { "da.utf8",    "Danish (Dansk)" },
        { "nl_NL.utf8", "Dutch (Nederlands)" },
        { "en_US.utf8", "English" },
        { "fr_FR.utf8", "French (Français)" },
        { "de_DE.utf8", "German (Deutsch)" },
        { "pl_PL.utf8", "Polish (Polski)" },
+       { "pt_BR.utf8", "Portuguese (Brasil)" },
        { "ru_RU.utf8", "Russian (Русский)" },
        { "es_ES.utf8", "Spanish (Español)" },
        { "tr_TR.utf8", "Turkish (Türkçe)" },