From a4a7006a138f05c1b774414a55ffb5499d7b289f Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 23 Jun 2011 21:21:51 -0500 Subject: po/: split into scripts/po/ and src/pacman/po/ This is the first step at separating the pacman message catalog and the scripts message catalog. Makefiles, configure.ac, and other such files are adjusted accordingly, as well as renaming files. The TEXTDOMAIN of scripts is also adjusted. Note that no actual pot or po files get changed here; these will get pruned in a future commit so each catalog contains only the necessary messages. Signed-off-by: Dan McGee --- scripts/po/POTFILES.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/po/POTFILES.in (limited to 'scripts/po/POTFILES.in') diff --git a/scripts/po/POTFILES.in b/scripts/po/POTFILES.in new file mode 100644 index 00000000..19d60a01 --- /dev/null +++ b/scripts/po/POTFILES.in @@ -0,0 +1,8 @@ +# List of source files with translatable strings + +# scripts with gettext translations +scripts/makepkg.sh.in +scripts/pacman-db-upgrade.sh.in +scripts/pacman-optimize.sh.in +scripts/pkgdelta.sh.in +scripts/repo-add.sh.in -- cgit v1.2.3-24-g4f1b From d62a429b924e70f48bf021d3c355dd9455d1c45b Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 23 Jun 2011 22:25:16 -0500 Subject: scripts/po/: add pacman-key This has gettext strings, but wasn't added to the list of files in POTFILES.in just yet. Add it and update the catalogs. Signed-off-by: Dan McGee --- scripts/po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/po/POTFILES.in') diff --git a/scripts/po/POTFILES.in b/scripts/po/POTFILES.in index 19d60a01..a4f96bd3 100644 --- a/scripts/po/POTFILES.in +++ b/scripts/po/POTFILES.in @@ -3,6 +3,7 @@ # scripts with gettext translations scripts/makepkg.sh.in scripts/pacman-db-upgrade.sh.in +scripts/pacman-key.sh.in scripts/pacman-optimize.sh.in scripts/pkgdelta.sh.in scripts/repo-add.sh.in -- cgit v1.2.3-24-g4f1b