Reviewed & tested by the community
Project:
Translate Drupal with GTranslate
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2011 at 18:09 UTC
Updated:
24 Feb 2023 at 09:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kevinquillen commentedSorry, that menu path should be 'admin/config/regional/gtranslate'.
Comment #2
beltofteComment #3
beltofteThe attached patch fixes this issue. The module it self could really need heave code clean up to follow the official Drupal coding standards. Would gladly do this if the maintainer was not selling commercial versions of the code!
Comment #4
kevinquillen commentedAren't there a lot of new Google APIs out now? Why not branch off a new ver? You can request maintainer status from d.o. if the original maintainer is not around.
Comment #5
beltofteNot planning to be part of this project and maintain it, because the current maintainer is distribution and developing on http://gtranslate.net instead of d.o, and also selling commercial versions of it http://gtranslate.net/features.
So if I need a module like this, would I probably create a new module and project on d.o.
Comment #6
simon georges commentedI can confirm this patch works as expected, and is needed to have the configuration screen correctly working.
Comment #7
simon georges commentedIn current version too.
Comment #8
mcannon commentedI also noticed this issue along with a permission issue of "access administration pages" which is a perm we give most all of our clients so their editing experience is the same on every site. So this made GTranslate settings accessible to editors when it should not be.
The patch I attached solves the path and the access.
Comment #9
heddnComment #10
socialnicheguru commentedthis is an update for the newest gtranslate 2016-Sep-06
Comment #11
avpadernoComment #12
avpadernoThe Drupal 8 version of the module already uses /admin/config/regional/gtranslate for its route. The same should be done for the Drupal 7 version.
Comment #13
i-trokhanenko+1 RTBC

Patch #10 works well for me. Thanks!