1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/po/POTFILES.in
Dan McGee b5f8a44beb Move scripts from *.in to *.sh.in so gettext can determine type
If we move the scripts from *.in to *.sh.in and *.py.in, gettext can pull the
required strings to translate a whole lot easier. Do this.

Signed-off-by: Dan McGee <dan@archlinux.org>
2007-07-06 18:43:24 -04:00

23 lines
478 B
Plaintext

# List of source files with translatable strings
# pacman frontend source files
src/pacman/add.c
src/pacman/callback.c
src/pacman/conf.c
src/pacman/deptest.c
src/pacman/package.c
src/pacman/pacman.c
src/pacman/query.c
src/pacman/remove.c
src/pacman/sync.c
src/pacman/util.c
# scripts with gettext translations
scripts/abs.sh.in
scripts/gensync.sh.in
scripts/makepkg.sh.in
scripts/pacman-optimize.sh.in
scripts/repo-add.sh.in
scripts/repo-remove.sh.in
scripts/updatesync.sh.in