CharlieHess / slack-poker-bot

A bot that deals Texas Hold'em games in Slack
MIT License
1.66k stars 208 forks source link

[Feature] Internationalization of the bot #57

Closed stephenyeargin closed 1 year ago

stephenyeargin commented 8 years ago

(This is related to #55 so folks don't have to fork the main repository to add language support.)

The i18n package would get the hard part done, and then it would be a matter of going through the app and finding the many places strings are built/returned and using the formatting methods.

Example: https://gist.github.com/mashpie/5188567