Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-21 | Copy new backend translation over from frontend translation | Dan McGee | 1 | -1/+5 | |
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> | |||||
2010-08-24 | Add Slovak translation | Jozef Riha | 1 | -0/+518 | |
Signed-off-by: Dan McGee <dan@archlinux.org> |