sync with full pack

stats and localization bugfixes
This commit is contained in:
cajun
2024-01-15 18:08:26 -06:00
parent 1ca0877485
commit 2a31e6679b
27 changed files with 302 additions and 232 deletions

View File

@@ -725,7 +725,7 @@ languages := [
pt_separator : "/"
supertype_separator : " "
type_separator : " — "
subtype_separator : " "
subtype_separator : "<atom-sep> </atom-sep>"
keyword_types : ["old","core","expert","pseudo","action","custom"]
is_artifact : match@(match: "(?i)Artifact")
@@ -1461,7 +1461,7 @@ languages := [
supertype_separator : " "
type_separator : " — "
super_spacer : true
subtype_separator : " "
subtype_separator : "<atom-sep> </atom-sep>"
keyword_types : ["viejo","núcleo","experto","seudo","acción","personalizado"]
is_artifact : match@(match: "(?i)Artefacto")
@@ -2874,7 +2874,7 @@ languages := [
supertype_separator : " "
type_separator : " — "
super_spacer : true
subtype_separator : " "
subtype_separator : "<atom-sep> </atom-sep>"
keyword_types : ["vecchio","nucleo","esperto","pseudo","azione","personalizzato"]
is_artifact : match@(match: "(?i)Artefatto")
@@ -3579,7 +3579,7 @@ languages := [
pt_separator : "/"
supertype_separator : ""
type_separator : " — "
subtype_separator : ""
subtype_separator : "<atom-sep>・</atom-sep>"
keyword_types : ["古い","中核","習熟","疑似","アクション","パーソナライズされた"]
is_artifact : match@(match: "(?i)アーティファクト")
@@ -4356,7 +4356,7 @@ languages := [
supertype_separator : " "
type_separator : " — "
super_spacer : true
subtype_separator : " "
subtype_separator : "<atom-sep> </atom-sep>"
keyword_types : ["늙은","핵심","숙련된","가짜","행동","맞춤형"]
is_artifact : match@(match: "(?i)마법물체")
@@ -5026,7 +5026,7 @@ languages := [
supertype_separator : " "
type_separator : " — "
super_spacer : true
subtype_separator : " "
subtype_separator : "<atom-sep> </atom-sep>"
keyword_types : ["velho","núcleo","perito","pseudo","ação","personalizado"]
is_artifact : match@(match: "(?i)Artefato")
@@ -5735,7 +5735,7 @@ languages := [
supertype_separator : " "
type_separator : " — "
super_spacer : true
subtype_separator : " "
subtype_separator : "<atom-sep> </atom-sep>"
keyword_types : ["старый","ядро","экспертный","псевдо","действие","персонализированный"]
is_artifact : match@(match: "(?i)Артефакт")
@@ -7805,7 +7805,7 @@ languages := [
pt_separator : "/"
supertype_separator : " "
type_separator : " — "
subtype_separator : " "
subtype_separator : "<atom-sep> </atom-sep>"
keyword_types : ["old","core","expert","pseudo","action","custom"]
],
"English (Canadian)": [
@@ -7814,7 +7814,7 @@ languages := [
pt_separator : "/"
supertype_separator : " "
type_separator : " — "
subtype_separator : " "
subtype_separator : "<atom-sep> </atom-sep>"
keyword_types : ["old","core","expert","pseudo","action","custom"]
]
]