mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Added Dutch language #243
This commit is contained in:
parent
bcdb612faa
commit
635fc03c02
13 changed files with 242 additions and 2 deletions
|
@ -33,7 +33,7 @@ namespace PlexRequests.UI.Helpers
|
|||
{
|
||||
public class CultureHelper
|
||||
{
|
||||
private static readonly List<string> ValidCultures = new List<string> { "en-US", "de-DE", "fr-FR", "es-ES", "de", "en", "fr", "es","da","sv","it" };
|
||||
private static readonly List<string> ValidCultures = new List<string> { "en-US", "de-DE", "fr-FR", "es-ES", "de", "en", "fr", "es","da","sv","it","nl" };
|
||||
|
||||
private static readonly List<string> ImplimentedCultures = new List<string> {
|
||||
"en-US",
|
||||
|
@ -43,7 +43,8 @@ namespace PlexRequests.UI.Helpers
|
|||
"es",
|
||||
"da",
|
||||
"sv",
|
||||
"it"
|
||||
"it",
|
||||
"nl"
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue