studio icon indicating copy to clipboard operation
studio copied to clipboard

Internationalization support

Open sprocketc opened this issue 3 years ago • 0 comments

We have two main options regarding the library that is going to be used. Both have pros and cons.

  1. Map based. Easier to implement, but creating and editing translation requires handling EDN files. The translations are coupled with the code.
  • https://github.com/taoensso/tempura
  • https://github.com/tonsky/tongue
  1. PO based. Decouples translations and code, but requires some additional tooling that scans the codebase to generate PO files.
  • https://github.com/brightin/pottery

sprocketc avatar Apr 23 '22 06:04 sprocketc