Page MenuHomePhabricator

refactor the langdb in ULS to make it more easily reusable
Closed, ResolvedPublic

Description

The langdb in jquery.uls includes useful information about languages: script (and by extension - direction), autonym, and geographical areas in which the languages is spoken. It also includes functions for querying the database.

Being coupled to ULS makes it not-so-comfortable to use in other products that could use a library for querying information about languages on the frontend. It should be separated from ULS.

Event Timeline

Amire80 raised the priority of this task from to Needs Triage.
Amire80 updated the task description. (Show Details)
Amire80 changed Security from none to None.
Amire80 subscribed.
Amire80 triaged this task as Medium priority.Jan 12 2015, 12:09 PM
santhosh claimed this task.
santhosh subscribed.

https://github.com/wikimedia/language-data now provides the langauge data that was initially bundled in jquery.uls. We required this for ContentTranslation-CXserver

Jquery.uls will start using this library. See https://github.com/wikimedia/jquery.uls/pull/271