Skip to content

Commit 6fa5442

Browse files
author
Timo
committed
remove i18n lang
1 parent 647167f commit 6fa5442

8 files changed

Lines changed: 0 additions & 782 deletions

File tree

pkg/i18n/dutch.go

Lines changed: 0 additions & 98 deletions
This file was deleted.

pkg/i18n/french.go

Lines changed: 0 additions & 120 deletions
This file was deleted.

pkg/i18n/german.go

Lines changed: 0 additions & 97 deletions
This file was deleted.

pkg/i18n/i18n.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,8 @@ func NewTranslationSet(log *logrus.Entry, language string) *TranslationSet {
4848
// GetTranslationSets gets all the translation sets, keyed by language code
4949
func GetTranslationSets() map[string]TranslationSet {
5050
return map[string]TranslationSet{
51-
"pl": polishSet(),
52-
"nl": dutchSet(),
53-
"de": germanSet(),
54-
"tr": turkishSet(),
5551
"en": englishSet(),
56-
"fr": frenchSet(),
5752
"zh": chineseSet(),
58-
"es": spanishSet(),
59-
"pt": portugueseSet(),
6053
}
6154
}
6255

0 commit comments

Comments
 (0)