Browse Source

spell portuguese correctly..

master
Steffen Schaumburg 13 years ago
parent
commit
44a3392334
  1. 2
      packaging/gentoo/current.ebuild
  2. 2
      packaging/gentoo/fpdb-9999.ebuild

2
packaging/gentoo/current.ebuild

@ -64,7 +64,7 @@ src_install() {
fi
if use linguas_pt; then
msgfmt pyfpdb/locale/fpdb-pt_BR.po -o pyfpdb/locale/pt.mo || die "failed to create Portugese mo file"
msgfmt pyfpdb/locale/fpdb-pt_BR.po -o pyfpdb/locale/pt.mo || die "failed to create Portuguese mo file"
fi
if use linguas_ru; then

2
packaging/gentoo/fpdb-9999.ebuild

@ -67,7 +67,7 @@ src_install() {
fi
if use linguas_pt; then
msgfmt pyfpdb/locale/fpdb-pt_BR.po -o pyfpdb/locale/pt.mo || die "failed to create Portugese mo file"
msgfmt pyfpdb/locale/fpdb-pt_BR.po -o pyfpdb/locale/pt.mo || die "failed to create Portuguese mo file"
fi
if use linguas_ru; then

Loading…
Cancel
Save