Skip to content

Commit

Permalink
Merge pull request #25 from mantasaudickas/feature/fix-en-lt-language…
Browse files Browse the repository at this point in the history
…-translation

fix english language translation to lithuanian
  • Loading branch information
tinohager committed Jan 23, 2024
2 parents 8e7bc67 + 9dc13a7 commit d505819
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class EnglishLanguageTranslation : ILanguageTranslation
new TranslationInfo(LanguageCode.KO, "영어"),
new TranslationInfo(LanguageCode.KY, "Английский"),
new TranslationInfo(LanguageCode.LA, "Anglorum"),
new TranslationInfo(LanguageCode.LT, "Lietuvių"),
new TranslationInfo(LanguageCode.LT, "Anglų"),
new TranslationInfo(LanguageCode.LV, "Angļu"),
new TranslationInfo(LanguageCode.MG, "Malagasy"),
new TranslationInfo(LanguageCode.MI, "Maori"),
Expand Down

0 comments on commit d505819

Please sign in to comment.