Integration of the localize.drupal.org service calls for a language list export on localize.drupal.org. It should export into static files in ftp.drupal.org, so people can just download that data.

- define the format: we need a list of languages with English and native names
- deploy a script for use with the rest of the #ldodomination

CommentFileSizeAuthor
#2 l10n_export_languages.zip1.35 KBpp

Comments

gábor hojtsy’s picture

pp’s picture

Status: Active » Needs review
StatusFileSize
new1.35 KB

This module make the languages.xml.

Please review.

seutje’s picture

subscribing

pp’s picture

Assigned: Unassigned » pp
gábor hojtsy’s picture

Status: Needs review » Fixed

I've reviewed, slightly modified and committed this. We can always refine the code. One thing I'd love to add is a configurable directory for the XML output.

Modifications:

- Renamed to l10n_packager, so we can add in the other packaging related things there
- Instead of an SQL query, used language_list() for the language list (and in a follow up patch fixed it to do $reset = TRUE)
- added file level comments and fixed the missing items in the .info file (description, dependencies, etc).

Thanks for helping out making localize.drupal.org Drupal integration a reality.

Status: Fixed » Closed (fixed)

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

gábor hojtsy’s picture

Issue tags: +localized install
gábor hojtsy’s picture

Project: Drupal.org infrastructure » localize.drupal.org
Component: localize.drupal.org » Infrastructure

Moving to new queue (sorry for issue-bombing).