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>
This commit is contained in:
Allan McRae 2013-03-15 22:10:01 +10:00
parent 66fe80f39b
commit 47a7ea8c86
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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