diff options
author | Brion Vibber <brion@pobox.com> | 2009-11-30 12:25:49 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2009-11-30 12:25:49 -0800 |
commit | 769b3a37dda5bad2f7a87c9e1b31f767207177ea (patch) | |
tree | 9b811aced879da41fbf4439a6f81b833b85e5a9d /locale/README | |
parent | bb70f77a5c8801a9bf76a85584377eb55efdb392 (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/README | 9 |
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. |