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

Support DDTP translations #16

Merged
merged 9 commits into from Aug 17, 2016
Merged

Support DDTP translations #16

merged 9 commits into from Aug 17, 2016

Commits on Aug 17, 2016

  1. debian: Load all available description translations

    Iain Lane committed Aug 17, 2016
  2. debian: Keep a "%s" around for later converting

    You have to convert them all when using `format', but passing "%s" as a
    parameter works around that. We need one because `downloadIfNecessary'
    uses it to add the extension.
    Iain Lane committed Aug 17, 2016
  3. Set NO_TRANSLATION_FALLBACK when setting package descriptions on Comp…

    …onents
    Iain Lane committed Aug 17, 2016
  4. Actually add the test data

    Iain Lane committed Aug 17, 2016
  5. A few style fixes

    Iain Lane committed Aug 17, 2016
  6. Use an associate array to fake a set

    Iain Lane committed Aug 17, 2016