Total-RP / Total-RP-3

The best roleplaying add-on for World of Warcraft.
http://curse.totalrp.com
Apache License 2.0
33 stars 19 forks source link

Investigate moving localization off CurseForge #949

Open Meorawr opened 6 days ago

Meorawr commented 6 days ago

The CurseForge localization system is absolutely dire and we're questioning if the supposed benefit of easy access is really worth it. Alternative more generic systems exist like Weblate - we could possibly look into using those instead.

One challenge of note; the CF import process accepts a Lua chunk and parses it for us. Any alternative won't know about Lua so we'll need some script support to parse our strings and put them into an intermediate format (.po, .ts, .csv, whatever is most convenient - the hard work is more in the parser).