gimp/plug-ins/python/python-console
Jehan 884353ed3d plug-ins: fix relocatability of the Python Console.
If we were running Gimp.locale_directory() at the very start of the
script, it would append before _gimp_reloc_init_lib() had happened, and
therefore the returned value would be the non-relocated locale
directory.

Calling this inside set_i18n() happens later, and also feels like the
proper place for this code.
2025-04-09 00:20:03 +02:00
..
meson.build build, plug-ins, gitlab: make GIMP runnable from build directory without… 2023-06-27 17:46:46 +02:00
pyconsole.py python: Set error color based on theme 2025-03-19 12:42:17 +00:00
python-console.py plug-ins: fix relocatability of the Python Console. 2025-04-09 00:20:03 +02:00