Jehan
92caf44817
libgimp: improve gimp_procedure_add_menu_path() docs regarding localization.
...
This was the last remaining bit in #8124 . Basically I needed to check how
localization of menu paths worked. I was thinking of maybe have 2 arguments to
gimp_procedure_add_menu_path(), one non-localized (for default menu paths) and
one localized by the plug-in (for custom menus). That would break all plug-ins,
but also looking at our code, it's complicated to do right.
Instead let's just keep current API and add an example in function docs. We'll
see how we can improve the API if the very hypothetical problem I am foreseeing
actually happens some day: say a word in English translates to e.g. "Filters" in
some other language, whereas English "Filters" translates to yet another term;
in such case, this new menu would still merge with the default /Filters/ menu
when localized in this language, so we'd have the weird situation where the
custom menu label would have passed through 2 translations somehow.
But let's see how it goes. If we really need, in the future, we can deprecate
gimp_procedure_add_menu_path() and add a gimp_procedure_add_menu_paths() with a
base_path and a custom_path, while the custom_path would be expected to be
already translated.
2022-10-26 01:13:43 +02:00
..
2020-10-26 12:28:06 +01:00
2019-09-10 21:38:11 +02:00
2022-03-28 15:25:23 +02:00
2022-02-12 00:07:53 +00:00
2020-12-18 01:17:54 +01:00
2020-12-18 01:17:54 +01:00
2019-09-04 00:03:12 +02:00
2022-05-14 16:31:50 +02:00
2022-10-20 23:17:07 +02:00
2022-09-30 20:55:51 +02:00
2022-05-14 16:27:15 +02:00
2019-08-22 15:54:36 +02:00
2022-04-16 23:28:05 +02:00
2022-04-16 23:28:05 +02:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-03-28 15:25:23 +02:00
2022-02-12 00:07:53 +00:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-02-13 19:02:54 +01:00
2022-02-13 19:02:54 +01:00
2022-02-13 19:02:54 +01:00
2022-03-28 15:25:23 +02:00
2022-02-12 00:07:53 +00:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2021-04-06 13:02:03 +02:00
2021-04-06 13:02:03 +02:00
2022-03-28 15:25:23 +02:00
2022-02-12 00:07:53 +00:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-03-28 15:25:23 +02:00
2021-04-30 03:46:52 +02:00
2019-09-04 00:03:12 +02:00
2019-08-29 11:39:34 +02:00
2022-03-28 15:25:23 +02:00
2021-04-06 14:34:31 +02:00
2021-04-06 13:02:03 +02:00
2021-04-06 13:02:03 +02:00
2022-03-30 20:52:24 +02:00
2019-09-03 13:31:27 +02:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-05-14 16:27:15 +02:00
2019-08-22 15:54:36 +02:00
2022-03-28 15:25:23 +02:00
2022-02-12 00:07:53 +00:00
2022-03-28 15:25:23 +02:00
2021-04-24 23:22:58 +02:00
2019-11-19 21:13:31 +01:00
2021-04-06 14:34:31 +02:00
2020-06-25 18:20:47 +03:00
2022-03-28 15:25:23 +02:00
2020-05-17 18:32:16 +02:00
2021-12-29 19:08:22 +01:00
2020-12-17 02:13:43 +01:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-03-28 15:25:23 +02:00
2022-02-12 00:07:53 +00:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2019-08-30 12:52:28 +02:00
2021-01-02 14:29:04 +01:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-05-24 23:52:15 +02:00
2019-09-04 10:41:19 +02:00
2019-09-05 20:59:57 +02:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-03-28 15:25:23 +02:00
2022-02-12 00:07:53 +00:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2019-08-30 12:52:28 +02:00
2021-08-26 17:32:09 +02:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-10-20 18:25:43 +02:00
2022-10-20 18:25:43 +02:00
2022-10-20 23:17:07 +02:00
2022-10-20 23:17:07 +02:00
2022-08-13 19:39:47 +00:00
2022-08-13 19:39:47 +00:00
2022-07-02 15:26:19 +02:00
2022-07-02 15:26:19 +02:00
2021-03-20 16:43:09 +01:00
2020-05-04 21:31:30 +02:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-06-06 19:03:13 -04:00
2022-05-22 14:00:36 -04:00
2022-03-16 13:00:03 +00:00
2022-04-16 01:57:55 +02:00
2021-04-04 01:40:00 +02:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-06-27 21:20:06 +02:00
2022-02-12 00:07:53 +00:00
2021-04-06 13:02:03 +02:00
2021-04-06 13:02:03 +02:00
2021-08-26 17:32:09 +02:00
2020-05-04 21:31:30 +02:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-09-30 20:55:51 +02:00
2022-09-30 20:55:51 +02:00
2021-04-06 13:02:03 +02:00
2021-04-06 13:02:03 +02:00
2021-12-29 19:08:22 +01:00
2020-05-04 21:31:30 +02:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-03-28 15:25:23 +02:00
2022-02-12 00:07:53 +00:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2019-08-30 12:52:28 +02:00
2021-01-02 14:29:04 +01:00
2022-09-30 20:55:51 +02:00
2020-04-28 19:14:11 +02:00
2020-04-28 19:14:11 +02:00
2019-09-04 16:48:26 +02:00
2022-09-30 20:55:51 +02:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-03-28 15:25:23 +02:00
2022-02-12 00:07:53 +00:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2019-08-30 12:52:28 +02:00
2020-05-12 20:03:56 +02:00
2021-08-26 17:32:09 +02:00
2022-04-16 23:28:05 +02:00
2022-04-16 23:28:05 +02:00
2022-02-12 00:07:53 +00:00
2022-02-12 00:07:53 +00:00
2022-02-12 00:07:53 +00:00
2022-07-05 12:22:32 +02:00
2022-07-05 12:22:32 +02:00
2022-06-05 01:16:19 +02:00
2022-09-30 20:55:51 +02:00
2022-06-05 01:57:02 +02:00
2022-02-12 00:07:53 +00:00
2022-09-30 20:55:51 +02:00
2019-09-04 00:03:12 +02:00
2022-10-26 01:13:43 +02:00
2021-04-29 23:53:35 +02:00
2021-01-07 21:59:59 +01:00
2022-09-10 21:35:00 +02:00
2020-06-08 14:28:47 +02:00
2022-08-13 07:34:17 -04:00
2022-06-17 17:18:12 +02:00
2020-04-28 19:14:11 +02:00
2019-09-08 14:59:09 +02:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-09-28 22:41:05 +02:00
2022-09-28 22:41:05 +02:00
2022-09-28 22:41:05 +02:00
2021-12-29 11:21:19 +01:00
2020-11-23 02:15:13 +01:00
2022-09-30 18:54:07 +00:00
2020-12-17 19:11:51 +01:00
2022-03-28 15:25:23 +02:00
2020-05-18 02:09:45 +02:00
2021-04-06 13:02:03 +02:00
2021-04-06 13:02:03 +02:00
2022-09-30 20:55:51 +02:00
2022-09-30 20:55:51 +02:00
2022-09-30 20:55:51 +02:00
2022-09-30 20:55:51 +02:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2019-10-29 22:15:58 +01:00
2020-05-04 21:31:30 +02:00
2021-08-26 17:32:09 +02:00
2019-08-22 15:54:36 +02:00
2022-09-30 20:55:51 +02:00
2020-09-26 22:11:53 +02:00
2021-12-23 13:39:43 +01:00
2022-06-17 17:18:12 +02:00
2020-11-23 02:15:13 +01:00
2020-11-23 02:15:13 +01:00
2022-03-28 15:25:23 +02:00
2019-09-03 13:31:27 +02:00
2022-10-15 18:26:55 +00:00
2022-10-15 18:26:55 +00:00
2021-04-06 13:02:03 +02:00
2021-04-06 13:02:03 +02:00
2022-05-14 16:27:15 +02:00
2019-08-22 15:54:36 +02:00
2022-09-29 23:11:38 +02:00
2022-10-09 16:09:10 +02:00
2022-09-30 20:55:51 +02:00
2022-06-05 01:57:02 +02:00