partkeepr / PartKeepr

Open Source Inventory Management
http://www.partkeepr.org
GNU General Public License v3.0
1.37k stars 397 forks source link

i18n/l10n (Translation / Localization) #27

Open Drachenkaetzchen opened 13 years ago

Drachenkaetzchen commented 13 years ago

We want the system to speak your language. Technically, all JS code is wrapped by i18n() which does the translation later - we just need to implement it and create a gettext parser to eat JS files.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

MarekPikula commented 8 years ago

I'm interested in translating to Polish. Is it possible in current version?

Drachenkaetzchen commented 8 years ago

No, it's not possible yet.

DIdro commented 8 years ago

I'm also interesting in translation. I see, that Symphony2 have some localization and internationalization features. Is it possible to use it in porject?

Thanks

Drachenkaetzchen commented 8 years ago

@DIdro yes and no - the ExtJS translation component is missing and needs to be developed.

Drachenkaetzchen commented 8 years ago

Extraction can be implemented using this guide: http://jmsyst.com/bundles/JMSTranslationBundle/master/usage#extracting-translation-messages

Open Issue: How to pass the translation to the frontend?

iled commented 7 years ago

Hi, Any update on how to contribute to i18n?

Drachenkaetzchen commented 7 years ago

i18n is not implemented yet, thus there's no way to contribute to i18n (if you mean translations).

caladanbr00d commented 2 years ago

Are there any plans on integrating translation features for the next version?