diff --git a/brushes-po/tuxpaint-brushes-ca.po b/brushes-po/tuxpaint-brushes-ca.po index b1feaf100..6171af7ba 100644 --- a/brushes-po/tuxpaint-brushes-ca.po +++ b/brushes-po/tuxpaint-brushes-ca.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Tuxpaint\n" "Report-Msgid-Bugs-To: tuxpaint-i18n@lists.sourceforge.net\n" -"POT-Creation-Date: 2024-03-26 05:19:40+0000\n" +"POT-Creation-Date: 2024-03-26 06:14:50+0000\n" "PO-Revision-Date: 2024-03-26 05:19:40+0000\n" "Last-Translator: \n" "Language-Team: \n" @@ -51,6 +51,22 @@ msgstr "" msgid "Hash marks that draw perpendicular to the direction your painting." msgstr "" +#: ../data/brushes/sparkles.txt +msgid "Paint with sparkles!" +msgstr "" + +#: ../data/brushes/spiral.txt +msgid "Paint with a rotating spiral." +msgstr "" + +#: ../data/brushes/spray.txt +msgid "Paint with a random spray effect." +msgstr "" + +#: ../data/brushes/tiny.txt +msgid "A tiny, 1-by-1 pixel brush." +msgstr "" + #: ../data/brushes/vine.txt msgid "Draw with leafy vines." msgstr "Dibuixa amb ceps de fulla." diff --git a/brushes-po/tuxpaint-brushes-ja.po b/brushes-po/tuxpaint-brushes-ja.po index c756fdfa2..b1750a385 100644 --- a/brushes-po/tuxpaint-brushes-ja.po +++ b/brushes-po/tuxpaint-brushes-ja.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint-brushes\n" "Report-Msgid-Bugs-To: tuxpaint-i18n@lists.sourceforge.net\n" -"POT-Creation-Date: 2024-03-26 05:19:40+0000\n" +"POT-Creation-Date: 2024-03-26 06:14:50+0000\n" "PO-Revision-Date: 2024-03-26 05:19:40+0000\n" "Last-Translator: \n" "Language-Team: \n" @@ -52,6 +52,22 @@ msgstr "" msgid "Hash marks that draw perpendicular to the direction your painting." msgstr "" +#: ../data/brushes/sparkles.txt +msgid "Paint with sparkles!" +msgstr "" + +#: ../data/brushes/spiral.txt +msgid "Paint with a rotating spiral." +msgstr "" + +#: ../data/brushes/spray.txt +msgid "Paint with a random spray effect." +msgstr "" + +#: ../data/brushes/tiny.txt +msgid "A tiny, 1-by-1 pixel brush." +msgstr "" + #: ../data/brushes/vine.txt msgid "Draw with leafy vines." msgstr "葉の茂った蔓を描きます。" diff --git a/brushes-po/tuxpaint-brushes.pot b/brushes-po/tuxpaint-brushes.pot index 1837c179b..06da1c883 100644 --- a/brushes-po/tuxpaint-brushes.pot +++ b/brushes-po/tuxpaint-brushes.pot @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: tuxpaint-brushes\n" "Report-Msgid-Bugs-To: tuxpaint-i18n@lists.sourceforge.net\n" "MIME-Version: 1.0\n" -"POT-Creation-Date: 2024-03-26 05:19:40+0000\n" +"POT-Creation-Date: 2024-03-26 06:14:50+0000\n" "PO-Revision-Date: \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -53,6 +53,22 @@ msgstr "" msgid "Hash marks that draw perpendicular to the direction your painting." msgstr "" +#: ../data/brushes/sparkles.txt +msgid "Paint with sparkles!" +msgstr "" + +#: ../data/brushes/spiral.txt +msgid "Paint with a rotating spiral." +msgstr "" + +#: ../data/brushes/spray.txt +msgid "Paint with a random spray effect." +msgstr "" + +#: ../data/brushes/tiny.txt +msgid "A tiny, 1-by-1 pixel brush." +msgstr "" + #: ../data/brushes/vine.txt msgid "Draw with leafy vines." msgstr "" diff --git a/data/brushes/sparkles.txt b/data/brushes/sparkles.txt new file mode 100644 index 000000000..3ab241aee --- /dev/null +++ b/data/brushes/sparkles.txt @@ -0,0 +1 @@ +Paint with sparkles! diff --git a/data/brushes/spiral.txt b/data/brushes/spiral.txt new file mode 100644 index 000000000..e1c6aa8ca --- /dev/null +++ b/data/brushes/spiral.txt @@ -0,0 +1 @@ +Paint with a rotating spiral. diff --git a/data/brushes/splat.dat b/data/brushes/splat.dat new file mode 100644 index 000000000..297b74997 --- /dev/null +++ b/data/brushes/splat.dat @@ -0,0 +1 @@ +spacing=40 diff --git a/data/brushes/spray.txt b/data/brushes/spray.txt new file mode 100644 index 000000000..d6f8455b4 --- /dev/null +++ b/data/brushes/spray.txt @@ -0,0 +1 @@ +Paint with a random spray effect. diff --git a/data/brushes/tiny.txt b/data/brushes/tiny.txt new file mode 100644 index 000000000..22a7b709b --- /dev/null +++ b/data/brushes/tiny.txt @@ -0,0 +1 @@ +A tiny, 1-by-1 pixel brush. diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 842477117..e3a918cf8 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -32,9 +32,9 @@ https://tuxpaint.org/ * Other Improvements: ------------------- - * WIP Support for brush descriptions, including localization. + * Support for brush descriptions, including localization. (Adds a new "tuxpaint-brushes.pot" & PO files.) - Management scripts based on those found in `tuxpaint-stamps`.) + (Management scripts based on those found in `tuxpaint-stamps`.) Bill Kendrick * Make screen refresh more snappy on macOS.