studio
studio copied to clipboard
Internationalization support
We have two main options regarding the library that is going to be used. Both have pros and cons.
- 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
- PO based. Decouples translations and code, but requires some additional tooling that scans the codebase to generate PO files.
- https://github.com/brightin/pottery