Closed (fixed)
Project:
Pathauto
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2008 at 11:17 UTC
Updated:
9 Jul 2009 at 00:00 UTC
Hello,
I have just installed pathauto on a french translated Drupal and the paths configuration form gets some bug.
All the input fields have "%nodetypename" in their label instead of the value of %nodetypename.
So, I cannot configure my paths.
Is there a fix ?
Comments
Comment #1
fredklopper commentedHello,
Same problem with the Dutch translation. Replace %nodetypename with @node_type in your po file (row 217).
With best regards,
Fred Klopper
Comment #2
rancky commentedI do not have %nodetypename on line 217 of my fr.po.
I've tried to replace the three occurences I've found but it does not change anything.
What are these "%..." and "@...." ?
Comment #3
rancky commentedOk,
in any languages, replace each "%nodetypename" with "@nodetype" in PO file and then import this file in "'admin/build/translate".
Comment #4
aimevp@rancky
Thx for the solution although i should correct you that it is not @nodetype but @node_type. Anyway thx a lot for the tip ;o)
Comment #5
mrsimonelliott commentedbrilliant, thanks
Comment #6
gregglesIf all of you could update the translations that would be great. As a support request, I guess this is fixed.