summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xpocompile.sh2
-rw-r--r--portato/gui/gtk/wrapper.py1
2 files changed, 3 insertions, 0 deletions
diff --git a/pocompile.sh b/pocompile.sh
index 5fdd98a..865c380 100755
--- a/pocompile.sh
+++ b/pocompile.sh
@@ -6,6 +6,8 @@ cd i18n
for ITEM in *.po; do
LANG=${ITEM/.po/}
+ echo "Creating translation file for ${LANG}."
+
if [ "$1" == "-emerge" ]; then
mkdir mo -p
msgfmt ${ITEM} -o mo/${LANG}.mo
diff --git a/portato/gui/gtk/wrapper.py b/portato/gui/gtk/wrapper.py
index dd06fac..286cffd 100644
--- a/portato/gui/gtk/wrapper.py
+++ b/portato/gui/gtk/wrapper.py
@@ -10,6 +10,7 @@
#
# Written by René 'Necoro' Neumann <necoro@necoro.net>
+from gettext import lgettext as _
from portato.gui.wrapper import Tree, Console
import vte
ld4-20/+65 2016-12-21makefile: proper use of DESTPATHJason A. Donenfeld1-6/+6 2016-12-21extensions: introduce system extensionsJason A. Donenfeld2-7/+16 2016-12-211password2pass: modernizationAlex Dunn1-15/+23 2016-12-21extensions: make opt-inJason A. Donenfeld2-15/+22 2016-12-21Add signaturesJason A. Donenfeld2-0/+31 2016-12-20Add extensionsJason A. Donenfeld2-3/+27 2016-12-20generate: use /dev/urandom directlyJason A. Donenfeld4-14/+28 Passing to tr using the "pick and discard" technique is more straight- forwardly correct and less error-prone. It also allows users to select their own character sets to be passed to tr. 2016-02-07dmenu: read likes -rJason A. Donenfeld1-1/+1 2016-02-06zsh-completion: add prefix zstyleBenjamin Richter1-1/+11 This option can be used to select a different pass repository for completion. A configuration example is given inside the completion file. 2016-02-06Make gpg errors fatalJason A. Donenfeld1-5/+5 2016-02-06Moved to webpageJason A. Donenfeld1-7/+0