Posted by Christian Zwahlen on October 19, 2009 at 6:42pm
Jump to:
| Project: | Translation template extractor |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Definable settings
(admin/config/potx)
- Name: "NAME"
- E-Mail: "EMAIL@ADDRESS"
Create constant settings automatically
- Create "Copyright YEAR" automatically (2009)
- Create MODULNAME/THEMENAME automatically (mymodul)
- Create MODUL-ID/THEMENAME-ID automatically (7.x-1.x)
# German translation of Drupal MODULNAME Module
# Copyright YEAR NAME <EMAIL@ADDRESS>
msgid ""
msgstr ""
"Last-Translator: NAME EMAIL@ADDRESS\n"
"Project-Id-Version: MODULNAME (7.x-1.x)\n"PS: Why "#, fuzzy"?
Comments
#1
Modified issue title according to my understanding. Your explanation is quite sparse but I guess you propose we add two new settings and some more intelligence in terms of filling in that information. Because we are in the process of shifting away from hosting .po files in CVS and localize.drupal.org does not care about any of the information you detailed above, I'm not sure whether we should proceed implementing this. Maybe it would be best to cut back on the amount of information added there anyway, so it does not need to be edited as much.