Skip to content

Commit acd89ad

Browse files
committed
Fix German translation for Belarus
#28
1 parent e4c8350 commit acd89ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nager.Country.Translation/CountryTranslations/BelarusCountryTranslation.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class BelarusCountryTranslation : ICountryTranslation
1616
new TranslationInfo(LanguageCode.CA, "Bielorússia"),
1717
new TranslationInfo(LanguageCode.CS, "Bělorusko"),
1818
new TranslationInfo(LanguageCode.DA, "Hviderusland"),
19-
new TranslationInfo(LanguageCode.DE, "Weißrussland"),
19+
new TranslationInfo(LanguageCode.DE, "Belarus"),
2020
new TranslationInfo(LanguageCode.EL, "Λευκορωσία"),
2121
new TranslationInfo(LanguageCode.EN, "Belarus"),
2222
new TranslationInfo(LanguageCode.ES, "Belarús"),

0 commit comments

Comments
 (0)