Closed (fixed)
Project:
localize.drupal.org
Component:
Infrastructure
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
5 Sep 2009 at 06:44 UTC
Updated:
15 Feb 2012 at 17:41 UTC
Jump to comment: Most recent file
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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | l10n_export_languages.zip | 1.35 KB | pp |
Comments
Comment #1
gábor hojtsyThe client part of this task is at #568986: Dynamically update standard language list from localization server.
Comment #2
pp commentedThis module make the languages.xml.
Please review.
Comment #3
seutje commentedsubscribing
Comment #4
pp commentedComment #5
gábor hojtsyI'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.
Comment #7
gábor hojtsyComment #8
gábor hojtsyMoving to new queue (sorry for issue-bombing).