I created a little patch that allow to save translations as the old system. "po" folder instead of "translation". This is to make them compatible with old autolocale.

Comments

psicomante’s picture

StatusFileSize
new2.94 KB

the file...

gábor hojtsy’s picture

Status: Needs review » Needs work

I am fine with adding this feature, I guess D5 translators would like to see this working fine, although using the 'translations' folder is definitely the way to go for D6.

- The form description is overly long, and I cannot even understand it.
- Things like d5 wihout quotes should not be used, it should be a string as it seems.
- Drupal coding styles requires spaces as in 'some string'. $var .'some other string'

psicomante’s picture

StatusFileSize
new2.85 KB

Until d5 will be supported i think d5 exporting feature is necessary. I totally agree with 'translations' folder ;)

1) 'Translation support of Drupal 5 and Drupal 6' could be better (i'm sorry, my english is a bit ugly)

2) Did you mean this?

 '#options' => array('drupal-5' => t('Drupal 5'), 'drupal-6' => t('Drupal 6')),

3) thanks fixed

gábor hojtsy’s picture

Status: Needs work » Fixed
StatusFileSize
new3.29 KB

- Modified the options to be more specific and helpful (it is quite important that autolocale is required with Drupal 5 for that format to make sense)
- Moved Drupal 6 first, as it is the newer, and the default.
- Otherwise left the patch intact.

Good stuff, committed, thanks.

psicomante’s picture

Thanks to you Gàbor ;)

gábor hojtsy’s picture

Title: Backport po folder of export.inc » Allow export in "Drupal 5 + autolocale" format
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.