diff options
author | Philip Hands <phil@hands.com> | 2015-12-13 21:12:48 +0100 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2015-12-13 21:21:48 +0100 |
commit | b366e7e2d67e6dc6c01bec4ff7130aa099ee86a1 (patch) | |
tree | 2d5cd779efca8fbc0f5dce83bd6170532fc4b648 /job-cfg | |
parent | 4a5e0f8cad572ab6ae6b33849e0e42d65369b078 (diff) | |
download | jenkins.debian.net-b366e7e2d67e6dc6c01bec4ff7130aa099ee86a1.tar.xz |
more langs that don't need po2xml
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/d-i.yaml.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py index 1b64a41d..581bd344 100755 --- a/job-cfg/d-i.yaml.py +++ b/job-cfg/d-i.yaml.py @@ -50,11 +50,28 @@ non_pdf_langs = [ non_po_langs = [ 'ca', 'cs', + 'da', 'de', + 'el', 'en', + 'es', + 'fi', 'fr', + 'hu', 'it', + 'ja', + 'ko', + 'nl', + 'nn', + 'pt', 'pt_BR', + 'ro', + 'ru', + 'sv', + 'tl', + 'vi', + 'zh_CN', + 'zh_TW', ] pkgs = """ |