translatable-dataobject
translatable-dataobject copied to clipboard
Hello there, I am using this module "https://github.com/NobrainerWeb/Silverstripe-Content-Blocks/" for content blocks. It has functionality to manage content into "single column content block" and "multiple column" content blocks. When I translate...
Hi, is it possible to fallback to another language than the default/master language (with $strict = false)? Lets say i have 3 languages: german, english, russian. Default language is german...
Hi How to get link page in loop ? In example I get link only from default locale ` $T(Title) `
Used this module on a dataobject that has a linktopage (treedropdownfield with sitetree). When page is translated and link is adjusted to another page. The link in de default language...
When add fields with getTranslatableTabSet on ModelAdmin the following error is displayed: > [User Error] collateDataFields() I noticed that a field called 'Portrait' appears twice in your form: > '(unknown...
Hi, I want to get the translations of the dataobject from within another controller. Is it possible to do that: Example: ``` $sms_data_s = DataObject::get_by_id('SMSTemplate', 1)->SMSContent; ``` I have translations...
Hi, First of all, thanks for sharing this module :-) I'm trying to get my ModelAdmin set up for the client to handle 2 languages. I have a Vessel dataobject...