Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
255.15 KB
MD5: 9913b2914b46cf872c20dc5d05d05396
SHA-1: ab221ded5c08b09fa56ad8d08b58d488ee45f6cb
SHA-256: a3297b212d21ea45c0ce82318a7837e080a0658a921d629489cc0353423bb9b1
Download zip
349.62 KB
MD5: bede875d9eb8b9ef5e92bbcec4194487
SHA-1: 1da79b350dc29743cc14842fccd0a582b930e558
SHA-256: ca35da92866c09730dbe5cd253378d52341fbbbd6639cfe1e32ef084876ccfce
Release notes
This release introduces the ability to use node-based translation for nodes without changing any underlying fields to be translatable. The Lingotek Translation module now separates the act of setting a field to translatable from enabling a field for translation by Lingotek, making the storage in Drupal of node-based translations more compatible with a greater number of modules and themes. Also included in this release is better compatibility with the Localization update module. Below is the complete list of changes since version 7.x-5.08:
- #2290735 by lsolesen: decoupled enablement of l10n_update functionality with interface translation through Lingotek
- by bisle: fixed translation profiles not changing for custom content types
- #2290305 by fugazi: added variables for < PHP 5.3 compatibility
- by pobster: fixed node-based translation handling to conform to standard Drupal behavior by allowing users to keep all fields language neutral.