Translation: plugins: translate the Scheme example plugin

Since it will be distributed in a release.

Only translate the menu item and help.
Not translate dialog labels, they will only be read by plugin authors.
This commit is contained in:
lloyd konneker 2024-08-10 10:20:44 -04:00 committed by Lloyd Konneker
parent 634f3d674f
commit a5544af91d
2 changed files with 6 additions and 1 deletions

View File

@ -145,9 +145,13 @@
; v3 >>> menu item is v3, alongside old one
; v3 >>> not yet localized
; Translate the menu item and help, but not the dialog labels,
; since only plugin authors will read the dialog labels.
(script-fu-register-filter "script-fu-test-sphere-v3"
; Translator: this means "in the Scheme programming language" aka ScriptFu.
_"In _Scheme"
"Plug-in example in Scheme"
_"Plug-in example in Scheme"
"Spencer Kimball, Sven Neumann"
"Spencer Kimball"
"1996, 1998"

View File

@ -45,6 +45,7 @@ plug-ins/script-fu/scripts/script-fu-set-cmap.scm
plug-ins/script-fu/scripts/selection-round.scm
plug-ins/script-fu/scripts/slide.scm
plug-ins/script-fu/scripts/spinning-globe.scm
plug-ins/script-fu/scripts/test-sphere-v3.scm
plug-ins/script-fu/scripts/tileblur.scm
plug-ins/script-fu/scripts/unsharp-mask.scm
plug-ins/script-fu/scripts/waves-anim.scm