From 8df82b5fe91f85995d84427c4c0d7e816a9e02b2 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Fri, 11 Dec 2015 03:47:33 +0100 Subject: [PATCH] Little fix in documentation code in i18n --- paramecio/citoplasma/check_i18n.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paramecio/citoplasma/check_i18n.py b/paramecio/citoplasma/check_i18n.py index 22e27ec..6288103 100644 --- a/paramecio/citoplasma/check_i18n.py +++ b/paramecio/citoplasma/check_i18n.py @@ -40,7 +40,7 @@ def scandir(path): # Open file # obtain modules, keys, and default text - # Open all files in a loop with modules from dictionary created from open files, if module not exists, the file is in i18n + # Open all files in a loop with modules from dictionary created from open files, if module path is not specified, the file is in paramecio.i18n. With module path the language files are saved in i18n directory into the path, for example if path is modules/panel, the files are saved in modules/panel/i18n/example.py. If key option is saved then only saved lang with keys selected. Normally you only need a file by module and by default. key option is the last member of path. For example, you can create a language file for a module and use in other module, but don't extract key used in the other module language file used. # Load array from file, if file not exists, is created