i will look at this as soon as i have some time.
Thanks
Released in 1.0.4
pushed to 1.0.x-dev
jmauricio → created an issue.
Included in 1.0.3
Included in 1.0.3
Hello, thanks, but this is a company sponsored module and for now it will stay only with company employees.
can't reproduce the error, can you post a screenshot?
merged into 1.0x
Ok, so i found the solution: you have to force the admin theme in the drupalSettings ajaxPageState variable.
Like this:
/**
* Implements hook_js_settings_alter().
*/
function MODULENAME_js_settings_alter(array &$settings, \Drupal\Core\Asset\AttachedAssetsInterface $assets) {
$settings['ajaxPageState']['theme'] = \Drupal::config('system.theme')->get('admin');
}
jmauricio → created an issue.
Changes merged into 1.0.x with 82499a0d
Merged into 1.0x
Changes merged into 1.0.x
jmauricio → made their first commit to this issue’s fork.
Changes merged into 1.0.x
Changes merged into 1.0.x
Changes merged into 1.0.x
jmauricio → made their first commit to this issue’s fork.
Changes merged into 1.0.x
jmauricio → made their first commit to this issue’s fork.
Changes merged into 8.x-1.x
jmauricio → made their first commit to this issue’s fork.
Changes merged into 1.0.x
jmauricio → made their first commit to this issue’s fork.
Changes merged into 1.0.x.
jmauricio → made their first commit to this issue’s fork.
Changes merged into 1.0.x.
Changes merged into 1.0.x
Tested and reviewed
Tested and reviewed
Tested and reviewed
jmauricio → created an issue.
Hello @Diego_Mow, thanks for the offer, but the integration with Commerce is already in development by the other module maintainer @rsalvado.
Pushed to 1.0.x.
Please review
@DudeWeb just pushed a fix for better error handling
The patch didn't include the api file, here's the correct one
@Orkut Murat Yılmaz or anyone else interested.
Can you test this patch, it integrates LibreTranslate into this module.
I've tested with a self-hosted version, works fine.
Thanks
OK, thanks, we will try to update the documentation in how to get the keys, i think its outdated
This works great.
+1 for adding it to the module
Released on 2.1.9
Released on 2.1.9
Yes, it it because the code was creating a new paragraph instead of translating it in those cases, don't really know how to fix that, maybe just delete the translations and run the auto translation again.
I'll commit the patch, run some more tests and release a new version.
Thanks
Thanks, patch applies to 1.0.x, it will get publish in the next release.
@abaudoin @WilliBautista can you please test this patch. I think it solves this problem.
Working on it
Changes merged into 1.0.x
@abaudoin
If you translate the node manually do the paragraphs translate?
Have you made this configuration?
https://www.drupal.org/docs/contributed-modules/paragraphs/multilingual-... →
Changes merged into 1.0.x.
Thanks, this will be in the next release.
Added Gin Toolbar Custom Menu to the list of related modules
@goose2000
This feature is now available on 1.0.2
At the moment its only for one role, but it shouldn't be too hard to make it work for multiple roles/menus. i'm going to work on this as soon as i have some free time