Merri
Warlord
- Joined
- Aug 18, 2007
- Messages
- 231
As there has been trouble understanding the official documentation when it comes to localization I ended up writing what I know to Modiki.
Testing these things is very slow so I hope whatever I've written is correct. I'm applying a lot of gender use to Finnish language pack at the moment and so far things look good. The most annoying thing seems to be that I can't use a transform for a manually selected form/gender/plural, ie. none of this stuff works:
{1_UnitName[2] : lower}
{{1_UnitName[2]} : lower}
{1_UnitName ^ 'neuter:second_trait' : lower}
{{1_UnitName ^ 'neuter:second_trait'} : lower }
Or well, it works and selects the first form from the string list, but that isn't what I think it should do. So far haven't had any luck in transforming a manually selected form.
Testing these things is very slow so I hope whatever I've written is correct. I'm applying a lot of gender use to Finnish language pack at the moment and so far things look good. The most annoying thing seems to be that I can't use a transform for a manually selected form/gender/plural, ie. none of this stuff works:
{1_UnitName[2] : lower}
{{1_UnitName[2]} : lower}
{1_UnitName ^ 'neuter:second_trait' : lower}
{{1_UnitName ^ 'neuter:second_trait'} : lower }
Or well, it works and selects the first form from the string list, but that isn't what I think it should do. So far haven't had any luck in transforming a manually selected form.