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

2022-08-30 Thread ShiroYuki Mot via gimp-developer-list
Dear Ofnuts. Thanks for presenting the solution. It was detailed and easy to understand. I'm glad that this clears up my questions. :) I'll try this tonight. 2022年8月30日(火) 18:40 Ofnuts via gimp-developer-list < gimp-developer-list@gnome.org>: > My own plugin does: > > def do_set_i18n(self,

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

2022-08-30 Thread Ofnuts via gimp-developer-list
My own plugin does:     def do_set_i18n(self, *args):     print(f'do_set_i18n({args})')     return True, 'ofn-guides-presets',None (where 'ofn-guides-presets' is the same same as the plugin python file itself, and as I understand it, if the I18N domain is the same name as the plugin