index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-16 | Update translations for message with added newline | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-03-16 | Updated translations for 3.5.0 from Transifex | Dan McGee | |
Thanks to all translators that contributed! Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-01-21 | Copy new backend translation over from frontend translation | Dan McGee | |
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-09-03 | Minor translation file updates after `make distcheck` | Dan McGee | |
It touched up these a bit after it ran, so might as well check the changes in so we don't have to deal with them again later. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-09-01 | Add new European Portuguese translation | Gaspar Santos | |
This is being checked in as 'pt' rather than 'pt_PT' as that is what Transifex seems to want, and it is also the dominant choice of packages already installed on my system when doing a count of the files located in the /usr/share/locale translation directories. Thanks for the new translation! Signed-off-by: Dan McGee <dan@archlinux.org> |