Hi, I just lodged a new bug: https://bugs.launchpad.net/openstack-i18n/+bug/1394120 Basically, the periodic job to propose translations to swift is failing. and we need to get it to work, since swift is now translated into Chinese by Seagate! :DDD
From the log:
2014-11-19 06:09:39.316 | ++ find swift/locale -name swift.po 2014-11-19 06:09:39.318 | + PO_FILES=swift/locale/zh_CN/LC_MESSAGES/swift.po 2014-11-19 06:09:39.318 | + '[' -n swift/locale/zh_CN/LC_MESSAGES/swift.po ']' 2014-11-19 06:09:39.318 | + python setup.py update_catalog --no-fuzzy-matching --ignore-obsolete=true 2014-11-19 06:09:39.525 | running update_catalog 2014-11-19 06:09:39.525 | error: locale: No such file or directory 2014-11-19 06:09:39.547 | Build step 'Execute shell' marked build as failure https://jenkins.openstack.org/job/swift-propose-translation-update/63/consol... Previously the locale directory in swift was at the top level of the repo. Now it is a subdiretory under swift. Likely the script needs updating. Regards, Tom