Added german and russian to list of supported languages, russian is unfinished atm btw
This commit is contained in:
		@@ -19,7 +19,9 @@ namespace NadekoBot.Modules.Administration
 | 
				
			|||||||
            private ImmutableDictionary<string, string> supportedLocales { get; } = new Dictionary<string, string>()
 | 
					            private ImmutableDictionary<string, string> supportedLocales { get; } = new Dictionary<string, string>()
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                {"en-US", "English, United States"},
 | 
					                {"en-US", "English, United States"},
 | 
				
			||||||
                {"fr-FR", "French, France" }
 | 
					                {"fr-FR", "French, France"},
 | 
				
			||||||
 | 
					                {"ru-RU", "Russian, Russia"},
 | 
				
			||||||
 | 
					                {"de-DE", "German, Germany"}
 | 
				
			||||||
                //{"sr-cyrl-rs", "Serbian, Cyrillic" }
 | 
					                //{"sr-cyrl-rs", "Serbian, Cyrillic" }
 | 
				
			||||||
            }.ToImmutableDictionary();
 | 
					            }.ToImmutableDictionary();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user