[GRASS-dev] Translations and command description/options
Panagiotis Mavrogiorgos
pmav99 at gmail.com
Sat Mar 9 08:42:54 PST 2019
On Sat, Mar 9, 2019 at 4:53 PM Markus Neteler <neteler at osgeo.org> wrote:
> Did you try to set this within the GRASS session?
>
> export LANG=fr_FR.UTF-8
> export LANGUAGE=fr_FR.UTF-8
> export LC_MESSAGES=fr_FR.UTF-8
>
Thank you Markus,
Yes I did try that and it doesn't help.
Maybe zshell still needs some extras in grass py?
>
zsh is certainly not well supported by GRASS (e.g. #3740
<https://trac.osgeo.org/grass/ticket/3740>). The lack of support is
probably due to using "default_startup()" in "lib/init/grass.py"
2235 if sh in ['csh', 'tcsh']:
2236 shell_process = csh_startup(mapset_settings.full_mapset,
2237 mapset_settings.location,
2238 mapset_settings.mapset,
2239 grass_env_file)
2240 elif sh in ['bash', 'msh', 'cygwin']:
2241 shell_process = bash_startup(mapset_settings.full_mapset,
2242 mapset_settings.location,
2243 grass_env_file)
2244 else:
2245 shell_process = default_startup(mapset_settings.full_mapset,
2246 mapset_settings.location)
Nevertheless, the issue we are discussing here is not related to zsh. Even
with bash, the translations do not work
https://asciinema.org/a/232727
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20190309/63d70fc3/attachment.html>
More information about the grass-dev
mailing list