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-06-11 | translations: rename Norwegian translation from nb_NO to nb | Dan McGee | |
This puts us more in line with other projects that don't attach the country code to the language code. $ du -sh /usr/share/locale/nb*/LC_MESSAGES 3.5M /usr/share/locale/nb/LC_MESSAGES 132K /usr/share/locale/nb_NO/LC_MESSAGES Signed-off-by: Dan McGee <dan@archlinux.org> |