Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
I succeeded to convert the existing table 'risklevel' to have translatable values. I manage to do so for other values lists.
Bu is it possible to have translatable values for types in the 'type' table as with simples tables ? I have already understood how to add new types (I need 'payment mode' as Paypal, Bank transfer, etc.), but full names need to be translatable (for french people, 'virement' is better than 'bank transfer'…)
Yes possible; always the same : add $_isNameTranslatable=true and include names in translation files
Found myself this morning. Tested… and succeeded. 😆
But requires to add “public $_isNameTranslatable = true;” in all concerned model files, not only in model/type.php. 😉