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)

  1. Name: "NAME"
  2. E-Mail: "EMAIL@ADDRESS"

Create constant settings automatically

  1. Create "Copyright YEAR" automatically (2009)
  2. Create MODULNAME/THEMENAME automatically (mymodul)
  3. 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

Title:Definable and constant settings» Fill in .po(t) headers more intelligently
Priority:normal» minor

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.

nobody click here