From 656f908f8b84341a5700fb2dc7d9d0250daf9f09 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 19 Nov 2014 07:03:55 -0500 Subject: [PATCH] Move locale files to proper place The module is called oslo.concurrency and thus locale files must reside in oslo.concurrency/locale for the infra scripts to work - as configured in setup.cfg as well. Change-Id: Id39a495bb91dc0ad443a943e754aba62f4a55d6a --- .../locale/en_GB/LC_MESSAGES/oslo.concurrency-log-info.po | 0 .../locale/en_GB/LC_MESSAGES/oslo.concurrency.po | 0 .../locale/oslo.concurrency-log-critical.pot | 0 .../locale/oslo.concurrency-log-error.pot | 0 .../locale/oslo.concurrency-log-info.pot | 0 .../locale/oslo.concurrency-log-warning.pot | 0 .../locale/oslo.concurrency.pot | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {oslo_concurrency => oslo.concurrency}/locale/en_GB/LC_MESSAGES/oslo.concurrency-log-info.po (100%) rename {oslo_concurrency => oslo.concurrency}/locale/en_GB/LC_MESSAGES/oslo.concurrency.po (100%) rename {oslo_concurrency => oslo.concurrency}/locale/oslo.concurrency-log-critical.pot (100%) rename {oslo_concurrency => oslo.concurrency}/locale/oslo.concurrency-log-error.pot (100%) rename {oslo_concurrency => oslo.concurrency}/locale/oslo.concurrency-log-info.pot (100%) rename {oslo_concurrency => oslo.concurrency}/locale/oslo.concurrency-log-warning.pot (100%) rename {oslo_concurrency => oslo.concurrency}/locale/oslo.concurrency.pot (100%) diff --git a/oslo_concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency-log-info.po b/oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency-log-info.po similarity index 100% rename from oslo_concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency-log-info.po rename to oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency-log-info.po diff --git a/oslo_concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency.po b/oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency.po similarity index 100% rename from oslo_concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency.po rename to oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency.po diff --git a/oslo_concurrency/locale/oslo.concurrency-log-critical.pot b/oslo.concurrency/locale/oslo.concurrency-log-critical.pot similarity index 100% rename from oslo_concurrency/locale/oslo.concurrency-log-critical.pot rename to oslo.concurrency/locale/oslo.concurrency-log-critical.pot diff --git a/oslo_concurrency/locale/oslo.concurrency-log-error.pot b/oslo.concurrency/locale/oslo.concurrency-log-error.pot similarity index 100% rename from oslo_concurrency/locale/oslo.concurrency-log-error.pot rename to oslo.concurrency/locale/oslo.concurrency-log-error.pot diff --git a/oslo_concurrency/locale/oslo.concurrency-log-info.pot b/oslo.concurrency/locale/oslo.concurrency-log-info.pot similarity index 100% rename from oslo_concurrency/locale/oslo.concurrency-log-info.pot rename to oslo.concurrency/locale/oslo.concurrency-log-info.pot diff --git a/oslo_concurrency/locale/oslo.concurrency-log-warning.pot b/oslo.concurrency/locale/oslo.concurrency-log-warning.pot similarity index 100% rename from oslo_concurrency/locale/oslo.concurrency-log-warning.pot rename to oslo.concurrency/locale/oslo.concurrency-log-warning.pot diff --git a/oslo_concurrency/locale/oslo.concurrency.pot b/oslo.concurrency/locale/oslo.concurrency.pot similarity index 100% rename from oslo_concurrency/locale/oslo.concurrency.pot rename to oslo.concurrency/locale/oslo.concurrency.pot