Skip to content

Commit

Permalink
feat: lexiextract new version added
Browse files Browse the repository at this point in the history
  • Loading branch information
eymenefealtun committed Feb 12, 2024
1 parent 641f0bc commit 6c8be48
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
42 changes: 42 additions & 0 deletions TarotType.Main/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,20 @@
SelectedValuePath="Content"
x:Name="cBoxLanguages">
<ComboBoxItem Content="Afrikaans" />
<ComboBoxItem Content="Amharic" />
<ComboBoxItem Content="Arabic" />
<ComboBoxItem Content="Armenian" />
<ComboBoxItem Content="Azerbaijani" />
<ComboBoxItem Content="Basque" />
<ComboBoxItem Content="Belarusian" />
<ComboBoxItem Content="Bengali" />
<ComboBoxItem Content="Bosnian" />
<ComboBoxItem Content="Bulgarian" />
<ComboBoxItem Content="Catalan" />
<ComboBoxItem Content="Cebuano" />
<ComboBoxItem Content="Chichewa" />
<ComboBoxItem Content="Chinese" />
<ComboBoxItem Content="Corsican" />
<ComboBoxItem Content="Croatian" />
<ComboBoxItem Content="Czech" />
<ComboBoxItem Content="Danish" />
Expand All @@ -60,6 +65,9 @@
<ComboBoxItem Content="Georgian" />
<ComboBoxItem Content="German" />
<ComboBoxItem Content="Greek" />
<ComboBoxItem Content="Gujarati" />
<ComboBoxItem Content="HaitianCreole" />
<ComboBoxItem Content="Hausa" />
<ComboBoxItem Content="Hawaiian" />
<ComboBoxItem Content="Hebrew" />
<ComboBoxItem Content="Hindi" />
Expand All @@ -71,37 +79,71 @@
<ComboBoxItem Content="Irish" />
<ComboBoxItem Content="Italian" />
<ComboBoxItem Content="Japanese" />
<ComboBoxItem Content="Javanese" />
<ComboBoxItem Content="Kannada" />
<ComboBoxItem Content="Kazakh" />
<ComboBoxItem Content="Khmer" />
<ComboBoxItem Content="Kinyarwanda" />
<ComboBoxItem Content="Korean" />
<ComboBoxItem Content="Kurdish" />
<ComboBoxItem Content="Kyrgyz" />
<ComboBoxItem Content="Lao" />
<ComboBoxItem Content="Latin" />
<ComboBoxItem Content="Latvian" />
<ComboBoxItem Content="Lithuanian" />
<ComboBoxItem Content="Luxembourgish" />
<ComboBoxItem Content="Macedonian" />
<ComboBoxItem Content="Malagasy" />
<ComboBoxItem Content="Malay" />
<ComboBoxItem Content="Malayalam" />
<ComboBoxItem Content="Maltese" />
<ComboBoxItem Content="Maori" />
<ComboBoxItem Content="Marathi" />
<ComboBoxItem Content="Mongolian" />
<ComboBoxItem Content="Myanmar" />
<ComboBoxItem Content="Nepali" />
<ComboBoxItem Content="Norwegian" />
<ComboBoxItem Content="Odia" />
<ComboBoxItem Content="Pashto" />
<ComboBoxItem Content="Persian" />
<ComboBoxItem Content="Polish" />
<ComboBoxItem Content="Portuguese" />
<ComboBoxItem Content="Punjabi" />
<ComboBoxItem Content="Romanian" />
<ComboBoxItem Content="Russian" />
<ComboBoxItem Content="Samoan" />
<ComboBoxItem Content="ScotsGaelic" />
<ComboBoxItem Content="Serbian" />
<ComboBoxItem Content="Sesotho" />
<ComboBoxItem Content="Shona" />
<ComboBoxItem Content="Sindhi" />
<ComboBoxItem Content="Sinhala" />
<ComboBoxItem Content="Slovak" />
<ComboBoxItem Content="Slovenian" />
<ComboBoxItem Content="Somali" />
<ComboBoxItem Content="Spanish" />
<ComboBoxItem Content="Sundanese" />
<ComboBoxItem Content="Swahili" />
<ComboBoxItem Content="Swedish" />
<ComboBoxItem Content="Tajik" />
<ComboBoxItem Content="Tamil" />
<ComboBoxItem Content="Tatar" />
<ComboBoxItem Content="Telugu" />
<ComboBoxItem Content="Thai" />
<ComboBoxItem Content="Turkish" />
<ComboBoxItem Content="Turkmen" />
<ComboBoxItem Content="Ukranian" />
<ComboBoxItem Content="Urdu" />
<ComboBoxItem Content="Uyghur" />
<ComboBoxItem Content="Uzbek" />
<ComboBoxItem Content="Vietnamese" />
<ComboBoxItem Content="Welsh" />
<ComboBoxItem Content="Xhosa" />
<ComboBoxItem Content="Yiddish" />
<ComboBoxItem Content="Yoruba" />
<ComboBoxItem Content="Zulu" />


</ComboBox>
</StackPanel>

Expand Down
1 change: 1 addition & 0 deletions TarotType.Main/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ private async void cBoxLanguages_SelectionChanged(object sender, SelectionChange


Mouse.OverrideCursor = null;

RefreshGame();

}
Expand Down
2 changes: 1 addition & 1 deletion TarotType.Main/TarotType.Main.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LexiExtract" Version="3.0.0" />
<PackageReference Include="LexiExtract" Version="4.0.0" />
<PackageReference Include="System.Resources.ResourceManager" Version="4.3.0" />
</ItemGroup>

Expand Down

0 comments on commit 6c8be48

Please sign in to comment.