Closed (fixed)
Project:
Simplenews
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
10 May 2008 at 22:59 UTC
Updated:
18 Jan 2011 at 15:10 UTC
Jump to comment: Most recent file
Here comes the Swedish translation of this module.
There are three strings not found in the POT:
Activate
Inactivate
Delete
In simplenews.admin.inc on row 599-601:
'activate' => 'Activate',
'inactivate' => 'Inactivate',
'delete' => 'Delete',
should be:
'activate' => t('Activate'),
'inactivate' => t('Inactivate'),
'delete' => t('Delete'),
I guess you'll manage without a patch =)
Cheers
/Magnus
Comments
Comment #1
sutharsan commentedThanks for reporting.
Bug fixed and swedish translation committed.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
magnus commentedUpdated the translation with the new strings from latest release.
Comment #4
sutharsan commentedCommitted. Thanks.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #6
magnus commentedUpdated the translation with the new strings from latest dev.
I can manage the updates through CVS myself if you want me to?
Just a little reminder to put the translations in /translations and not /po from D6 and up.
Comment #7
sutharsan commentedThanks for the reminder. I should have know.
Translations directory created, translation committed.
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #9
magnus commentedImported Swedish translation to localization server and removed CVS file.
If anyone wonder why the translation is gone, please see Maintainer News dec 7 2010: