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:
@@ -239,11 +239,14 @@ help:
|
||||
number of packs: Antallet af %ss genereret
|
||||
|
||||
# Preferences
|
||||
app language:
|
||||
Note: Du skal genstarte MSE for at ændringerne skal træde i kraft
|
||||
zoom export:
|
||||
(Når slukket er kortene eksporteret
|
||||
og kopieret i 100% størrelse og uden rotation)
|
||||
app language:
|
||||
Note: Du skal genstarte
|
||||
MSE for at ændringerne
|
||||
skal træde i kraft
|
||||
zoom export:
|
||||
(Når slukket er kortene
|
||||
eksporteret og kopieret i 100%
|
||||
størrelse og uden rotation)
|
||||
|
||||
# apprentice export
|
||||
set code: En sætkode er to bogstaver, som Apprentice bruger til at skelne imellem sættene
|
||||
@@ -626,7 +629,9 @@ button:
|
||||
high quality: &Opløsning i høj kvalitet
|
||||
show lines: Vis &linier omkring felter
|
||||
show editing hints: Vis bokse og hints for &redigering
|
||||
zoom export: Brug zoom og rotationsfunktioner under e&ksport
|
||||
zoom export:
|
||||
Brug zoom og rotationsfunktioner
|
||||
under e&ksport
|
||||
spellcheck enabled: Vis stavefejl på kort
|
||||
check now: Tjek &Nu!
|
||||
always: Altid
|
||||
|
||||
Reference in New Issue
Block a user