summaryrefslogtreecommitdiffstats
path: root/share/templates/README
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-01-11 10:27:26 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2019-01-11 10:27:26 +0000
commit895673b96015383de684f73f162abd1933bbe09f (patch)
tree6e5cd1f3bde21edbd8107921296618ec07652ccc /share/templates/README
parentAdd button to delete prefs (diff)
downloadinkscape-895673b96015383de684f73f162abd1933bbe09f.tar.gz
inkscape-895673b96015383de684f73f162abd1933bbe09f.zip
Generate default.svg translated files with cmake
Diffstat (limited to 'share/templates/README')
-rw-r--r--share/templates/README9
1 files changed, 4 insertions, 5 deletions
diff --git a/share/templates/README b/share/templates/README
index 423f25092..fbcdae3be 100644
--- a/share/templates/README
+++ b/share/templates/README
@@ -18,14 +18,13 @@ English. These translations contain a translated name of the default
layer and possibly different canvas size. Each language version of
Inkscape will only use one of these templates and ignore the rest.
-These files are internationalized the same way as
+The other files are internationalized the same way as
share/filters/filters/svg The i18n.py script called from the makefile
will extract strings from the *.svg files into a *.svg.h
file. Intltool is then able to extracts these strings just like from
normal .h files.
The internationalized default files (A4 only) are created using the
-PERL script "create_defaults.pl" and are based on default.svg. To add
-a new language, add it to the database at the beginning of the PERL
-script. (You'll also need to edit Makefile.am and the appropriate 'po'
-file).
+PERL script "create_defaults.pl" (called automatically by cmake)
+and are based on default.svg. To add a new language, add it to the
+database at the beginning of the PERL script.