1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/po/POTFILES.in
Dan McGee a1dfa8e61f Combine repo-add and repo-remove into one script
They shared about 75% of their code, so there is no real reason we should
maintain them separately. Merge the differences accordingly and add a check
based on the basename of the command used to decide what behavior to follow.

Signed-off-by: Dan McGee <dan@archlinux.org>
2008-06-14 11:31:18 -05:00

19 lines
391 B
Plaintext

# List of source files with translatable strings
# pacman frontend source files
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/upgrade.c
src/pacman/util.c
# scripts with gettext translations
scripts/makepkg.sh.in
scripts/pacman-optimize.sh.in
scripts/repo-add.sh.in