-
Notifications
You must be signed in to change notification settings - Fork 7
Orchard Database Translations
lukasvan3l edited this page Nov 3, 2011
·
4 revisions
The Orchard Database Translations Module is an add-on for the Orchard CMS. It allows users to edit the translation files from within the Admin environment itself. The translations are immediately visible to all users (no IIS restart needed as in the current *.po file solution).
It is compatible with the default *.po translation functionality. You can import *.po files and export your translations as *.po files.
- You don't need to change any code! Keep using the @T("") or @T.Plural("","",int) :)
- Changes are immediately visible for all users
- All translations are cached for optimal performance (just like the default translation manager)
- Ability to set the admin culture different from the global culture. It can even be set to a culture that isn't installed as website culture (e.g. english editors can edit the spanish website)
- Userfriendly editing experience via the "Translations" module in the Admin menu
- When Multitenancy is enabled, each Tenant can have its own translations
- Import all *.po files currently loaded in the website, that way everything stays the way it was!
- Import *.po.zip files from http://www.orchardproject.net/localization
- Export *.po.zip files to give back to the community or import into another installation
- The same database tables and configuration are used as in the OrchardPo module that Orchardproject.net itself uses for translations