Originally Posted by JeffElkins
I've been mulling this over too.
I know how I'd do it in PRSCustomizer. I'd set up each phrase as a replaceable string: IOW "Settings" would be "$settings." If the localization requested was Bulgarian, I'd simply replace $settings with whatever word = Settings in Bulgarian. The translations would be stored in external text files, so adding localizations should be easy. This would require a main.xml with only one localization as a base.
|