tolgee-js icon indicating copy to clipboard operation
tolgee-js copied to clipboard

Rewrite @tolgee/core

Open JanCizmar opened this issue 3 years ago • 1 comments

  • [x] Make it tiny
  • [x] Make everything which is not essential as an external module
  • [x] Create a simple message format which would only support parameters passed in curly brackets {} and which is compatible with ICU, so users, who will add ICU module in the future wouldn't need to rewrite their messages
  • [x] Support for namespaces / splitting translations into separate files
  • [ ] Markdown support (as external module)
  • [ ] Support for basic HTML tags (as external module)

JanCizmar avatar Aug 10 '22 06:08 JanCizmar

Mostly solved in https://github.com/tolgee/tolgee-js/pull/3109

stepan662 avatar Dec 12 '22 09:12 stepan662