heyitsbench / mod-ptr-template

Module for AzerothCore that adds character templates akin to Blizzlike implementation.
GNU Affero General Public License v3.0
18 stars 6 forks source link

Localize player-facing strings. #186

Open heyitsbench opened 1 year ago

heyitsbench commented 1 year ago

This isn't something I can do, but if anyone wants to throw their hat in to localize these I wouldn't exactly mind.

String name ID Korean French German Chinese (Simplified) Chinese (Traditional) Spanish Other Spanish Russian
FEEDBACK_TEMPLATE_ENABLE 40000 - - 0694846 - - - - 2ebd48d
FEEDBACK_TEMPLATE_MISSING 40001 - - 0694846 - - - - 2ebd48d
FEEDBACK_TEMPLATE_DISABLE 40002 - - 0694846 - - - - 2ebd48d
ERROR_TEMPLATE_INFO 40003 - - 0694846 - - - - 2ebd48d
ERROR_TEMPLATE_LEVEL 40004 - - 0694846 - - - - 2ebd48d
ERROR_TEMPLATE_DIABLE_GLOBAL 40005 - - 0694846 - - - - 2ebd48d
ERROR_TEMPLATE_SECURITY 40006 - - 0694846 - - - - 2ebd48d
ERROR_TEMPLATE_DISABLE_LOCAL 40007 - - 0694846 - - - - 2ebd48d
ALERT_TEMPLATE_LOGOUT 40008 - - 0694846 - - - - 2ebd48d
MESSAGE_TEMPLATE_LIST 40009 - - 0694846 - - - - 2ebd48d
MESSAGE_TEMPLATE_LIST_DETAIL 40010 - - 0694846 - - - - 2ebd48d
MESSAGE_TEMPLATE_LIST_SIMPLE 40011 - - 0694846 - - - - 2ebd48d
MESSAGE_TEMPLATE_LIST_EMPTY 40012 - - 0694846 - - - - 2ebd48d
DETAIL_ENABLE 40013 - - 0694846 - - - - 2ebd48d
DETAIL_DISABLE 40014 - - 0694846 - - - - 2ebd48d
ALERT_MODULE_PRESENCE 40015 - - 0694846 - - - - 2ebd48d
MAIL_ERROR_EQUIP_BODY 40016 - - 0694846 - - - - 2ebd48d
MAIL_BOOST_SUBJECT 40017 aba383b aba383b aba383b aba383b aba383b aba383b aba383b aba383b
MAIL_BOOST_BODY 40018 aba383b aba383b aba383b aba383b aba383b aba383b aba383b aba383b
MAIL_RESURRECTION_SUBJECT 40019 aba383b aba383b aba383b aba383b aba383b aba383b aba383b aba383b
MAIL_RESURRECTION_BODY 40020 aba383b aba383b aba383b aba383b aba383b aba383b aba383b aba383b
heyitsbench commented 1 year ago

This is currently proof-of-concepted in the google-translate branch, take a guess where the translations came from. The few I tested work in-game, though I don't quite want to stick them in the master branch yet.

heyitsbench commented 1 year ago

Now can localize template names themselves. Blizz doesn't have them localized though it seems, so this is just one more thing this module has over them.