Closed (fixed)
Project:
Signup
Version:
4.7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Aug 2006 at 12:25 UTC
Updated:
15 Mar 2007 at 00:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
dwwinstead of a zip file with modified files (which are now out of date, in fact), can you please attach a patch for the changes to the code you've made? see http://drupal.org/diffandpatch for more info.
you can attach the fr.po file directly to a follow-up comment.
that'll make it a lot easier for me to actually apply these changes.
thanks!
-derek
Comment #2
Uersu commentedI have just started to translate the module into German. I have the impression that the .pot file that you get with the module seems to be outdated. Also there is no pot file for the contributed module signup-conflicts.
I will attach the pot files that I have just created.
Lastly, I get some error messages when I run the extract.php tool. I'll put the messages in here, as you guys are all much more experienced at fixing such things.
I hope that this helps.
C:\My_webdev\htdocs\drupal\sites\ferienpass1\modules\signup>C:\programs\php\php extractor.php
Invalid marker content in signup.module:208
* t('
Current Signups -- '.l(t('view signup schedule'),"user/$user->uid/signups").'
')
Invalid marker content in signup.module:773
* format_plural($event->reminder_days_before,t('day'),t('days'))
Invalid marker content in contrib/signup_conflicts/signup_conflicts.module:31
* format_plural($conflicts['total'],t('conflict exists'),t('conflicts exist'))
Invalid marker content in contrib/signup_conflicts/signup_conflicts.module:156
* format_plural($total_conflicts,t('conflict'),t('conflicts'))
Invalid marker content in contrib/signup_conflicts/signup_conflicts.module:183
* format_plural($total_conflicts,t('conflict'),t('conflicts'))
Invalid marker content in contrib/signup_conflicts/signup_conflicts.module:281
* format_plural($return['total'],t('conflict'),t('conflicts'))
Comment #3
Uersu commentedSince - I think - we can only attach one file per comment, here another pot file.
Comment #4
Uersu commentedAnd the last pot file
Comment #5
dwwi fixed the bugs and ran the (now working cleanly) extractor.php to generate fresh .pot files. ported/committed fixes and new .pot files to HEAD, DRUPAL-5, DRUPAL-4-7 and DRUPAL-4-6.
i'll try to be good about re-generating .pot files whenever i change t() strings from here on out, but feel free to open new issues if you find other problems in this regard.
thanks,
-derek
Comment #6
(not verified) commented