index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-18 | 3.5.2 translation updates from Transifex | Dan McGee | |
And also a POT version and package version update. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-03-23 | Updated 3.5.1 translations from Transifex | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
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-15 | Update Kazakh translation | Baurzhan Muftakhidinov | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-07-27 | Small fix to Kazakh translation | Baurzhan Muftakhidinov | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-06-07 | Update Kazakh translation | Baurzhan Muftakhidinov | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-06-04 | translation: update pot/po files for libalpm in prep for release | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-03-14 | Bump copyright dates to 2010 | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-10-07 | Update translations | Xavier Chantry | |
Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-10-07 | Update all pot and po files for 3.3.2 release | Xavier Chantry | |
Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-09-22 | Clean up translation file headers | Dan McGee | |
Get them a bit more standardized across the board, as they were quite a mess. Also note the two new translations we received for 3.3.1. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-09-18 | Update Kazakh translation | Baurzhan Muftakhidinov | |
Signed-off-by: Giovanni Scafora <giovanni@archlinux.org> | |||
2009-09-16 | Update all pot and po files for 3.3.1 release | Xavier Chantry | |
Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-07-29 | update Kazakh translation | Baurzhan Muftakhidinov | |
Signed-off-by: Xavier Chantry <shiningxc@gmail.com> | |||
2009-07-27 | Update PO files in prep for 3.3 release | Dan McGee | |
2009-02-24 | Add new Kazakh translation | Baurzhan Muftakhidinov | |
Signed-off-by: Dan McGee <dan@archlinux.org> |