Download the PHP package open20/amos-translation without Composer
On this page you can find all versions of the php package open20/amos-translation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download open20/amos-translation
More information about open20/amos-translation
Files in open20/amos-translation
Package amos-translation
Short Description AMOS Translation
License
Homepage http://www.open20.it/
Informations about the package amos-translation
Amos Translation
Translation management.
Button clean translatemanager cache
Insert in config/component-amos
Configurable properties
*defaultTranslationLanguage - string
Default language to translate if the record translate is not present
*secureCookie - boolean
Added configuration to enable to send cookie without security
*enableCookieFor2LevelDomain - boolean
Added configuration to set cookie for the second level domain
*byPassPermissionInlineTranslation - boolean If the value is true it disable all the permission on the record translation
*enableLabelTranslationField - boolean, default = false If set to true it enables the display of the translatable fields in the forms
*templateTranslationField - string, default = '{translation}' Template of translation field in the form, near the label
*templateTranslationAltField - string, default = '{altTranslation}' Template of translation alt field in the form, near the $templateTranslationField
*translationLabelField - string, default = 'strtoupper(substr(\Yii::$app->language, 0, 2));' This string will be parsed by the "eval()" function instead of $tempalteTransaltionField, by default {translation}
*translationLabelAltField - string, default = '\Yii::t("amostranslation", "Testo traducibile, la visualizzazione attuale è in");' This string will be parsed by the "eval()" function instead of $templateTranslationAltField, by default {altTranslation}
*labelTranslationField - string, default = ' ( - {translation})' This string is the html code that will be used in the labels to represent a translatable field
All versions of amos-translation with dependencies
open20/amos-core Version >=1.9.50
open20/amos-dashboard Version >=1.8.15
open20/amos-workflow Version *
lajax/yii2-translate-manager Version 1.*