Mailinglist Archive: opensuse-translation-es (426 mails)
| < Previous | Next > |
Re: [opensuse-translation-es] (fwd) We need urgent clarification on translation start date
- From: Gabriel <gabriel@xxxxxxxxxxxx>
- Date: Sat, 19 Apr 2008 21:46:59 -0300
- Message-id: <480A9283.9000202@xxxxxxxxxxxx>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Carlos E. R. escribió:
|
|
| El 2008-04-19 a las 18:42 -0300, Gabriel escribió:
|
|> Bueno, ya te lo han dicho en la lista general :-D
|> Sólo hay que agregarle el -C memory.es.po para que utilice esto.
|
| Lo he encontrado por mi cuenta, acabo de hacer un script y probarlo. Esto:
|
| #!/bin/bash
|
| F=`basename $1 .po`
| FF=`basename $F .es`
| POFILE=$FF.es.po
| POTFILE=../../50-pot/$FF.pot
|
| if test -f $POFILE -a -f $POTFILE; then
| echo Aplying msgmerge to $POFILE
| msgmerge --no-wrap --force-po -U $POFILE -C
| ../../50-memory/memory.es.p
| msgfmt --check --stat $POFILE
| rm messages.mo
| else
| echo "Not found: " $POFILE or $POTFILE
| fi || { echo "msgmerge --no-wrap --force-po for \"$po\" failed" ; }
|
|
| -- Saludos
| Carlos E.R.
Pregunta, se te olvidó poner el $POTFILE en el merge ?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFICpKCNHr4BkRe3pIRCMG2AKCL+n0t9FesLIkjMva7xH0s3bwFtQCgt5Mr
eAjrlAkU4JUj68lfGK/KLZg=
=bUL5
-----END PGP SIGNATURE-----
--
To unsubscribe, e-mail: opensuse-translation-es+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-translation-es+help@xxxxxxxxxxxx
Hash: SHA256
Carlos E. R. escribió:
|
|
| El 2008-04-19 a las 18:42 -0300, Gabriel escribió:
|
|> Bueno, ya te lo han dicho en la lista general :-D
|> Sólo hay que agregarle el -C memory.es.po para que utilice esto.
|
| Lo he encontrado por mi cuenta, acabo de hacer un script y probarlo. Esto:
|
| #!/bin/bash
|
| F=`basename $1 .po`
| FF=`basename $F .es`
| POFILE=$FF.es.po
| POTFILE=../../50-pot/$FF.pot
|
| if test -f $POFILE -a -f $POTFILE; then
| echo Aplying msgmerge to $POFILE
| msgmerge --no-wrap --force-po -U $POFILE -C
| ../../50-memory/memory.es.p
| msgfmt --check --stat $POFILE
| rm messages.mo
| else
| echo "Not found: " $POFILE or $POTFILE
| fi || { echo "msgmerge --no-wrap --force-po for \"$po\" failed" ; }
|
|
| -- Saludos
| Carlos E.R.
Pregunta, se te olvidó poner el $POTFILE en el merge ?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFICpKCNHr4BkRe3pIRCMG2AKCL+n0t9FesLIkjMva7xH0s3bwFtQCgt5Mr
eAjrlAkU4JUj68lfGK/KLZg=
=bUL5
-----END PGP SIGNATURE-----
--
To unsubscribe, e-mail: opensuse-translation-es+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-translation-es+help@xxxxxxxxxxxx
| < Previous | Next > |