From 5238e0765b155749aa9c609129df6d5af346dd5f Mon Sep 17 00:00:00 2001 From: Javier Pena Date: Fri, 16 Sep 2016 09:49:42 +0200 Subject: [PATCH] Fix locale builds https://review.openstack.org/367140 created an issue with several locales, as it set an empty PO-Revision-Date: value. That made catalog build fail with: ValueError: time data u'' does not match format '%Y-%m-%d %H:%M' Change-Id: I6f15955949ca36c879dbd50f04fe0d221148eace Note: this will need to be backported to stable/newton, too. --- aodh/locale/de/LC_MESSAGES/aodh.po | 1 - aodh/locale/es/LC_MESSAGES/aodh.po | 1 - aodh/locale/fr/LC_MESSAGES/aodh.po | 1 - aodh/locale/ko_KR/LC_MESSAGES/aodh.po | 1 - 4 files changed, 4 deletions(-) diff --git a/aodh/locale/de/LC_MESSAGES/aodh.po b/aodh/locale/de/LC_MESSAGES/aodh.po index 6d8fe099d..2c743d08d 100644 --- a/aodh/locale/de/LC_MESSAGES/aodh.po +++ b/aodh/locale/de/LC_MESSAGES/aodh.po @@ -9,7 +9,6 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: German\n" "Language: de\n" diff --git a/aodh/locale/es/LC_MESSAGES/aodh.po b/aodh/locale/es/LC_MESSAGES/aodh.po index c202ab3b9..c8c206f31 100644 --- a/aodh/locale/es/LC_MESSAGES/aodh.po +++ b/aodh/locale/es/LC_MESSAGES/aodh.po @@ -9,7 +9,6 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: Spanish\n" "Language: es\n" diff --git a/aodh/locale/fr/LC_MESSAGES/aodh.po b/aodh/locale/fr/LC_MESSAGES/aodh.po index cab41646f..56b456876 100644 --- a/aodh/locale/fr/LC_MESSAGES/aodh.po +++ b/aodh/locale/fr/LC_MESSAGES/aodh.po @@ -9,7 +9,6 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: French\n" "Language: fr\n" diff --git a/aodh/locale/ko_KR/LC_MESSAGES/aodh.po b/aodh/locale/ko_KR/LC_MESSAGES/aodh.po index 0c08c0756..099efd8c8 100644 --- a/aodh/locale/ko_KR/LC_MESSAGES/aodh.po +++ b/aodh/locale/ko_KR/LC_MESSAGES/aodh.po @@ -9,7 +9,6 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: Korean (South Korea)\n" "Language: ko-KR\n"