Added Slovak translation (#2376)

This commit is contained in:
Vladimír Kubala
2019-02-25 15:34:00 +01:00
committed by 蝦米
parent 4bb460528f
commit 7ab937cf7b
2 changed files with 145 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
namespace Wox.Core.Resource
{
@@ -20,6 +20,7 @@ namespace Wox.Core.Resource
public static Language Portuguese_BR = new Language("pt-br", "Português (Brasil)");
public static Language Italian = new Language("it", "Italiano");
public static Language Norwegian_Bokmal = new Language("nb-NO", "Norsk Bokmål");
public static Language Slovak = new Language("sk", "Slovenský");
public static List<Language> GetAvailableLanguages()
{
@@ -45,4 +46,4 @@ namespace Wox.Core.Resource
return languages;
}
}
}
}