[pyzo] 10/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 ed49acf8a7cb24a7e3a464f0a0acc6edf4565769
Author: yltang <yltang52 at gmail.com>
Date:   Fri Jul 22 21:42:46 2016 +0800

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

diff --git a/pyzo/tools/pyzoFileBrowser/__init__.py b/pyzo/tools/pyzoFileBrowser/__init__.py
index 1af5a8f..57c9e0b 100644
--- a/pyzo/tools/pyzoFileBrowser/__init__.py
+++ b/pyzo/tools/pyzoFileBrowser/__init__.py
@@ -4,8 +4,8 @@
 # Pyzo is distributed under the terms of the (new) BSD License.
 # The full license can be found in 'license.txt'.
 
-tool_name = "File browser"
-tool_summary = "Browse the files in your projects."
+tool_name = translate("pyzoFileBrowser", "File browser")
+tool_summary = translate("pyzoFileBrowser", "Browse the files in your projects.")
 
 
 """ File browser tool

-- 
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