summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2009-11-30 12:25:49 -0800
committerBrion Vibber <brion@pobox.com>2009-11-30 12:25:49 -0800
commit769b3a37dda5bad2f7a87c9e1b31f767207177ea (patch)
tree9b811aced879da41fbf4439a6f81b833b85e5a9d
parentbb70f77a5c8801a9bf76a85584377eb55efdb392 (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.
-rw-r--r--locale/Makefile11
-rw-r--r--locale/README9
-rw-r--r--locale/ar/LC_MESSAGES/statusnet.mobin36593 -> 0 bytes
-rw-r--r--locale/bg/LC_MESSAGES/statusnet.mobin88688 -> 0 bytes
-rw-r--r--locale/ca/LC_MESSAGES/statusnet.mobin75686 -> 0 bytes
-rw-r--r--locale/cs/LC_MESSAGES/statusnet.mobin37974 -> 0 bytes
-rw-r--r--locale/de/LC_MESSAGES/statusnet.mobin75715 -> 0 bytes
-rw-r--r--locale/el/LC_MESSAGES/statusnet.mobin32801 -> 0 bytes
-rw-r--r--locale/en_GB/LC_MESSAGES/statusnet.mobin70745 -> 0 bytes
-rw-r--r--locale/es/LC_MESSAGES/statusnet.mobin74756 -> 0 bytes
-rw-r--r--locale/fi/LC_MESSAGES/statusnet.mobin80746 -> 0 bytes
-rw-r--r--locale/fr/LC_MESSAGES/statusnet.mobin98865 -> 0 bytes
-rw-r--r--locale/ga/LC_MESSAGES/statusnet.mobin78412 -> 0 bytes
-rw-r--r--locale/he/LC_MESSAGES/statusnet.mobin41479 -> 0 bytes
-rw-r--r--locale/is/LC_MESSAGES/statusnet.mobin66563 -> 0 bytes
-rw-r--r--locale/it/LC_MESSAGES/statusnet.mobin74607 -> 0 bytes
-rw-r--r--locale/ja/LC_MESSAGES/statusnet.mobin51365 -> 0 bytes
-rw-r--r--locale/ko/LC_MESSAGES/statusnet.mobin79573 -> 0 bytes
-rw-r--r--locale/mk/LC_MESSAGES/statusnet.mobin48861 -> 0 bytes
-rw-r--r--locale/nb/LC_MESSAGES/statusnet.mobin25159 -> 0 bytes
-rw-r--r--locale/nl/LC_MESSAGES/statusnet.mobin104559 -> 0 bytes
-rw-r--r--locale/nn/LC_MESSAGES/statusnet.mobin71756 -> 0 bytes
-rw-r--r--locale/pl/LC_MESSAGES/statusnet.mobin100184 -> 0 bytes
-rw-r--r--locale/pt/LC_MESSAGES/statusnet.mobin27718 -> 0 bytes
-rw-r--r--locale/pt_BR/LC_MESSAGES/statusnet.mobin50577 -> 0 bytes
-rw-r--r--locale/ru/LC_MESSAGES/statusnet.mobin100725 -> 0 bytes
-rw-r--r--locale/sv/LC_MESSAGES/statusnet.mobin62253 -> 0 bytes
-rw-r--r--locale/te/LC_MESSAGES/statusnet.mobin59709 -> 0 bytes
-rw-r--r--locale/tr/LC_MESSAGES/statusnet.mobin37480 -> 0 bytes
-rw-r--r--locale/uk/LC_MESSAGES/statusnet.mobin97470 -> 0 bytes
-rw-r--r--locale/vi/LC_MESSAGES/statusnet.mobin71795 -> 0 bytes
-rw-r--r--locale/zh_CN/LC_MESSAGES/statusnet.mobin68386 -> 0 bytes
-rw-r--r--locale/zh_TW/LC_MESSAGES/statusnet.mobin20853 -> 0 bytes
33 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 45861299a..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 b86a8042e..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 b1682d409..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 e901c2e64..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 c8d4cc24c..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 714f1f7c4..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 694b1eb90..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 4c0463da5..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 8c3399f71..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 eb8da8f56..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 c9641c01e..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 792701599..000000000
--- a/locale/he/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 9a9203ec0..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 2dec03ba7..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 eeceb93e6..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 19e0ecb93..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 a3e2cb11a..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 00a1f197f..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 5384ea6b4..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 306a5b624..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 b9d95d0d3..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 b969c15b7..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 6b34a4f5e..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 978cb29f4..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 7a03482ed..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 9a225e09b..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 c2079ecf0..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 4cb71655b..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 2c799667d..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 6f41c554e..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 89afaf8af..000000000
--- a/locale/zh_TW/LC_MESSAGES/statusnet.mo
+++ /dev/null
Binary files differ