summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2009-11-30 12:10:05 -0800
committerBrion Vibber <brion@pobox.com>2009-11-30 12:10:05 -0800
commit9937767a9e2f8eee9a968a406d407059cba2cba6 (patch)
tree354617f0ec1282975956846cf9a535378d873d18 /locale
parent9d58b3763edc88a9488b1d03f11400bed13f0874 (diff)
Drop binary .mo localization files from git repo to aid in development.
Added a Makefile in locale subdirectory to rebuild them -- needs to be made part of deployment and packaging.
Diffstat (limited to 'locale')
-rw-r--r--locale/Makefile11
-rw-r--r--locale/README9
-rw-r--r--locale/ar/LC_MESSAGES/statusnet.mobin48705 -> 0 bytes
-rw-r--r--locale/bg/LC_MESSAGES/statusnet.mobin69594 -> 0 bytes
-rw-r--r--locale/ca/LC_MESSAGES/statusnet.mobin59629 -> 0 bytes
-rw-r--r--locale/cs/LC_MESSAGES/statusnet.mobin17684 -> 0 bytes
-rw-r--r--locale/de/LC_MESSAGES/statusnet.mobin65498 -> 0 bytes
-rw-r--r--locale/el/LC_MESSAGES/statusnet.mobin15005 -> 0 bytes
-rw-r--r--locale/en_GB/LC_MESSAGES/statusnet.mobin61282 -> 0 bytes
-rw-r--r--locale/es/LC_MESSAGES/statusnet.mobin51119 -> 0 bytes
-rw-r--r--locale/fi/LC_MESSAGES/statusnet.mobin68709 -> 0 bytes
-rw-r--r--locale/fr/LC_MESSAGES/statusnet.mobin114769 -> 0 bytes
-rw-r--r--locale/ga/LC_MESSAGES/statusnet.mobin48102 -> 0 bytes
-rw-r--r--locale/he/LC_MESSAGES/statusnet.mobin19693 -> 0 bytes
-rw-r--r--locale/hsb/LC_MESSAGES/statusnet.mobin33100 -> 0 bytes
-rw-r--r--locale/is/LC_MESSAGES/statusnet.mobin55910 -> 0 bytes
-rw-r--r--locale/it/LC_MESSAGES/statusnet.mobin54293 -> 0 bytes
-rw-r--r--locale/ja/LC_MESSAGES/statusnet.mobin32611 -> 0 bytes
-rw-r--r--locale/ko/LC_MESSAGES/statusnet.mobin57596 -> 0 bytes
-rw-r--r--locale/mk/LC_MESSAGES/statusnet.mobin23107 -> 0 bytes
-rw-r--r--locale/nb/LC_MESSAGES/statusnet.mobin13985 -> 0 bytes
-rw-r--r--locale/nl/LC_MESSAGES/statusnet.mobin113113 -> 0 bytes
-rw-r--r--locale/nn/LC_MESSAGES/statusnet.mobin52282 -> 0 bytes
-rw-r--r--locale/pl/LC_MESSAGES/statusnet.mobin112058 -> 0 bytes
-rw-r--r--locale/pt/LC_MESSAGES/statusnet.mobin105620 -> 0 bytes
-rw-r--r--locale/pt_BR/LC_MESSAGES/statusnet.mobin54069 -> 0 bytes
-rw-r--r--locale/ru/LC_MESSAGES/statusnet.mobin139386 -> 0 bytes
-rw-r--r--locale/sv/LC_MESSAGES/statusnet.mobin36689 -> 0 bytes
-rw-r--r--locale/te/LC_MESSAGES/statusnet.mobin41982 -> 0 bytes
-rw-r--r--locale/tr/LC_MESSAGES/statusnet.mobin17491 -> 0 bytes
-rw-r--r--locale/uk/LC_MESSAGES/statusnet.mobin141195 -> 0 bytes
-rw-r--r--locale/vi/LC_MESSAGES/statusnet.mobin36601 -> 0 bytes
-rw-r--r--locale/zh_CN/LC_MESSAGES/statusnet.mobin42849 -> 0 bytes
-rw-r--r--locale/zh_TW/LC_MESSAGES/statusnet.mobin8296 -> 0 bytes
34 files changed, 20 insertions, 0 deletions
diff --git a/locale/Makefile b/locale/Makefile
new file mode 100644
index 000000000..4f17f683f
--- /dev/null
+++ b/locale/Makefile
@@ -0,0 +1,11 @@
+# Warning: do not transform tabs to spaces in this file.
+
+all : translations
+
+translations : */LC_MESSAGES/statusnet.mo
+
+clean :
+ rm -f */LC_MESSAGES/statusnet.mo
+
+%.mo : %.po
+ msgfmt -o $@ $<
diff --git a/locale/README b/locale/README
new file mode 100644
index 000000000..25df9ee74
--- /dev/null
+++ b/locale/README
@@ -0,0 +1,9 @@
+Localizations for StatusNet are being maintained through TranslateWiki:
+http://translatewiki.net/wiki/Translating:StatusNet
+
+Note if you are working with a direct git checkout, you will need to build
+the binary .mo files from the .po source files for translations to work
+in the web app.
+
+If gettext and GNU make are installed, you can simply run 'make' in this
+directory to build them.
diff --git a/locale/ar/LC_MESSAGES/statusnet.mo b/locale/ar/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 70bf3c61a..000000000
--- a/locale/ar/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/bg/LC_MESSAGES/statusnet.mo b/locale/bg/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 368c4f94c..000000000
--- a/locale/bg/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/ca/LC_MESSAGES/statusnet.mo b/locale/ca/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 970cdb0cf..000000000
--- a/locale/ca/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/cs/LC_MESSAGES/statusnet.mo b/locale/cs/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index dd49a09fc..000000000
--- a/locale/cs/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/de/LC_MESSAGES/statusnet.mo b/locale/de/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index ef1f30a7b..000000000
--- a/locale/de/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/el/LC_MESSAGES/statusnet.mo b/locale/el/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 1f8e4d226..000000000
--- a/locale/el/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/en_GB/LC_MESSAGES/statusnet.mo b/locale/en_GB/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index bfec227f0..000000000
--- a/locale/en_GB/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/es/LC_MESSAGES/statusnet.mo b/locale/es/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 58a420c89..000000000
--- a/locale/es/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/fi/LC_MESSAGES/statusnet.mo b/locale/fi/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index b4433597d..000000000
--- a/locale/fi/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/fr/LC_MESSAGES/statusnet.mo b/locale/fr/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 64f99421d..000000000
--- a/locale/fr/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/ga/LC_MESSAGES/statusnet.mo b/locale/ga/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 602b82d21..000000000
--- a/locale/ga/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/he/LC_MESSAGES/statusnet.mo b/locale/he/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 60979475f..000000000
--- a/locale/he/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/hsb/LC_MESSAGES/statusnet.mo b/locale/hsb/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 1f2cd7b86..000000000
--- a/locale/hsb/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/is/LC_MESSAGES/statusnet.mo b/locale/is/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index f75a894c4..000000000
--- a/locale/is/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/it/LC_MESSAGES/statusnet.mo b/locale/it/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index d1f3a3657..000000000
--- a/locale/it/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/ja/LC_MESSAGES/statusnet.mo b/locale/ja/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index c98ee1498..000000000
--- a/locale/ja/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/ko/LC_MESSAGES/statusnet.mo b/locale/ko/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 08e25bd58..000000000
--- a/locale/ko/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/mk/LC_MESSAGES/statusnet.mo b/locale/mk/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 22e808e22..000000000
--- a/locale/mk/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/nb/LC_MESSAGES/statusnet.mo b/locale/nb/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 74a099538..000000000
--- a/locale/nb/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/nl/LC_MESSAGES/statusnet.mo b/locale/nl/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 86b75ce40..000000000
--- a/locale/nl/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/nn/LC_MESSAGES/statusnet.mo b/locale/nn/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 6d9f13718..000000000
--- a/locale/nn/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/pl/LC_MESSAGES/statusnet.mo b/locale/pl/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 3bdbe4613..000000000
--- a/locale/pl/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/pt/LC_MESSAGES/statusnet.mo b/locale/pt/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 40999881a..000000000
--- a/locale/pt/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/pt_BR/LC_MESSAGES/statusnet.mo b/locale/pt_BR/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 5ca37848e..000000000
--- a/locale/pt_BR/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/ru/LC_MESSAGES/statusnet.mo b/locale/ru/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 22181cd11..000000000
--- a/locale/ru/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/sv/LC_MESSAGES/statusnet.mo b/locale/sv/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 90674830c..000000000
--- a/locale/sv/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/te/LC_MESSAGES/statusnet.mo b/locale/te/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index c42fb9347..000000000
--- a/locale/te/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/tr/LC_MESSAGES/statusnet.mo b/locale/tr/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 77b3eb3b9..000000000
--- a/locale/tr/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/uk/LC_MESSAGES/statusnet.mo b/locale/uk/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 158f17905..000000000
--- a/locale/uk/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/vi/LC_MESSAGES/statusnet.mo b/locale/vi/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 99a9a3d24..000000000
--- a/locale/vi/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/zh_CN/LC_MESSAGES/statusnet.mo b/locale/zh_CN/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 9107bbdb7..000000000
--- a/locale/zh_CN/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ
diff --git a/locale/zh_TW/LC_MESSAGES/statusnet.mo b/locale/zh_TW/LC_MESSAGES/statusnet.mo
deleted file mode 100644
index 8ba173aef..000000000
--- a/locale/zh_TW/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ