1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/lib/libalpm/po
Dan McGee 76735e6519 Copy new backend translation over from frontend translation
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>
2011-01-21 11:04:52 -06:00
..
.gitignore Remove unnecessary entries from .gitignore files 2007-07-16 16:49:28 -04:00
ca.po Copy new backend translation over from frontend translation 2011-01-21 11:04:52 -06:00
cs.po Copy new backend translation over from frontend translation 2011-01-21 11:04:52 -06:00
de.po Copy new backend translation over from frontend translation 2011-01-21 11:04:52 -06:00
el.po Copy new backend translation over from frontend translation 2011-01-21 11:04:52 -06:00
en_GB.po Copy new backend translation over from frontend translation 2011-01-21 11:04:52 -06:00
es.po Copy new backend translation over from frontend translation 2011-01-21 11:04:52 -06:00
fr.po Copy new backend translation over from frontend translation 2011-01-21 11:04:52 -06:00
hu.po Copy new backend translation over from frontend translation 2011-01-21 11:04:52 -06:00
it.po Copy new backend translation over from frontend translation 2011-01-21 11:04:52 -06:00
kk.po Copy new backend translation over from frontend translation 2011-01-21 11:04:52 -06:00
libalpm.pot Copy new backend translation over from frontend translation 2011-01-21 11:04:52 -06:00
LINGUAS Add new European Portuguese translation 2010-09-01 21:15:07 -05:00
Makefile.in.in Merged frugalware changes (too many to list). Also added some config file 2006-10-15 19:31:03 +00:00
Makevars Update copyrights in gettext files 2009-07-27 21:40:43 -05:00
nb.po Copy new backend translation over from frontend translation 2011-01-21 11:04:52 -06:00
pl.po Copy new backend translation over from frontend translation 2011-01-21 11:04:52 -06:00
POTFILES.in Various updates needed prior to a new release 2008-06-08 13:50:01 -05:00
pt_BR.po Copy new backend translation over from frontend translation 2011-01-21 11:04:52 -06:00
pt.po Copy new backend translation over from frontend translation 2011-01-21 11:04:52 -06:00
remove-potcdate.sin * Oops. Added some files to make "make update-po" work. 2007-02-08 05:36:26 +00:00
ro.po Copy new backend translation over from frontend translation 2011-01-21 11:04:52 -06:00
ru.po Copy new backend translation over from frontend translation 2011-01-21 11:04:52 -06:00
sk.po Copy new backend translation over from frontend translation 2011-01-21 11:04:52 -06:00
sv.po Copy new backend translation over from frontend translation 2011-01-21 11:04:52 -06:00
tr.po Copy new backend translation over from frontend translation 2011-01-21 11:04:52 -06:00
uk.po Copy new backend translation over from frontend translation 2011-01-21 11:04:52 -06:00
zh_CN.po Copy new backend translation over from frontend translation 2011-01-21 11:04:52 -06:00