https://github.com/backdrop-contrib/i18n
Collection of modules to extend Backdrop CMS multilingual capabilities
https://github.com/backdrop-contrib/i18n
backdropcms localization multilingual translation
Last synced: 5 months ago
JSON representation
Collection of modules to extend Backdrop CMS multilingual capabilities
- Host: GitHub
- URL: https://github.com/backdrop-contrib/i18n
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2016-03-27T03:58:14.000Z (almost 10 years ago)
- Default Branch: 1.x-1.x
- Last Pushed: 2024-09-18T08:52:44.000Z (over 1 year ago)
- Last Synced: 2024-09-18T11:42:32.430Z (over 1 year ago)
- Topics: backdropcms, localization, multilingual, translation
- Language: PHP
- Homepage: https://backdropcms.org/project/i18n
- Size: 1.78 MB
- Stars: 2
- Watchers: 13
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Internationalization (i18n)
I18n is a collection of modules to extend Backdrop core multilingual
capabilities and be able to build full-featured multilingual sites. This
module makes possible:
- Taxonomy translation (both, per language terms and translatable terms)
- Enhances node translation
- Menu (item) translation
- Field label translation
- Internationalization for (core) contact forms
- Path "translation", for instance declare different views as translations
of each other
- Synchronize field values across translated content
- Redirect visitors to the proper translation of current page, if available
## Installation
- Install this module using the official
[Backdrop CMS instructions](https://docs.backdropcms.org/documentation/extend-with-modules)
## Issues
Bugs and Feature requests should be reported in the
[Issue Queue](https://github.com/backdrop-contrib/i18n/issues)
## Upgrade from Drupal 7
Backdrop core took over several tasks for translations, so this module had
to go through a bigger rewrite. Although i18n now contains less submodules,
most of the functionality should still be available.
"Most" means, that some functionality had to be dropped or implemented
differently.
A migration path from Drupal 7 is available.
## Current Maintainers
Work is ongoing and we need help. If you're willing to test functionality
and/or provide pull requests, feel free to open an issue.
Your help is highly appreciated!
- [docwilmot](https://github.com/docwilmot)
- [Indigoxela](https://github.com/indigoxela)
- Help wanted
## Credits
- Port to Backdrop CMS was begun by [docwilmot](https://github.com/docwilmot)
- Originally written for Drupal by [Jose Reyero](https://www.drupal.org/u/jose-reyero)
## License
This project is GPL v2 software. See the [LICENSE.txt](https://github.com/backdrop-contrib/i18n/blob/1.x-1.x/LICENSE.txt)
file in this directory for complete text.