Stats page bug fixes (#29)
* Added <atom-sep> to subtype_separators to better accomodate multi-wordsubtypes. * Fixed the colorless value in Color Category not being localized and not linking relevant cards when clicking on it's histogram bar. * Fixed the global_variable_average_opening_hand_statistic function being extremely slow and potentially crashing large sets. * Added is_tokenish method that checks if something is a token, an emblem, a designation, a rulestip, a counter or a checklist. * Fixed a bug on some setups, where strings could be too long and would cause the display tab of the preferences menu to collapse on itself. * fix some untranslated strings --------- Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
@@ -270,11 +270,13 @@ help:
|
||||
number of packs: Ilość %s do wygenerowania
|
||||
|
||||
# Preferences
|
||||
app language:
|
||||
Uwaga: musisz zrestartować program, aby wprowadzić zmiany w życie.
|
||||
zoom export:
|
||||
(Kiedy ta opcja jest wyłączona, karty są
|
||||
eksportowane i kopiowane w normalnym rozmiarze i obróceniu)
|
||||
app language:
|
||||
Uwaga: musisz zrestartować program,
|
||||
aby wprowadzić zmiany w życie.
|
||||
zoom export:
|
||||
(Kiedy ta opcja jest wyłączona,
|
||||
karty są eksportowane i kopiowane
|
||||
w normalnym rozmiarze i obróceniu)
|
||||
|
||||
# apprentice export
|
||||
set code: Kod zestawu to dwuliterowy skrót, którego Apprentice używa by odwoływać się do zestawu.
|
||||
@@ -681,7 +683,9 @@ button:
|
||||
high quality: &Rysowanie wysokiej jakości...
|
||||
show lines: Pokazuj &linie wokól pól
|
||||
show editing hints: Pokazuj ramki i podpowiedzi do &edytowania
|
||||
zoom export: Używaj ustawień przybliżenia i obrócenia przy eskportowaniu
|
||||
zoom export:
|
||||
Używaj ustawień przybliżenia
|
||||
i obrócenia przy eskportowaniu
|
||||
#TODO: Localize
|
||||
spellcheck enabled: Show &spelling errors on cards
|
||||
check now: Sprawdź &teraz
|
||||
|
||||
Reference in New Issue
Block a user