mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
follow up for new language support
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Wox.Core.Resource
|
|||||||
public static Language Portuguese_BR = new Language("pt-br", "Português (Brasil)");
|
public static Language Portuguese_BR = new Language("pt-br", "Português (Brasil)");
|
||||||
public static Language Italian = new Language("it", "Italiano");
|
public static Language Italian = new Language("it", "Italiano");
|
||||||
public static Language Norwegian_Bokmal = new Language("nb-NO", "Norsk Bokmål");
|
public static Language Norwegian_Bokmal = new Language("nb-NO", "Norsk Bokmål");
|
||||||
public static Language Slovak = new Language("sk", "Slovenský");
|
public static Language Slovak = new Language("sk", "Slovenský");
|
||||||
|
|
||||||
public static List<Language> GetAvailableLanguages()
|
public static List<Language> GetAvailableLanguages()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -308,6 +308,11 @@
|
|||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="Languages\sk.xaml">
|
||||||
|
<Generator>MSBuild:Compile</Generator>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Page Include="MainWindow.xaml">
|
<Page Include="MainWindow.xaml">
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
|
|||||||
Reference in New Issue
Block a user