diff options
author | Allan McRae <allan@archlinux.org> | 2013-03-15 22:10:01 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-03-17 13:53:38 +1000 |
commit | 47a7ea8c86d414acd0ad3be7861dd16a0b15b3db (patch) | |
tree | c4616a04d931d50afe376ef93e5fc98e0c78a956 | |
parent | 66fe80f39bdd30273336d1b9f0ab401d9e49bd25 (diff) | |
download | pacman-47a7ea8c86d414acd0ad3be7861dd16a0b15b3db.tar.xz |
Update POTFILES.in for libalpm and pacman
Be complete with files listed. Comment out files where code is used
or heavily based on other projects so will never have translatable
strings.
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r-- | lib/libalpm/po/POTFILES.in | 5 | ||||
-rw-r--r-- | src/pacman/po/POTFILES.in | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lib/libalpm/po/POTFILES.in b/lib/libalpm/po/POTFILES.in index 49e9da16..7f4c2979 100644 --- a/lib/libalpm/po/POTFILES.in +++ b/lib/libalpm/po/POTFILES.in @@ -6,6 +6,7 @@ lib/libalpm/add.c lib/libalpm/alpm.c #lib/libalpm/alpm_list.c lib/libalpm/backup.c +#lib/libaplm/base64.c lib/libalpm/be_local.c lib/libalpm/be_package.c lib/libalpm/be_sync.c @@ -16,6 +17,7 @@ lib/libalpm/deps.c lib/libalpm/diskspace.c lib/libalpm/dload.c lib/libalpm/error.c +lib/libalpm/graph.c lib/libalpm/group.c lib/libalpm/handle.c lib/libalpm/log.c @@ -23,6 +25,9 @@ lib/libalpm/log.c lib/libalpm/package.c lib/libalpm/pkghash.c lib/libalpm/remove.c +#lib/libalpm/sha2.c lib/libalpm/sync.c lib/libalpm/trans.c lib/libalpm/util.c +#lib/libalpm/util-common.c +#lib/libalpm/version.c diff --git a/src/pacman/po/POTFILES.in b/src/pacman/po/POTFILES.in index 37abd6cc..4c3b3589 100644 --- a/src/pacman/po/POTFILES.in +++ b/src/pacman/po/POTFILES.in @@ -1,7 +1,10 @@ # List of source files with translatable strings +# If a file is commented out, it is because it shouldn't have any +# translatable strings # pacman frontend source files src/pacman/callback.c +src/pacman/check.c src/pacman/conf.c src/pacman/database.c src/pacman/deptest.c @@ -12,3 +15,4 @@ src/pacman/remove.c src/pacman/sync.c src/pacman/upgrade.c src/pacman/util.c +#src/pacman/util-common.c |