Closed (fixed)
Project:
Storm
Version:
6.x-1.27
Component:
Storm.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2009 at 17:36 UTC
Updated:
27 Dec 2009 at 09:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
jurgenhaasNot sure this is correct. I checked the code and all occurances are called through t(). Can you please be a bit more specific?
Comment #2
FrankT commentedAttached is an hardcopy with the untranslatable strings marked. I also attached the german translation I created (and I'm using of course). You may commit the translation to CVS, by the way.
Comment #3
jurgenhaasOh sorry, you're right. Those strings a passed through variables and that's why the search didn't result in any matches. Please used attached patched and let us know if that works for you.
Don't think we need separate translation files for Storm Dashboard. All that's needed should be found in Storm already, I guess.
Comment #4
Magnity commented@FrankT,
There is already a de.po file in Storm - so perhaps you could patch against that if required? As @jurgenhaas says, the strings will probably be the same in both.
Comment #5
FrankT commentedI applied the patch supplied in #3 successfully - but it did not help. Could you check the patch?
Comment #6
jurgenhaasLooks like this is one for the core Storm module. The relevant strings come from theme_storm_link() in storm.theme.inc
I have assigned this issue to the Storm project.
Comment #7
Magnity commentedOK - I see areas that might be causing this.
Does the attached patch work?
Comment #8
Magnity commentedConfident that the patch in #7 will have fixed this issue.
Committed to D6 and D7 branches.
Comment #9
FrankT commentedI can confirm that the latest patch solved the problem (I did not roll back the first patch supplied).