Closed Idhrendur closed 3 years ago
Adjective order works correctly. Gender-according is now needed.
For French, Spanish, Italian, Portuguese:
As an example, the partial state ENG_1979 (Guayane) owned by a democratic France
ENG_1979
is in category fsac
(per StateCategories.txt)fsac
corresponds to _FS
(per yet-to-be-created Grammar.txt)FRA_democratic_ADJ_FS
FRA_democratic_ADJ_FS_FR
(defined internally in the converter)FRA_democratic_ADJ_FS_FR
+ ` +
ENG_1979`Fallback cases:
FRA_democratic_ADJ
)Grammar.txt as per now. This must be kept as a configurable, as new state categories can be added arbitrarily.
# Male singular - *Le Danube allemand*
msnc = _MS
msac = _MS
msav = _MS
msnv = _MS
# Male plural - *Les Territoires allemands*
mpac = _MP
mpav = _MP
mpnc = _MP
mpnv = _MP
# Female singular - *L'Autriche allemande*
fsnc = _FS
fsac = _FS
fsav = _FS
fsnv = _FS
# Female plural - *Les Villes allemandes*
fpnc = _FP
fpac = _FP
fpav = _FP
fpnv = _FP
Although originating from Vic2 coding, Adjective State look awful outside English, for order (e.g. French should have, e.g., Piémont Français) or missing declension (French Provence Française, German Deutsches Österreich, Spanish Indias Occidentales Españolas). It'd, however, require a gargantuan amount of coding to support: