bpetetot / conference-hall-beta

📣 An open SaaS platform to manage call for papers
https://conference-hall.io
MIT License
133 stars 46 forks source link

manage i18n #75

Open bpetetot opened 6 years ago

bpetetot commented 6 years ago

Some resources :

fabienjuif commented 6 years ago

@guillaumecrespel wrote this if you are interested: https://github.com/alakarteio/k-intl

jljouannic commented 5 years ago

react-intl should be considered IMHO, particularly because of the support of ICU message formatting which is a kind of de facto standard.

fabienjuif commented 5 years ago

k-intl is based on react-intl ;)

guillaumecrespel commented 5 years ago

I'm thinking about to change k-intl on a driver of k-ramel actually ;) And I use this library : https://github.com/yahoo/intl-messageformat to format message. Actually I take the time to thinking about API. Are you interested @bpetetot ?