Closed (won't fix)
Project:
Node style
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2007 at 20:25 UTC
Updated:
15 Aug 2007 at 07:48 UTC
This patch allows translation of schemes.
| Comment | File | Size | Author |
|---|---|---|---|
| translation_selection.patch | 1.2 KB | hass |
Comments
Comment #1
Zen commentedI don't think that this will work. Have you tried running this past the po generator / checker script? Does it actually get translated? I doubt it.
-K
Comment #2
hass commentednot with the PO extractor.php, but it works... and i'm able to translate the names with the locale module by hand or with a hack... (placing a textfile anywhere containting t() with all names i'd like to translate and run extractor.php on it)
Comment #3
Zen commentedSounds dodgy. How do other modules/translators approach this?
-K
Comment #4
hass commentedi don't know for sure :-). maybe you'd like to add a feature to allow preconfigured node styles. i created a installer profile and imported the profiles. named them in english... and tried to translate the names...
there should be a better way to get the translated names inside... but without the t() around the strings i don't know how the UI translation should be done. therefor the above is only a way to get the translation and the style config inside drupal.
Comment #5
Zen commentedThe general consensus is that this is not recommended or going to work in general cases.
-K