From 9c754c4542066bbdf608738b36cf8878dbfd61d6 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 10 Jul 2010 15:52:35 +0200 Subject: Update spell files for Ubuntu locale names. --- runtime/spell/nn/main.aap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/spell/nn/main.aap') diff --git a/runtime/spell/nn/main.aap b/runtime/spell/nn/main.aap index da71b209a9..efb0812a4c 100644 --- a/runtime/spell/nn/main.aap +++ b/runtime/spell/nn/main.aap @@ -12,11 +12,11 @@ FILES = nn_NO.aff nn_NO.dic all: $SPELLDIR/nn.latin1.spl $SPELLDIR/nn.utf-8.spl ../README_nn.txt $SPELLDIR/nn.latin1.spl : $FILES - :sys env LANG=no_NO.ISO8859-1 + :sys env LANG=nb_NO.ISO-8859-1 $VIM -u NONE -e -c "mkspell! $SPELLDIR/nn nn_NO" -c q $SPELLDIR/nn.utf-8.spl : $FILES - :sys env LANG=no_NO.UTF-8 + :sys env LANG=nb_NO.UTF-8 $VIM -u NONE -e -c "mkspell! $SPELLDIR/nn nn_NO" -c q ../README_nn.txt : README_nn_NO.txt -- cgit v1.2.3