summaryrefslogtreecommitdiffstats
path: root/po/_README
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:24:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:24:48 +0000
commitcca66b9ec4e494c1d919bff0f71a820d8afab1fa (patch)
tree146f39ded1c938019e1ed42d30923c2ac9e86789 /po/_README
parentInitial commit. (diff)
downloadinkscape-cca66b9ec4e494c1d919bff0f71a820d8afab1fa.tar.xz
inkscape-cca66b9ec4e494c1d919bff0f71a820d8afab1fa.zip
Adding upstream version 1.2.2.upstream/1.2.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/_README')
-rw-r--r--po/_README26
1 files changed, 26 insertions, 0 deletions
diff --git a/po/_README b/po/_README
new file mode 100644
index 0000000..7859a9f
--- /dev/null
+++ b/po/_README
@@ -0,0 +1,26 @@
+To update inkscape.pot, delete it first and generate the target "inkscape_pot"
+(with "make inkscape_pot" or "ninja inkscape_pot" from your build folder),
+these commands should create it in the source directory
+
+
+
+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 dependencies bad.po.test, bad.po.test.exp)
+ check_for_tutorial_problems.sh
+ language_statistics.sh (and dependency LINGUAS)
+ update_po_files.sh