Update LanguageService.cs

This commit is contained in:
2pac1
2018-04-28 18:12:11 +02:00
committed by GitHub
parent 95bdeacd93
commit a6ef7387cf

View File

@@ -31,6 +31,7 @@ namespace BTCPayServer.Services
new Language("nl-NL", "Dutch"),
new Language("cs-CZ", "Česky"),
new Language("is-IS", "Íslenska"),
new Language("hr-HR", "Croatian"),
};
}
}