Open IohannesIohannium opened 2 years ago
Outputs for CK3
Outputs for EU4
Outputs for Vic2
Outputs for HoI4
Special things:
⟨Hungarian⟩i
, in all cases⟨Korean⟩
in all cases, zh_adj to be ⟨Chinese⟩
How the dictionary file should work:
en_article
English
(e.g. The United States)English
(e.g. United States)Matching is case-insensitive, diacritic-sensitive.
Output will be restricted to the languages a game actually has (we'll skip Vic2 Finnish column because Finnish is impossible to handle) and will not overwrite vanilla localisations (if a game already has RUS_ADJ as localized, the converter will NOT output RUS_ADJ)
Grammar category will be used to define:
Every other grammar shenanigan such as adjective declension (français, française, ...), polity name's declension (Франция, Франции, ...) is to be done separately through the use of respective adj_rules.txt
and decl_rules.txt
files
As an update, most columns that have articles separate have been removed, as articles can be inferred from categories anyway. Czech, Hungarian and Dutch have also been dropped.
DROPPED: now resorting to simply giving the converter grammatical categories for each string (e.g. telling the converter that the French string Géorgie is in category fsac, that the Spanish string Puerto Rico is in category msn, etc.)
How the dictionary file should look like (example with table):
Explanation:
m
,f
,n
), number (s
,p
/pl
), use of article (a
,n
), starting with vowel or consonant (v
,c
)