gadicc / meteor-messageformat

MessageFormat i18n support for Meteor, with reactive templates
55 stars 22 forks source link

add routing support for 'ostrio:flow-router-extra' on ui interface #270

Open saworks opened 4 years ago

saworks commented 4 years ago

Need advice on tenanted applications. What do you recommend on

"Download server/mfAll.js (latest strings from all langs; save before redeploying/releasing an app)"

for applications that are isolated primarily through URL routing and require server/mfAll.js isolation ?

gadicc commented 4 years ago

Hey, thanks for this!

Umm, need to understand the use-case a bit better. Are you saying each isolated app instance has it's own set of strings? Usually for multi-tenant, the data varies but the application generally works the same for everyone. The idea of downloading mfAll.js is just for the developer, either to send all the translations to the production server (assuming the translations are done locally or on a devel server), or perhaps just to check in all the translations with the same release commit.

Can you give a few examples of how this will be used? Will end-users be seeing the translation interface?