Skip to content

Commit d505819

Browse files
authored
Merge pull request #25 from mantasaudickas/feature/fix-en-lt-language-translation
fix english language translation to lithuanian
2 parents 8e7bc67 + 9dc13a7 commit d505819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nager.Country.Translation/LanguageTranslations/EnglishLanguageTranslation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class EnglishLanguageTranslation : ILanguageTranslation
5454
new TranslationInfo(LanguageCode.KO, "영어"),
5555
new TranslationInfo(LanguageCode.KY, "Английский"),
5656
new TranslationInfo(LanguageCode.LA, "Anglorum"),
57-
new TranslationInfo(LanguageCode.LT, "Lietuvių"),
57+
new TranslationInfo(LanguageCode.LT, "Anglų"),
5858
new TranslationInfo(LanguageCode.LV, "Angļu"),
5959
new TranslationInfo(LanguageCode.MG, "Malagasy"),
6060
new TranslationInfo(LanguageCode.MI, "Maori"),

0 commit comments

Comments
 (0)