]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Drop binary .mo localization files from git repo to aid in development.
authorBrion Vibber <brion@pobox.com>
Mon, 30 Nov 2009 20:10:05 +0000 (12:10 -0800)
committerBrion Vibber <brion@pobox.com>
Mon, 30 Nov 2009 20:10:05 +0000 (12:10 -0800)
Added a Makefile in locale subdirectory to rebuild them -- needs to be made part of deployment and packaging.

34 files changed:
locale/Makefile [new file with mode: 0644]
locale/README [new file with mode: 0644]
locale/ar/LC_MESSAGES/statusnet.mo [deleted file]
locale/bg/LC_MESSAGES/statusnet.mo [deleted file]
locale/ca/LC_MESSAGES/statusnet.mo [deleted file]
locale/cs/LC_MESSAGES/statusnet.mo [deleted file]
locale/de/LC_MESSAGES/statusnet.mo [deleted file]
locale/el/LC_MESSAGES/statusnet.mo [deleted file]
locale/en_GB/LC_MESSAGES/statusnet.mo [deleted file]
locale/es/LC_MESSAGES/statusnet.mo [deleted file]
locale/fi/LC_MESSAGES/statusnet.mo [deleted file]
locale/fr/LC_MESSAGES/statusnet.mo [deleted file]
locale/ga/LC_MESSAGES/statusnet.mo [deleted file]
locale/he/LC_MESSAGES/statusnet.mo [deleted file]
locale/hsb/LC_MESSAGES/statusnet.mo [deleted file]
locale/is/LC_MESSAGES/statusnet.mo [deleted file]
locale/it/LC_MESSAGES/statusnet.mo [deleted file]
locale/ja/LC_MESSAGES/statusnet.mo [deleted file]
locale/ko/LC_MESSAGES/statusnet.mo [deleted file]
locale/mk/LC_MESSAGES/statusnet.mo [deleted file]
locale/nb/LC_MESSAGES/statusnet.mo [deleted file]
locale/nl/LC_MESSAGES/statusnet.mo [deleted file]
locale/nn/LC_MESSAGES/statusnet.mo [deleted file]
locale/pl/LC_MESSAGES/statusnet.mo [deleted file]
locale/pt/LC_MESSAGES/statusnet.mo [deleted file]
locale/pt_BR/LC_MESSAGES/statusnet.mo [deleted file]
locale/ru/LC_MESSAGES/statusnet.mo [deleted file]
locale/sv/LC_MESSAGES/statusnet.mo [deleted file]
locale/te/LC_MESSAGES/statusnet.mo [deleted file]
locale/tr/LC_MESSAGES/statusnet.mo [deleted file]
locale/uk/LC_MESSAGES/statusnet.mo [deleted file]
locale/vi/LC_MESSAGES/statusnet.mo [deleted file]
locale/zh_CN/LC_MESSAGES/statusnet.mo [deleted file]
locale/zh_TW/LC_MESSAGES/statusnet.mo [deleted file]

diff --git a/locale/Makefile b/locale/Makefile
new file mode 100644 (file)
index 0000000..4f17f68
--- /dev/null
@@ -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 (file)
index 0000000..25df9ee
--- /dev/null
@@ -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 (file)
index 70bf3c6..0000000
Binary files a/locale/ar/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/bg/LC_MESSAGES/statusnet.mo b/locale/bg/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 368c4f9..0000000
Binary files a/locale/bg/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/ca/LC_MESSAGES/statusnet.mo b/locale/ca/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 970cdb0..0000000
Binary files a/locale/ca/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/cs/LC_MESSAGES/statusnet.mo b/locale/cs/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index dd49a09..0000000
Binary files a/locale/cs/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/de/LC_MESSAGES/statusnet.mo b/locale/de/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index ef1f30a..0000000
Binary files a/locale/de/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/el/LC_MESSAGES/statusnet.mo b/locale/el/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 1f8e4d2..0000000
Binary files a/locale/el/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/en_GB/LC_MESSAGES/statusnet.mo b/locale/en_GB/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index bfec227..0000000
Binary files a/locale/en_GB/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/es/LC_MESSAGES/statusnet.mo b/locale/es/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 58a420c..0000000
Binary files a/locale/es/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/fi/LC_MESSAGES/statusnet.mo b/locale/fi/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index b443359..0000000
Binary files a/locale/fi/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/fr/LC_MESSAGES/statusnet.mo b/locale/fr/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 64f9942..0000000
Binary files a/locale/fr/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/ga/LC_MESSAGES/statusnet.mo b/locale/ga/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 602b82d..0000000
Binary files a/locale/ga/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/he/LC_MESSAGES/statusnet.mo b/locale/he/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 6097947..0000000
Binary files a/locale/he/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/hsb/LC_MESSAGES/statusnet.mo b/locale/hsb/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 1f2cd7b..0000000
Binary files a/locale/hsb/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/is/LC_MESSAGES/statusnet.mo b/locale/is/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index f75a894..0000000
Binary files a/locale/is/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/it/LC_MESSAGES/statusnet.mo b/locale/it/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index d1f3a36..0000000
Binary files a/locale/it/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/ja/LC_MESSAGES/statusnet.mo b/locale/ja/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index c98ee14..0000000
Binary files a/locale/ja/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/ko/LC_MESSAGES/statusnet.mo b/locale/ko/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 08e25bd..0000000
Binary files a/locale/ko/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/mk/LC_MESSAGES/statusnet.mo b/locale/mk/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 22e808e..0000000
Binary files a/locale/mk/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/nb/LC_MESSAGES/statusnet.mo b/locale/nb/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 74a0995..0000000
Binary files a/locale/nb/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/nl/LC_MESSAGES/statusnet.mo b/locale/nl/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 86b75ce..0000000
Binary files a/locale/nl/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/nn/LC_MESSAGES/statusnet.mo b/locale/nn/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 6d9f137..0000000
Binary files a/locale/nn/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/pl/LC_MESSAGES/statusnet.mo b/locale/pl/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 3bdbe46..0000000
Binary files a/locale/pl/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/pt/LC_MESSAGES/statusnet.mo b/locale/pt/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 4099988..0000000
Binary files a/locale/pt/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/pt_BR/LC_MESSAGES/statusnet.mo b/locale/pt_BR/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 5ca3784..0000000
Binary files a/locale/pt_BR/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/ru/LC_MESSAGES/statusnet.mo b/locale/ru/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 22181cd..0000000
Binary files a/locale/ru/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/sv/LC_MESSAGES/statusnet.mo b/locale/sv/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 9067483..0000000
Binary files a/locale/sv/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/te/LC_MESSAGES/statusnet.mo b/locale/te/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index c42fb93..0000000
Binary files a/locale/te/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/tr/LC_MESSAGES/statusnet.mo b/locale/tr/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 77b3eb3..0000000
Binary files a/locale/tr/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/uk/LC_MESSAGES/statusnet.mo b/locale/uk/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 158f179..0000000
Binary files a/locale/uk/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/vi/LC_MESSAGES/statusnet.mo b/locale/vi/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 99a9a3d..0000000
Binary files a/locale/vi/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/zh_CN/LC_MESSAGES/statusnet.mo b/locale/zh_CN/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 9107bbd..0000000
Binary files a/locale/zh_CN/LC_MESSAGES/statusnet.mo and /dev/null differ
diff --git a/locale/zh_TW/LC_MESSAGES/statusnet.mo b/locale/zh_TW/LC_MESSAGES/statusnet.mo
deleted file mode 100644 (file)
index 8ba173a..0000000
Binary files a/locale/zh_TW/LC_MESSAGES/statusnet.mo and /dev/null differ