From f044e23a60fa7e3346bd6125444d2c5e4846c158 Mon Sep 17 00:00:00 2001 From: Giovanni Scafora Date: Sat, 31 Mar 2007 20:07:37 -0400 Subject: 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 --- scripts/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/.gitignore (limited to 'scripts/.gitignore') diff --git a/scripts/.gitignore b/scripts/.gitignore new file mode 100644 index 00000000..f12acb9a --- /dev/null +++ b/scripts/.gitignore @@ -0,0 +1 @@ +makepkg -- cgit v1.2.3-24-g4f1b