[pyzo] 13/68: Add translations

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Sep 28 09:47:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository pyzo.

commit fa4d883f168f055f32aa6789c4280d064305a1b3
Author: yltang <yltang52 at gmail.com>
Date:   Fri Jul 22 21:47:56 2016 +0800

    Add translations
---
 pyzo/tools/pyzoLogger.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyzo/tools/pyzoLogger.py b/pyzo/tools/pyzoLogger.py
index 15a58f7..4e31399 100644
--- a/pyzo/tools/pyzoLogger.py
+++ b/pyzo/tools/pyzoLogger.py
@@ -12,8 +12,8 @@ from pyzo.core.shell import BaseShell
 from pyzo.core.pyzoLogging import splitConsole
 
 
-tool_name = "Logger"
-tool_summary = "Logs messages, warnings and errors within Pyzo."
+tool_name = translate("pyzoLogger", "Logger")
+tool_summary = translate("pyzoLogger", "Logs messages, warnings and errors within Pyzo.")
  
 
 class PyzoLogger(BaseShell):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyzo.git



More information about the debian-science-commits mailing list