[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: xgsch2pcb.git: branch: master updated (rel_0.1.3-10-g2177b87)
The branch, master has been updated
via 2177b870af7ebbc4ca854a0160613c7fc60caaad (commit)
via 8e293c25b0eef66f0152ff679be1822c588d84ca (commit)
from 2aacf62bd76b50f165139317888248ca909eb529 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
po/LINGUAS | 11 ++++++++++-
xgsch2pcb.in | 5 ++---
2 files changed, 12 insertions(+), 4 deletions(-)
=================
Commit Messages
=================
commit 2177b870af7ebbc4ca854a0160613c7fc60caaad
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>
Remove warning when failing to load translations
Some languages won't be translated.. there is no need to moan.
:100644 100644 611d813... 8df5c2b... M xgsch2pcb.in
commit 8e293c25b0eef66f0152ff679be1822c588d84ca
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>
Update po/LINGUAS file to include all languages from Launchpad
:100644 100644 8f4ec51... d0b2aca... M po/LINGUAS
=========
Changes
=========
commit 2177b870af7ebbc4ca854a0160613c7fc60caaad
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>
Remove warning when failing to load translations
Some languages won't be translated.. there is no need to moan.
diff --git a/xgsch2pcb.in b/xgsch2pcb.in
index 611d813..8df5c2b 100644
--- a/xgsch2pcb.in
+++ b/xgsch2pcb.in
@@ -38,9 +38,8 @@ if libpath not in sys.path:
import gettext
try:
t = gettext.translation('@PACKAGE@', localedir)
-except IOError:
- print 'Warning: Failed to load gettext translations'
-
+except:
+ pass
from gui import *
commit 8e293c25b0eef66f0152ff679be1822c588d84ca
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>
Update po/LINGUAS file to include all languages from Launchpad
diff --git a/po/LINGUAS b/po/LINGUAS
index 8f4ec51..d0b2aca 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -1,3 +1,12 @@
-nl
+ar
de
+en_GB
es
+fr
+it
+nl
+pl
+pt_BR
+ru
+tr
+zh_CN
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs