mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-02 00:25:07 -04:00
b5f8a44beb
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>
23 lines
478 B
Plaintext
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
|