diff --git a/res/translations.go b/res/translations.go index a3608af..56bfe0a 100644 --- a/res/translations.go +++ b/res/translations.go @@ -18,6 +18,7 @@ var TranslationsInfo = []TranslationInfo{ {Name: "fr", DisplayName: "Français", TranslationFileName: "fr.json"}, {Name: "it", DisplayName: "Italiano", TranslationFileName: "it.json"}, {Name: "ja", DisplayName: "日本語", TranslationFileName: "ja.json"}, + {Name: "nl", DisplayName: "Nederlands", TranslationFileName: "nl.json"}, {Name: "pl", DisplayName: "Polski", TranslationFileName: "pl.json"}, {Name: "pt_BR", DisplayName: "Português (BR)", TranslationFileName: "pt_BR.json"}, {Name: "ro", DisplayName: "Română", TranslationFileName: "ro.json"},