Fixes some grammatical errors with dynamic text replacement for other languages
Description
English possessives in container text (Roggvir's Coffin) don't make sense in other languages. This replaces the fixed 's with language specific possessives for the following:
- Chinese
- French
- German
- Japanese
- Korean
- Polish
- Portuguese
- Spanish
and a hyphen (Coffin - Roggvir) for other languages.
This uses sLanguage INI setting to determine game language.
If your game is in English but use a translation mod, you can override the language in Data/SKSE/Plugins/po3_LanguageFixes.ini, eg. if you want to override the language to German:
[Settings]
sLanguageOverride = GERMAN
For other languages not mentioned here, let me know the grammar rules re: possessive nouns and I can add it in.
Source
https://github.com/powerof3/LanguageFixes
Credits
- nico21000 for suggesting this mod.
Instructions
Installation
Install with a mod manager, such as Mod Organizer.
Requirements
Language Fixes SKSE
FOMOD installer. Supports SE 1.5.97 Supports AE 1.6 and higher