mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
Fix so that ScriptFu test scripts are not localized.
This commit is contained in:
parent
ceddb0d369
commit
36521f5db2
10 changed files with 11 additions and 15 deletions
|
@ -2,4 +2,6 @@ Scripts to test script-fu-interpreter.
|
|||
|
||||
Not usually installed.
|
||||
|
||||
Should not be localized i18n : for developers only.
|
||||
|
||||
To use, copy the test<x> dirs into /plugins and ensure the .scm files have execute permission.
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
(script-fu-register "script-fu-always-fail"
|
||||
"Always fail"
|
||||
_"Expect error dialog in Gimp, or PDB execution error when called by another"
|
||||
"Expect error dialog in Gimp, or PDB execution error when called by another"
|
||||
"lkk"
|
||||
"lkk"
|
||||
"2022"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
(script-fu-register "script-fu-call-always-fail"
|
||||
"Call always fail"
|
||||
_"Expect error dialog in Gimp, having concatenated error messages"
|
||||
"Expect error dialog in Gimp, having concatenated error messages"
|
||||
"lkk"
|
||||
"lkk"
|
||||
"2022"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
(script-fu-register "script-fu-test0"
|
||||
"Test SF interpreter 0"
|
||||
_"Just gives a message from Gimp"
|
||||
"Just gives a message from Gimp"
|
||||
"lkk"
|
||||
"lkk"
|
||||
"2022"
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
(script-fu-register "script-fu-test1"
|
||||
"Test SF interpreter 01"
|
||||
_"Just gives a message from Gimp"
|
||||
"Just gives a message from Gimp"
|
||||
"lkk"
|
||||
"lkk"
|
||||
"2022"
|
||||
|
@ -33,7 +33,7 @@
|
|||
|
||||
(script-fu-register "script-fu-test2"
|
||||
"Test SF interpreter 02"
|
||||
_"Just gives a message from Gimp"
|
||||
"Just gives a message from Gimp"
|
||||
"lkk"
|
||||
"lkk"
|
||||
"2022"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
(script-fu-register "script-fu-test3"
|
||||
"Test SF interpreter 3"
|
||||
_"Just gives a message from Gimp"
|
||||
"Just gives a message from Gimp"
|
||||
"lkk"
|
||||
"lkk"
|
||||
"2022"
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
(script-fu-register "script-fu-test4"
|
||||
"Test SF interpreter 4"
|
||||
_"Just gives a message from Gimp"
|
||||
"Just gives a message from Gimp"
|
||||
"lkk"
|
||||
"lkk"
|
||||
"2022"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
(script-fu-register "test7"
|
||||
"Test SF interpreter 7"
|
||||
_"Just gives a message from Gimp"
|
||||
"Just gives a message from Gimp"
|
||||
"lkk"
|
||||
"lkk"
|
||||
"2022"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
(script-fu-register "script-fu-test8"
|
||||
"Test SF interpreter 8"
|
||||
_"Just gives a message from Gimp"
|
||||
"Just gives a message from Gimp"
|
||||
"lkk"
|
||||
"lkk"
|
||||
"2022"
|
||||
|
|
|
@ -48,12 +48,6 @@ plug-ins/print
|
|||
plug-ins/python
|
||||
plug-ins/screenshot
|
||||
plug-ins/script-fu/scripts/contactsheet.scm
|
||||
plug-ins/script-fu/scripts/test/test0/test0.scm
|
||||
plug-ins/script-fu/scripts/test/test1/test1.scm
|
||||
plug-ins/script-fu/scripts/test/test1/test3.scm
|
||||
plug-ins/script-fu/scripts/test/test4/test4.scm
|
||||
plug-ins/script-fu/scripts/test/test7/test7.scm
|
||||
plug-ins/script-fu/scripts/test/test8/test8.scm
|
||||
plug-ins/script-fu/scripts/clothify-v3.scm
|
||||
plug-ins/selection-to-path
|
||||
plug-ins/twain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue