summaryrefslogtreecommitdiff
path: root/locale/README
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/README
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/README')
-rw-r--r--locale/README9
1 files changed, 9 insertions, 0 deletions
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.