Displaying 3 results from an estimated 3 matches for "lrtvz".
Did you mean:
lrtv
2014 May 26
2
more PO files available at the TP
...available
than are included in the 1.42.10 tarball: Danish, Esperanto, Malay,
and Ukrainian. Please include these in your next release.
Attached patch adds the missing language codes to the po/LINGUAS
file. The easiest way to fetch the missing files (and the latest
updates) is to run:
rsync -Lrtvz translationproject.org::tp/latest/e2fsprogs/ po
Regards,
Benno
--
http://www.fastmail.fm - Or how I learned to stop worrying and
love email again
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-po-Add-the-codes-of-the-other-f...
2011 Sep 05
3
rsync crash behind a firewall [cygwin]
As part of coreutils' bootstrap, rsync crashes on cygwin:
$ /usr/bin/rsync \
--delete \
--exclude '*.s1' \
-Lrtvz 'translationproject.org::tp/latest/coreutils/' \
'po/.reference'
rsync: failed to connect to translationproject.org (*inet_ntop failed*): Connection refused (111)
Segmentation fault (core dumped)
$ cat rsync.exe.stackdump
Exception: STATUS_ACCESS_VIOLATION at eip=0042C1...
2014 May 29
0
Re: more PO files available at the TP
...ted, including them is very likely to result in a poorer user
experience than if everything was left in English.
> Attached patch adds the missing language codes to the po/LINGUAS
> file. The easiest way to fetch the missing files (and the latest
> updates) is to run:
>
> rsync -Lrtvz translationproject.org::tp/latest/e2fsprogs/ po
I actually use a script to pull down the changes:
#!/bin/bash
#
# git-tp-sync - downloads the latest PO files from translationproject.org
# and commits changes to your GIT repository.
#
# Features:
# - commit per PO file...