Skip to content

Commit

Permalink
fix english language translation to lithuanian
Browse files Browse the repository at this point in the history
  • Loading branch information
Mantas Audickas committed Jan 22, 2024
1 parent 8e7bc67 commit 9dc13a7
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 9dc13a7

Please sign in to comment.