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:
@@ -241,10 +241,12 @@ help:
|
||||
number of packs: The number of %ss to generate
|
||||
|
||||
# Preferences
|
||||
app language:
|
||||
참고: 변경 사항을 적용하려면 MSE를 다시 시작해야 합니다.
|
||||
zoom export:
|
||||
끄면 카드가 100% 크기 및 일반 회전으로 내보내지고 복사됩니다.
|
||||
app language:
|
||||
참고: 변경 사항을 적용하려면
|
||||
MSE를 다시 시작해야 합니다.
|
||||
zoom export:
|
||||
끄면 카드가 100% 크기 및 일반
|
||||
회전으로 내보내지고 복사됩니다.
|
||||
|
||||
# apprentice export
|
||||
set code: 세트 코드는 Apprentice이 세트를 참조하는 데 사용하는 두 문자 코드입니다.
|
||||
@@ -627,7 +629,9 @@ button:
|
||||
high quality: 고품질 렌더링
|
||||
show lines: 필드 주위에 선 표시
|
||||
show editing hints: 편집에 대한 힌트 표시
|
||||
zoom export: 이미지를 내보낼 때 확대/축소 및 회전 옵션 사용
|
||||
zoom export:
|
||||
이미지를 내보낼 때 확대/축소
|
||||
및 회전 옵션 사용
|
||||
spellcheck enabled: 철자 오류 표시
|
||||
check now: 지금 확인하세요
|
||||
always: 언제나
|
||||
|
||||
Reference in New Issue
Block a user