summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkihiro Motoki <motoki@da.jp.nec.com>2014-10-11 11:18:52 +0900
committerAkihiro Motoki <motoki@da.jp.nec.com>2014-10-11 11:46:09 +0900
commitdd08c15086a4aa4966b2190a19b02b2605649ce7 (patch)
tree8090f51445d4c94e9e22a87f483ae49cd74688cf
parentb2c06648f48eeecc1c7572492dd220c41f436172 (diff)
downloaddjango_openstack_auth-dd08c15086a4aa4966b2190a19b02b2605649ce7.tar.gz
Remove compiled message catalogs
A kind of binary files are useless to be maintained in git repo. I18N team and package distributors have agreed to remove compiled message catalogs from openstack-auth git repository. To compile message catalogs, run the following command before the installation: python setup.py compile_catalog Make sure to install Babel>=1.3 before running the above command. DocImpact Closes-Bug: #1196982 Change-Id: Iab2398e942e142f9ab370d8a8f9d539b257e1620
-rw-r--r--.gitignore1
-rw-r--r--openstack_auth/locale/ar/LC_MESSAGES/django.mobin1568 -> 0 bytes
-rw-r--r--openstack_auth/locale/ca/LC_MESSAGES/django.mobin1323 -> 0 bytes
-rw-r--r--openstack_auth/locale/de/LC_MESSAGES/django.mobin1386 -> 0 bytes
-rw-r--r--openstack_auth/locale/en_AU/LC_MESSAGES/django.mobin1291 -> 0 bytes
-rw-r--r--openstack_auth/locale/en_GB/LC_MESSAGES/django.mobin1292 -> 0 bytes
-rw-r--r--openstack_auth/locale/es/LC_MESSAGES/django.mobin1353 -> 0 bytes
-rw-r--r--openstack_auth/locale/es_MX/LC_MESSAGES/django.mobin1368 -> 0 bytes
-rw-r--r--openstack_auth/locale/fr/LC_MESSAGES/django.mobin1340 -> 0 bytes
-rw-r--r--openstack_auth/locale/hi/LC_MESSAGES/django.mobin1823 -> 0 bytes
-rw-r--r--openstack_auth/locale/ja/LC_MESSAGES/django.mobin1476 -> 0 bytes
-rw-r--r--openstack_auth/locale/ko_KR/LC_MESSAGES/django.mobin1388 -> 0 bytes
-rw-r--r--openstack_auth/locale/nl_NL/LC_MESSAGES/django.mobin1355 -> 0 bytes
-rw-r--r--openstack_auth/locale/pa_IN/LC_MESSAGES/django.mobin1874 -> 0 bytes
-rw-r--r--openstack_auth/locale/pl_PL/LC_MESSAGES/django.mobin1410 -> 0 bytes
-rw-r--r--openstack_auth/locale/pt/LC_MESSAGES/django.mobin1344 -> 0 bytes
-rw-r--r--openstack_auth/locale/pt_BR/LC_MESSAGES/django.mobin1320 -> 0 bytes
-rw-r--r--openstack_auth/locale/ru/LC_MESSAGES/django.mobin1654 -> 0 bytes
-rw-r--r--openstack_auth/locale/sl_SI/LC_MESSAGES/django.mobin1388 -> 0 bytes
-rw-r--r--openstack_auth/locale/sr/LC_MESSAGES/django.mobin1396 -> 0 bytes
-rw-r--r--openstack_auth/locale/tr_TR/LC_MESSAGES/django.mobin1286 -> 0 bytes
-rw-r--r--openstack_auth/locale/uk/LC_MESSAGES/django.mobin1649 -> 0 bytes
-rw-r--r--openstack_auth/locale/zh_CN/LC_MESSAGES/django.mobin1199 -> 0 bytes
-rw-r--r--openstack_auth/locale/zh_TW/LC_MESSAGES/django.mobin1230 -> 0 bytes
24 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index dd8fbda..feccccb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
*.pyc
*.egg
*.egg-info
+*.mo
.DS_STORE
docs/_build
build
diff --git a/openstack_auth/locale/ar/LC_MESSAGES/django.mo b/openstack_auth/locale/ar/LC_MESSAGES/django.mo
deleted file mode 100644
index 156768d..0000000
--- a/openstack_auth/locale/ar/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/openstack_auth/locale/ca/LC_MESSAGES/django.mo b/openstack_auth/locale/ca/LC_MESSAGES/django.mo
deleted file mode 100644
index 6c615ba..0000000
--- a/openstack_auth/locale/ca/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/openstack_auth/locale/de/LC_MESSAGES/django.mo b/openstack_auth/locale/de/LC_MESSAGES/django.mo
deleted file mode 100644
index 71b11d4..0000000
--- a/openstack_auth/locale/de/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/openstack_auth/locale/en_AU/LC_MESSAGES/django.mo b/openstack_auth/locale/en_AU/LC_MESSAGES/django.mo
deleted file mode 100644
index c8cdee4..0000000
--- a/openstack_auth/locale/en_AU/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/openstack_auth/locale/en_GB/LC_MESSAGES/django.mo b/openstack_auth/locale/en_GB/LC_MESSAGES/django.mo
deleted file mode 100644
index 8944e8e..0000000
--- a/openstack_auth/locale/en_GB/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/openstack_auth/locale/es/LC_MESSAGES/django.mo b/openstack_auth/locale/es/LC_MESSAGES/django.mo
deleted file mode 100644
index 7c90898..0000000
--- a/openstack_auth/locale/es/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/openstack_auth/locale/es_MX/LC_MESSAGES/django.mo b/openstack_auth/locale/es_MX/LC_MESSAGES/django.mo
deleted file mode 100644
index c06fcc0..0000000
--- a/openstack_auth/locale/es_MX/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/openstack_auth/locale/fr/LC_MESSAGES/django.mo b/openstack_auth/locale/fr/LC_MESSAGES/django.mo
deleted file mode 100644
index c0fcc35..0000000
--- a/openstack_auth/locale/fr/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/openstack_auth/locale/hi/LC_MESSAGES/django.mo b/openstack_auth/locale/hi/LC_MESSAGES/django.mo
deleted file mode 100644
index 10d7f73..0000000
--- a/openstack_auth/locale/hi/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/openstack_auth/locale/ja/LC_MESSAGES/django.mo b/openstack_auth/locale/ja/LC_MESSAGES/django.mo
deleted file mode 100644
index bc7033f..0000000
--- a/openstack_auth/locale/ja/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/openstack_auth/locale/ko_KR/LC_MESSAGES/django.mo b/openstack_auth/locale/ko_KR/LC_MESSAGES/django.mo
deleted file mode 100644
index b7cf71b..0000000
--- a/openstack_auth/locale/ko_KR/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/openstack_auth/locale/nl_NL/LC_MESSAGES/django.mo b/openstack_auth/locale/nl_NL/LC_MESSAGES/django.mo
deleted file mode 100644
index 780c963..0000000
--- a/openstack_auth/locale/nl_NL/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/openstack_auth/locale/pa_IN/LC_MESSAGES/django.mo b/openstack_auth/locale/pa_IN/LC_MESSAGES/django.mo
deleted file mode 100644
index adcce26..0000000
--- a/openstack_auth/locale/pa_IN/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/openstack_auth/locale/pl_PL/LC_MESSAGES/django.mo b/openstack_auth/locale/pl_PL/LC_MESSAGES/django.mo
deleted file mode 100644
index f259fe1..0000000
--- a/openstack_auth/locale/pl_PL/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/openstack_auth/locale/pt/LC_MESSAGES/django.mo b/openstack_auth/locale/pt/LC_MESSAGES/django.mo
deleted file mode 100644
index 87d50be..0000000
--- a/openstack_auth/locale/pt/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/openstack_auth/locale/pt_BR/LC_MESSAGES/django.mo b/openstack_auth/locale/pt_BR/LC_MESSAGES/django.mo
deleted file mode 100644
index a4874e5..0000000
--- a/openstack_auth/locale/pt_BR/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/openstack_auth/locale/ru/LC_MESSAGES/django.mo b/openstack_auth/locale/ru/LC_MESSAGES/django.mo
deleted file mode 100644
index 02f62a7..0000000
--- a/openstack_auth/locale/ru/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/openstack_auth/locale/sl_SI/LC_MESSAGES/django.mo b/openstack_auth/locale/sl_SI/LC_MESSAGES/django.mo
deleted file mode 100644
index 8f68c61..0000000
--- a/openstack_auth/locale/sl_SI/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/openstack_auth/locale/sr/LC_MESSAGES/django.mo b/openstack_auth/locale/sr/LC_MESSAGES/django.mo
deleted file mode 100644
index df40ce9..0000000
--- a/openstack_auth/locale/sr/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/openstack_auth/locale/tr_TR/LC_MESSAGES/django.mo b/openstack_auth/locale/tr_TR/LC_MESSAGES/django.mo
deleted file mode 100644
index 207cdfe..0000000
--- a/openstack_auth/locale/tr_TR/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/openstack_auth/locale/uk/LC_MESSAGES/django.mo b/openstack_auth/locale/uk/LC_MESSAGES/django.mo
deleted file mode 100644
index f8bfc3b..0000000
--- a/openstack_auth/locale/uk/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/openstack_auth/locale/zh_CN/LC_MESSAGES/django.mo b/openstack_auth/locale/zh_CN/LC_MESSAGES/django.mo
deleted file mode 100644
index 923a7f0..0000000
--- a/openstack_auth/locale/zh_CN/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/openstack_auth/locale/zh_TW/LC_MESSAGES/django.mo b/openstack_auth/locale/zh_TW/LC_MESSAGES/django.mo
deleted file mode 100644
index 987d25c..0000000
--- a/openstack_auth/locale/zh_TW/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ