WIP Beginning work on (localized) brush descriptions

This commit is contained in:
Bill Kendrick 2024-03-25 21:00:16 -07:00
parent a2d8b39e95
commit a266336871
10 changed files with 293 additions and 1 deletions

11
txt-po/README.txt Normal file
View file

@ -0,0 +1,11 @@
In this directory you'll find scripts for converting description files
(e.g. brushes) to and from gettext PO files, for use by translators.
Run the following two scripts (in this order) everytime a description
is added or changed, or a translation (PO file) is updated:
createpo.sh
createtxt.sh
Note: Never edit the translations in the .txt files,
or run the .py scripts directly.