VulcanJS / Vulcan

🌋 A toolkit to quickly build apps with React, GraphQL & Meteor
http://vulcanjs.org
MIT License
7.98k stars 1.89k forks source link

Creating translation file from i18n-next #365

Closed gabrielstuff closed 9 years ago

gabrielstuff commented 10 years ago

Hey there,

How do you manage to output all the key related to the i10n translation ? I'm trying to setup : https://www.npmjs.org/package/i18next-parser with gulp. For now did not succeed.

I hope you could give me some light ?

Thanks

SachaG commented 10 years ago

Sorry, I don't really understand the question… I'm not familiar with that package or with gulp, maybe ask the package's author directly?

gabrielstuff commented 10 years ago

Well, it is more about how do you collect all the key in order to make sure to translate the full app and not let some untranslated string behind. Currently there are some strings not translated.

For instance in php I would use poeditor or gettext.

So for meteor project or in particular this one, maybe you use something? I rapidly tried i18next without success but I will work on it today.

Le 29 août 2014 à 02:40, Sacha Greif notifications@github.com a écrit :

Sorry, I don't really understand the question… I'm not familiar with that package or with gulp, maybe ask the package's author directly?

— Reply to this email directly or view it on GitHub.

SachaG commented 10 years ago

Oh no I don't use anything, it's still a manual process, sorry. It'd be great to automate it, I agree.

On Fri, Aug 29, 2014 at 3:43 PM, Gabriel notifications@github.com wrote:

Well, it is more about how do you collect all the key in order to make sure to translate the full app and not let some untranslated string behind. Currently there are some strings not translated.

For instance in php I would use poeditor or gettext.

So for meteor project or in particular this one, maybe you use something? I rapidly tried i18next without success but I will work on it today.

Le 29 août 2014 à 02:40, Sacha Greif notifications@github.com a écrit :

Sorry, I don't really understand the question… I'm not familiar with that package or with gulp, maybe ask the package's author directly?

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub https://github.com/TelescopeJS/Telescope/issues/365#issuecomment-53842524 .