While working on the changes to support Python virtualenv's, I noticed there's no locale directory in the linux daily builds, or in my local builds.
I"m also seeing build errors related to the locales:
make: Entering directory `/home/mikeyp/Documents/new_chirp/chirp.hg/locale'
rm -f en_US/LC_MESSAGES/CHIRP.mo pl/LC_MESSAGES/CHIRP.mo it/LC_MESSAGES/CHIRP.mo nl/LC_MESSAGES/CHIRP.mo de/LC_MESSAGES/CHIRP.mo hu/LC_MESSAGES/CHIRP.mo ru/LC_MESSAGES/CHIRP.mo pt_BR/LC_MESSAGES/CHIRP.mo *~ *.orig
rm -f `find . -name '*.mo'`
rmdir `find * -depth -type d`
rmdir: missing operand
Try `rmdir --help' for more information.
make: *** [clean] Error 1
make: Leaving directory `/home/mikeyp/Documents/new_chirp/chirp.hg/locale'
LOC: []
Is this a bug, or just something not implemented yet ?
mike