Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ubuntu backend with langpack support #18

Merged
merged 5 commits into from Sep 15, 2016
Merged

Commits on Sep 1, 2016

  1. Add a function to extract a whole archive to a directory

    We want to do this for langpacks.
    Iain Lane committed Sep 1, 2016
  2. Add an Ubuntu backend to retrieve langpack translations

    The first time that we encounter a package with an
    X-Ubuntu-Gettext-Domain key in its desktop file, we extract the
    langpacks and generate the locales that they reference. Then we can
    query these translations and stuff them into the component.
    Iain Lane committed Sep 1, 2016
  3. Use getTestSamplesDir

    Iain Lane committed Sep 1, 2016