Minor fixes to i18n

darcs-hash:20060104130124-ac50b-3a629986f1a2ddf168d2f13184a6c222ccbc4889.gz
This commit is contained in:
axel 2006-01-04 23:01:24 +10:00
parent ec43c635cc
commit 6408486336
2 changed files with 1 additions and 2 deletions

View file

@ -67,7 +67,7 @@ fi
%config %_sysconfdir/fish.d/fish_*.fish %config %_sysconfdir/fish.d/fish_*.fish
%dir %_sysconfdir/fish.d/completions %dir %_sysconfdir/fish.d/completions
%config %_sysconfdir/fish.d/completions/*.fish %config %_sysconfdir/fish.d/completions/*.fish
%_datadir/locale/*/fish.cat %_datadir/locale/*/LC_MESSAGES/fish.mo
%changelog %changelog
* Tue Nov 29 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.17.0-0 * Tue Nov 29 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.17.0-0

View file

@ -36,7 +36,6 @@ The fish parser. Contains functions for parsing code.
#include "env_universal.h" #include "env_universal.h"
#include "event.h" #include "event.h"
#include "translate.h" #include "translate.h"
#include "msgnrs.h"
/** Length of the lineinfo string used for describing the current tokenizer position */ /** Length of the lineinfo string used for describing the current tokenizer position */
#define LINEINFO_SIZE 128 #define LINEINFO_SIZE 128