AFR Update and sorting
This commit is contained in:
@@ -16,6 +16,7 @@ languages := [
|
||||
is_spell : match@(match: "(?i)Instant|Sorcery")
|
||||
is_planeswalker : match@(match: "(?i)Planeswalker|Emblem")
|
||||
is_plane : match@(match: "(?i)Plane(?!swalker)")
|
||||
word_list : "word_list"
|
||||
],
|
||||
Russian: [
|
||||
code : "ru",
|
||||
@@ -31,10 +32,27 @@ languages := [
|
||||
is_spell : match@(match: "(?i)Мгновенное заклинание|Волшебство")
|
||||
is_planeswalker : match@(match: "(?i)Planeswalker|Emblem")
|
||||
is_plane : match@(match: "(?i)Plane(?!swalker)")
|
||||
word_list : "word_list_ru"
|
||||
],
|
||||
Italiano: [
|
||||
code : "it",
|
||||
spellcheck_code : "it_IT",
|
||||
pt_separator : "/",
|
||||
type_separator : " — ",
|
||||
subtype_separator : " ",
|
||||
is_creature : match@(match: "(?i)Creatura")
|
||||
is_tribal : match@(match: "(?i)Tribale")
|
||||
is_artifact : match@(match: "(?i)Artefatto")
|
||||
is_land : match@(match: "(?i)Terra")
|
||||
is_enchantment : match@(match: "(?i)Incantesimo")
|
||||
is_spell : match@(match: "(?i)Istantaneo|Stregoneria")
|
||||
is_planeswalker : match@(match: "(?i)Planeswalker|Emblem")
|
||||
is_plane : match@(match: "(?i)Plane(?!swalker)")
|
||||
word_list : "word_list_it"
|
||||
],
|
||||
Français: [
|
||||
code : "fr",
|
||||
spellcheck_code : "fr_FR", # TODO: get dictionary
|
||||
spellcheck_code : "fr_FR",
|
||||
pt_separator : "/",
|
||||
type_separator : " : "
|
||||
subtype_separator : "<atom-sep> et </atom-sep>",
|
||||
@@ -46,6 +64,7 @@ languages := [
|
||||
is_spell : match@(match: "(?i)Éphémère|Rituel")
|
||||
is_planeswalker : match@(match: "(?i)Planeswalker")
|
||||
is_plane : match@(match: "(?i)Plane(?!swalker)")
|
||||
word_list : "word_list_fr"
|
||||
]
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user