aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-04 23:01:24 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-04 23:01:24 +1000
commit64084863368177a8569b78fbc3d93413ceee0b81 (patch)
tree77adfdb079050bdc58f43caafdd59f715d3426d3
parentec43c635cc65145dc4c36b4b284b86119534533e (diff)
Minor fixes to i18n
darcs-hash:20060104130124-ac50b-3a629986f1a2ddf168d2f13184a6c222ccbc4889.gz
-rw-r--r--fish.spec.in2
-rw-r--r--parser.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/fish.spec.in b/fish.spec.in
index 97d7e29d..3805404f 100644
--- a/fish.spec.in
+++ b/fish.spec.in
@@ -67,7 +67,7 @@ fi
%config %_sysconfdir/fish.d/fish_*.fish
%dir %_sysconfdir/fish.d/completions
%config %_sysconfdir/fish.d/completions/*.fish
-%_datadir/locale/*/fish.cat
+%_datadir/locale/*/LC_MESSAGES/fish.mo
%changelog
* Tue Nov 29 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.17.0-0
diff --git a/parser.c b/parser.c
index 0e2f9dae..64f68f3a 100644
--- a/parser.c
+++ b/parser.c
@@ -36,7 +36,6 @@ The fish parser. Contains functions for parsing code.
#include "env_universal.h"
#include "event.h"
#include "translate.h"
-#include "msgnrs.h"
/** Length of the lineinfo string used for describing the current tokenizer position */
#define LINEINFO_SIZE 128