-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prefixes and affixes #4
Comments
Prefix list (provisional):
|
Prefix rule file (dictates the output according to grammatical categories and languages): As an example, if the bare name is found (in French) to be in category fr_fsav, the output will have "Nouvelle " followed by the bare name and it will change the category for this one tag to fr_fsac. The adjective, regardless of the category, is set to "néo-" followed by the bare adjective (e.g. Angleterre, anglais will become Nouvelle Angleterre, néo-anglais. The category change means that, while Angleterre would have L' as an article, Nouvelle Angleterre would have La) |
A prefix from EU4Vic2 conversion is the New attached to some colonial nations. The result will differ in languages that have grammatical gender. As an example, while English has both New England and New Cyprus, Russian would have Новая Англия and Новый Кипр.
Then come CK3-EU4 prefixes, here listed in order of priority calculation. They are used if two output EU4 tags would share the same name.
Ideally, all converters from EU4 would, if a country name is not found in the list, search for it by removing the prefix in English loc and, if it finds it, outputting the correct prefix + name combination.
E.g.:
Concatenated prefixes, while possible, would be rare enough not to need any special parsing
Asking @Zemurin whether the generation of prefixes in CK3EU4 could be implemented this way.
The text was updated successfully, but these errors were encountered: