[i18n] Mnemo 1.1.1-RC1
Thierry Thomas
thierry at horde.org
Mon Feb 23 14:36:55 PST 2004
Le Lun 23 fév 04 à 1:39:10 +0100, Jan Schneider <jan at horde.org>
écrivait :
> Updated translations would also be great.
I have updated fr_FR.po for Turba, Kronolith and Mnemo.
The other modules are OK.
There is a little problem with mnemo-1.1.1/po/Makefile: it reports an
error if OSTYPE is undefined. The following patch fixes it:
#v+
--- mnemo-1.1.1/po/Makefile.orig Tue Apr 23 17:25:54 2002
+++ mnemo-1.1.1/po/Makefile Mon Feb 23 22:54:05 2004
@@ -13,7 +13,7 @@
install: *.po
@echo "Checking for os ... ${OSTYPE}"; \
- if test ${OSTYPE} = "solaris"; then \
+ if test "${OSTYPE}" = "solaris"; then \
echo "You'll probably get some warnings on Solaris. This is normal."; \
fi; \
for LOCALE in `ls *.po | sed 's/\..*//g'`; do \
@@ -23,7 +23,7 @@
echo "Compiling locale $${LOCALE}:"; \
if ./shtool mkdir -p ../locale/$${LOCALE}/LC_MESSAGES; then \
if test -r ${HORDE}/po/$${LOCALE}.po; then \
- if test ${OSTYPE} = "solaris"; then \
+ if test "${OSTYPE}" = "solaris"; then \
if ${MSGFMTSOL} ../locale/$${LOCALE}/LC_MESSAGES/${APPLICATION}.mo $${LOCALE}.po ${HORDE}/po/$${LOCALE}.po; then \
echo " ... done"; \
echo; \
#v-
Updated translations (fr_FR.po + diffs) are available from
<http://pompo.net/horde/horde-2.2.5.tar.bz2>.
Regards,
--
Th. Thomas.
More information about the i18n
mailing list