summaryrefslogtreecommitdiffstats
path: root/po/_README
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-07-30 21:42:03 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-07-30 21:56:23 +0000
commitd02bf1eb5e83251d4d3b2a9293922f73ae276f30 (patch)
treeaa9427243e43826559c15df1523cf8e75442bda6 /po/_README
parentTranslations: Update inkscape.pot and POTFILES maintenance (diff)
downloadinkscape-d02bf1eb5e83251d4d3b2a9293922f73ae276f30.tar.gz
inkscape-d02bf1eb5e83251d4d3b2a9293922f73ae276f30.zip
Translations: Add a _README file with some very basic instructions
- generating the inkscape.pot file still seems to be a bit of a mystery to developers, especially adding new source files is often neglected or done manually (instead of using generate_POTFILES.sh) - Add a "Todo": besides documentation and automation we should probably consider dropping intltool-update and all custom scripts completely and use xgettext with proper options exlusively - Remove the ChangeLog (it wasn't updated since 2008)
Diffstat (limited to 'po/_README')
-rw-r--r--po/_README28
1 files changed, 28 insertions, 0 deletions
diff --git a/po/_README b/po/_README
new file mode 100644
index 000000000..984b493c7
--- /dev/null
+++ b/po/_README
@@ -0,0 +1,28 @@
+To update inkscape.pot run
+ intltool-update --pot && mv untitled.pot inkscape.pot
+from the /po directory
+
+This is also done by executing the cmake target 'inkscape_pot', e.g. 'make inkscape_pot' (delete inkscape.pot first)
+
+
+
+WARNING:
+If new source files are added this is not sufficient!
+
+In this case please run
+ ./generate_POTFILES.sh
+This will update POTFILES.in with the list of current source files (to exclude a file add it to POTFILES.skip)
+
+Afterwards update the inkscape.pot file as described above
+
+
+
+TODO:
+- automate these steps within CMake
+- consider dropping intltool-update and use xgettext with proper options
+ (it should be able to handle most of our source files nowadays)
+- clean up this directory, evaluate which files are still useful (and document them / add targets to CMake), see
+ check-markup (and dependecies bad.po.test, bad.po.test.exp)
+ check_for_tutorial_problems.sh
+ language_statistics.sh (and dependency LINGUAS)
+ update_po_files.sh