[pacman-dev] New messages for Italian translation
Hi guys, there are two patches for new messages in italian translation. Thanks. -- Giovanni Scafora Arch Linux Trusted User (voidnull) http://www.archlinux.org linuxmania@gmail.com
On 2/21/07, Giovanni Scafora <linuxmania@gmail.com> wrote:
Hi guys,
there are two patches for new messages in italian translation. Thanks.
Applied. FYI: the reason I suggested using patches is so we can both save work- you can put both patches in the same file, the patch program works fine with that. simply tack one onto the end of the other. -Dan
2007/2/21, Dan McGee <dpmcgee@gmail.com>:
Applied. FYI: the reason I suggested using patches is so we can both save work- you can put both patches in the same file, the patch program works fine with that. simply tack one onto the end of the other.
So I will do the next time. cat patch1.patch patch2.patch > it.po.patch Is it correct? I hope that will work fine. -- Giovanni Scafora Arch Linux Trusted User (voidnull) http://www.archlinux.org linuxmania@gmail.com
On 2/21/07, Giovanni Scafora <linuxmania@gmail.com> wrote:
2007/2/21, Dan McGee <dpmcgee@gmail.com>:
Applied. FYI: the reason I suggested using patches is so we can both save work- you can put both patches in the same file, the patch program works fine with that. simply tack one onto the end of the other.
So I will do the next time.
cat patch1.patch patch2.patch > it.po.patch
Yes, that will work great. You can also redirect the first diff as so: cvs diff src/pacman/po/it.po > it.po.patch and then do the second like this (note the double >), which will 'cat' the second diff onto the already existing first: cvs diff lib/libalpm/po/it.po >> it.po.patch -Dan
2007/2/21, Dan McGee <dpmcgee@gmail.com>:
Yes, that will work great. You can also redirect the first diff as so: cvs diff src/pacman/po/it.po > it.po.patch and then do the second like this (note the double >), which will 'cat' the second diff onto the already existing first: cvs diff lib/libalpm/po/it.po >> it.po.patch
Yes, I know the differences between > and >>. BTW, Thanks for your precious suggestions. -- Giovanni Scafora Arch Linux Trusted User (voidnull) http://www.archlinux.org linuxmania@gmail.com
participants (2)
-
Dan McGee
-
Giovanni Scafora