Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Copy new backend translation over from frontend translation | Dan McGee | 2011-01-21 |
| | | | | | | | | | | | | | | | | Since it is the same string. Done with some bash looping and sed magic. for src in po/*.po; do echo $src newtrans=$(grep -A1 "msgid.*$1" $src | tail -n1) newtrans=${newtrans//\\/\\\\} echo "$newtrans" fname=${src##*/} dest=lib/libalpm/po/$fname sed -i -e "/msgid.*$1/{N; s/msgstr.*$/$newtrans/}" $dest done Signed-off-by: Dan McGee <dan@archlinux.org> | ||
* | Updating Catalan translation | Manuel Tortosa | 2010-06-14 |
| | | | | Signed-off-by: Dan McGee <dan@archlinux.org> | ||
* | translation: update pot/po files for libalpm in prep for release | Dan McGee | 2010-06-04 |
| | | | | Signed-off-by: Dan McGee <dan@archlinux.org> | ||
* | Add Catalan translation | Manuel Tortosa | 2009-11-15 |
Signed-off-by: Dan McGee <dan@archlinux.org> |