diff options
author | Giovanni Scafora <linuxmania@gmail.com> | 2007-03-31 20:07:37 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-03-31 20:30:35 -0400 |
commit | f044e23a60fa7e3346bd6125444d2c5e4846c158 (patch) | |
tree | c9bd860662a0322d218720cede74f28d060b4f77 /scripts/.gitignore | |
parent | 583b4b10a3ba273110e0d8dd3be5feca575c1d52 (diff) | |
download | pacman-f044e23a60fa7e3346bd6125444d2c5e4846c158.tar.xz |
Gettext support in makepkg
Add gettext support to makepkg. Still to do- figure out for sure what
textdomain the translations should go in (perhaps share with pacman?), and
ensure this doesn't break anything.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/.gitignore')
-rw-r--r-- | scripts/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/.gitignore b/scripts/.gitignore new file mode 100644 index 00000000..f12acb9a --- /dev/null +++ b/scripts/.gitignore @@ -0,0 +1 @@ +makepkg |