Skip to content

Update KosovoCountryTranslation.cs #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wstaelens
Copy link

added NL and PL

@tinohager
Copy link
Member

Would it be possible for you to expand the language file? That would be great!

@wstaelens
Copy link
Author

Would it be possible for you to expand the language file? That would be great!

sorry, not sure what you mean exactly with "expand 'the language file'"

@tinohager
Copy link
Member

tinohager commented Jul 9, 2025

Hi, sorry, I mean add all translations, I want to prevent that we get countless pull requests for Kosovo by adding single languages again and again.

Example

        public TranslationInfo[] Translations => new []
        {
            new TranslationInfo(LanguageCode.AR, "الجزائر"),
            new TranslationInfo(LanguageCode.AZ, "Əlcəzair"),
            new TranslationInfo(LanguageCode.BE, "Алжыр"),
            new TranslationInfo(LanguageCode.BG, "Алжир"),
            new TranslationInfo(LanguageCode.BS, "Alžir"),
            new TranslationInfo(LanguageCode.CA, "Algèria"),
            new TranslationInfo(LanguageCode.CS, "Alžírsko"),
            new TranslationInfo(LanguageCode.DA, "Algeriet"),
            new TranslationInfo(LanguageCode.DE, "Algerien"),
            new TranslationInfo(LanguageCode.EL, "Αλγερία"),
            new TranslationInfo(LanguageCode.EN, "Algeria"),
            new TranslationInfo(LanguageCode.ES, "Argelia"),
            new TranslationInfo(LanguageCode.ET, "Alžeeria"),
            new TranslationInfo(LanguageCode.FA, "الجزایر"),
            new TranslationInfo(LanguageCode.FI, "Algeria"),
            new TranslationInfo(LanguageCode.FR, "Algérie"),
            new TranslationInfo(LanguageCode.HE, "אלג׳יריה"),
            new TranslationInfo(LanguageCode.HR, "Alžir"),
            new TranslationInfo(LanguageCode.HU, "Algéria"),
            new TranslationInfo(LanguageCode.HY, "Ալժիր"),
            new TranslationInfo(LanguageCode.ID, "Algeria"),
            new TranslationInfo(LanguageCode.IS, "Alsír"),
            new TranslationInfo(LanguageCode.IT, "Algeria"),
            new TranslationInfo(LanguageCode.JA, "アルジェリア"),
            new TranslationInfo(LanguageCode.KA, "ალჟირი"),
            new TranslationInfo(LanguageCode.KK, "Алжир"),
            new TranslationInfo(LanguageCode.KO, "알제리"),
            new TranslationInfo(LanguageCode.KY, "Алжир"),
            new TranslationInfo(LanguageCode.LT, "Alžyras"),
            new TranslationInfo(LanguageCode.LV, "Alžīrija"),
            new TranslationInfo(LanguageCode.MK, "Алжир"),
            new TranslationInfo(LanguageCode.MN, "Алжир"),
            new TranslationInfo(LanguageCode.NB, "Algerie"),
            new TranslationInfo(LanguageCode.NL, "Algerije"),
            new TranslationInfo(LanguageCode.NN, "Algerie"),
            new TranslationInfo(LanguageCode.PL, "Algieria"),
            new TranslationInfo(LanguageCode.PT, "Argélia"),
            new TranslationInfo(LanguageCode.RO, "Algeria"),
            new TranslationInfo(LanguageCode.RU, "Алжир"),
            new TranslationInfo(LanguageCode.SK, "Alžírsko"),
            new TranslationInfo(LanguageCode.SL, "Alžirija"),
            new TranslationInfo(LanguageCode.SR, "Алжир"),
            new TranslationInfo(LanguageCode.SV, "Algeriet"),
            new TranslationInfo(LanguageCode.TR, "Cezayir"),
            new TranslationInfo(LanguageCode.UK, "Алжир"),
            new TranslationInfo(LanguageCode.UZ, "Jazoir"),
            new TranslationInfo(LanguageCode.ZH, "阿尔及利亚"),
       };

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants