AniMouto icon indicating copy to clipboard operation
AniMouto copied to clipboard

i18n for all UI text

Open TehNut opened this issue 4 years ago • 1 comments

Using vue-i18n, the UI text should be made translatable.

Pages:

  • [ ] About
  • [ ] Forum
  • [ ] Login
  • [ ] Media Overview
  • [ ] Media List
  • [x] Notifications
  • [x] Search
  • [x] Settings

TehNut avatar Jun 12 '20 05:06 TehNut

Suggestion: Maybe the default webext i18n implementation would be better to use? That way your internationalization system isn't tied to Vue.js and you can access translated strings outside of the Vue.js app (e.g. background/content scripts and random js files) + it allows you to translate things like the extension name and description on the store.

YellowFish085 avatar Aug 25 '20 09:08 YellowFish085