Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class BritishVirginIslandsCountryTranslation : ICountryTranslation
new TranslationInfo(LanguageCode.CA, "Verges Britàniques, illes"),
new TranslationInfo(LanguageCode.CS, "Britské Panenské ostrovy"),
new TranslationInfo(LanguageCode.DA, "Britiske Jomfruøer"),
new TranslationInfo(LanguageCode.DE, "Britische Jungferninseln"),
new TranslationInfo(LanguageCode.DE, "Jungferninseln (UK)"),
new TranslationInfo(LanguageCode.EL, "Βρετανικές Παρθένοι Νήσοι"),
new TranslationInfo(LanguageCode.EN, "Virgin Islands, British"),
new TranslationInfo(LanguageCode.ES, "Islas Vírgenes británicas"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class UnitedStatesVirginIslandsCountryTranslation : ICountryTranslation
new TranslationInfo(LanguageCode.CA, "Verges Nord-americanes, illes"),
new TranslationInfo(LanguageCode.CS, "Americké Panenské ostrovy"),
new TranslationInfo(LanguageCode.DA, "Amerikanske Jomfruøer"),
new TranslationInfo(LanguageCode.DE, "Amerikanische Jungferninseln"),
new TranslationInfo(LanguageCode.DE, "Jungferninseln (USA)"),
new TranslationInfo(LanguageCode.EL, "Αμερικανικές Παρθένοι Νήσοι"),
new TranslationInfo(LanguageCode.EN, "Virgin Islands, U.S."),
new TranslationInfo(LanguageCode.ES, "Islas Vírgenes de los Estados Unidos"),
Expand Down
Loading