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.
This commit is contained in:
parent
9d58b3763e
commit
9937767a9e
11
locale/Makefile
Normal file
11
locale/Makefile
Normal file
|
@ -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 $@ $<
|
9
locale/README
Normal file
9
locale/README
Normal file
|
@ -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.
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user