Re: [Gimp-developer] GIMP 2.99.12 Python User Script's Localization

2022-08-31 Thread ShiroYuki Mot via gimp-developer-list
Dear Ofnuts, Thanks for your reply. In my environment, the results are a little different. Are these useful? GIMP 2.99.12 Python Console Python 3.10.6 (main, Aug 12 2022, 18:00:29) [GCC 12.1.0 64 bit (AMD64)] >>> import os >>> os.environ['LANG'] Traceback (most recent call last): File "", line

Re: [Gimp-developer] GIMP 2.99.12 Python User Script's Localization

2022-08-31 Thread Ofnuts via gimp-developer-list
PS: of course your Gimp should be working in Japanese (which it will be if these environment variables are set when you start Gimp) On 31/08/2022 14:45, Ofnuts via gimp-developer-list wrote: Just re-checked, works for me. What are the environment values in the Python console? >>> os.environ['L

Re: [Gimp-developer] GIMP 2.99.12 Python User Script's Localization

2022-08-31 Thread Ofnuts via gimp-developer-list
Just re-checked, works for me. What are the environment values in the Python console? >>> os.environ['LANG'] 'fr_FR.UTF-8' >>> os.environ['LANGUAGE'] 'fr_FR' 'fr_FR' should be 'ja_JP' for you (and possibly only one of these is necessary) On 31/08/2022 10:58, ShiroYuki Mot wrote: Not localized

Re: [Gimp-developer] GIMP 2.99.12 Python User Script's Localization

2022-08-31 Thread ShiroYuki Mot via gimp-developer-list
Not localized! Am I doing something wrong? (I've tried replacing '_' with '-' or renaming the .mo file, but the result was the same.) cmd.exe Tree View Microsoft Windows [Version 10.0.19044.1889] (c) Microsoft Corporation. All rights reserved. C:\Users\UserA>tree C:\Users\UserA\AppData\Roaming\