insights-bot icon indicating copy to clipboard operation
insights-bot copied to clipboard

feat: i18n support

Open nekomeowww opened this issue 1 year ago • 2 comments

  • [x] i18n help messages
  • [x] i18n error message handling
  • [x] i18n reply message handling
  • [x] i18n prompt with multi-language support
    • [x] #70
  • [ ] configurable i18n options (through inline keyboard or whatever)

nekomeowww avatar May 07 '23 17:05 nekomeowww

An i18n library is necessary to manipulate locale strings with ease. Which one would you recommend?

OverflowCat avatar May 09 '23 09:05 OverflowCat

An i18n library is necessary to manipulate locale strings with ease. Which one would you recommend?

I used to use github.com/nicksnyder/go-i18n

nekomeowww avatar May 09 '23 10:05 nekomeowww