You are here

Files in Localize Fields 7

Primary tabs

File namesort descending Location Namespace Description
CHANGELOG.txt CHANGELOG.txt localize_fields 7.x-1.x, 2016-05-05 ----------------------------------- - Doesn’t translate the Body field label in display mode (issue #2543718 fixed by PascalAnimateur). - Fixed critical issue introduced by adding support for the Features…
field-ui-field-edit-form.css localize_fields_ui/css/field-ui-field-edit-form.css fieldset.localize-fields-ui div.fieldset-legend a.fieldset-title { text-transform: none; } div.form-item-field-settings-allowed-values-no-localization label { font-weight: bold; } fieldset.localize-fields-ui div.fieldset-wrapper:after { …
LocalizeFields.inc LocalizeFields.inc Drupal Localize Fields module
LocalizeFieldsUI.inc localize_fields_ui/inc/LocalizeFieldsUI.inc Drupal Localize Fields fields UI
localize_fields.admin.css css/localize_fields.admin.css form.localize-fields-admin-form div.form-item.form-type-checkbox label { font-weight: bold; font-size: 1em; }
localize_fields.admin.inc localize_fields.admin.inc Drupal Localize Fields module
localize_fields.drush.inc localize_fields.drush.inc Drupal Localize Fields module
localize_fields.info localize_fields.info name = "Localize Fields" description = "Provides translation of field labels, descriptions and list options for most field types and widgets." package = Multilingual core = 7.x php = 5.3 dependencies[] = field dependencies[] =…
localize_fields.install localize_fields.install Drupal Localize Fields module
localize_fields.module localize_fields.module Drupal Localize Fields module
localize_fields_test.features.field_base.inc test/localize_fields_test.features.field_base.inc localize_fields_test.features.field_base.inc
localize_fields_test.features.field_instance.inc test/localize_fields_test.features.field_instance.inc localize_fields_test.features.field_instance.inc
localize_fields_test.features.inc test/localize_fields_test.features.inc localize_fields_test.features.inc
localize_fields_test.features.language.inc test/localize_fields_test.features.language.inc localize_fields_test.features.language.inc
localize_fields_test.features.taxonomy.inc test/localize_fields_test.features.taxonomy.inc localize_fields_test.features.taxonomy.inc
localize_fields_test.features.user_permission.inc test/localize_fields_test.features.user_permission.inc localize_fields_test.features.user_permission.inc
localize_fields_test.features.user_role.inc test/localize_fields_test.features.user_role.inc localize_fields_test.features.user_role.inc
localize_fields_test.info test/localize_fields_test.info name = Localize Fields Test description = "A Features module which provides a content type for testing field label etc. translation for various field types and widgets." core = 7.x package = Multilingual project =…
localize_fields_test.install test/localize_fields_test.install Drupal Localize Fields Test module.
localize_fields_test.module test/localize_fields_test.module
localize_fields_test.nodeform.css test/css/localize_fields_test.nodeform.css Localize Fields test styles.
localize_fields_ui.admin.inc localize_fields_ui/localize_fields_ui.admin.inc Drupal Localize Fields UI module
localize_fields_ui.info localize_fields_ui/localize_fields_ui.info name = "Localize Fields UI" description = "Provides translation of field labels, descriptions and list options to the field settings user interface." package = Multilingual core = 7.x php = 5.3 dependencies[] =…
localize_fields_ui.install localize_fields_ui/localize_fields_ui.install Drupal Localize Fields UI module
localize_fields_ui.module localize_fields_ui/localize_fields_ui.module Drupal Localize Fields UI module
README.txt README.txt (Drupal Localize Fields module) CONTENTS OF THIS FILE --------------------- * Introduction * Implementation * How to test when already using i18n field * Localize Fields vs. I18n Field * Import/conversion of existing translations *…
release_notes_7.x-1.1.txt release_notes/release_notes_7.x-1.1.txt Localize Fields 7.x-1.1 Main issues ----------- Use global language, not user language; otherwise language detection via browser would be (was) ignored. New features ------------ None. Bug fixes --------- * UI shan't support…
release_notes_7.x-1.2.txt release_notes/release_notes_7.x-1.2.txt Localize Fields 7.x-1.2 Main issues ----------- Multiple value (cardinality != 1) field instances' labels weren't translated (unless the parent entity was a field collection). New features ------------ None. Bug fixes --------- - Fixed…
release_notes_7.x-1.3.txt release_notes/release_notes_7.x-1.3.txt Localize Fields 7.x-1.3 Main issues ----------- Lots of bug fixes, and far simpler and more future-proof algo. Better compatibility with the Token module, and with custom entity and field types. Security - previously didn't check/escape…
release_notes_7.x-1.4.txt release_notes/release_notes_7.x-1.4.txt Localize Fields 7.x-1.4 Main issues ----------- Maintenance update. No change what-so-ever to this module's main utility (translating field labels etc.). Only: more convenience in the drush department, improved help pages, and bugfixes for the…
release_notes_7.x-1.5.txt release_notes/release_notes_7.x-1.5.txt Localize Fields 7.x-1.5 Main issues ----------- Bug fixes and two new features. New features ------------ - Translate 'Add another item' button label. - Support import/export via the Features Translation module (issue #2543974 fixed by…

Other projects