Provide tools for translation and display of text in multiple languages and support for regionalization/localization for dates, numbers, currency, measurement, or other local contexts.
This module gives site editors an edit tab for each language that your site supports. Currently it works only for nodes, but the next versions will support different entity types (such as taxonomy and user, among others).
UPDATE: the 7.x-1.1 release brings this module up-to-date with entity_translation. Hurray!
Awesome Features
Users go directly to the version of the page they want to edit
Creating a new translation alerts the user there is no previous version and takes them to the add translation page
For "Language Neutral" pages which need the user to specify the language before it becomes translatable, it will prompt the user to set the language and save before the translation can be created
Users can post the source translation in any language, the old "Edit" button (renamed to "Source") will always direct the user there
Now you can enjoy all the benefits of using entity_translation...
Other Modules to Consider for use with Entity Translation
Collaborative online annotation offers a new kind of reading experience: instead of making notes in the margin of a book, readers can now share their reactions instantaneously and build a body of c
This module provides the Date formater option that enables the year in a date to be displayed as Japanese era name. For example the year 2012 is the 24th year of the Heisei era and this module provides an option that would display it as "平成24".
Features
Introduces the "E" option to be used inside the Format string when creating a new Date and Time format (Configuration > Regional and language > Date and time > Formats, or visit /admin/config/regional/date-time/formats)
When displaying the date the "E" part outputs the Japanese era name in Japanese alphabet followed by the year number within the era, for example the year 2012 would be displayed as "平成24"
Japanese era names are configurable in this module settings (Configuration > Date API >
Japanese Era, or visit /admin/config/date/japanese_era). Several eras are already set and come with the module but can be changed, and new eras can be added.
It only works on Date fields so far, because it depends on Date API, so it's not recommended to use it in the built-in Date types Long, Medium and Short (so you don't get malformatted "Submitted by" text or similar non-field dates). Instead create a new Date type to use with the format that has the "E" option.