diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-10 15:52:35 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-10 15:52:35 +0200 |
commit | 9c754c4542066bbdf608738b36cf8878dbfd61d6 (patch) | |
tree | 66446d181a8c351b74e4208c59969f8eb91b342b /runtime/spell/pt | |
parent | 06a108f34ccfffcf21481aad7743717672f2fd56 (diff) | |
download | vim-9c754c4542066bbdf608738b36cf8878dbfd61d6.zip |
Update spell files for Ubuntu locale names.
Diffstat (limited to 'runtime/spell/pt')
-rw-r--r-- | runtime/spell/pt/main.aap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/spell/pt/main.aap b/runtime/spell/pt/main.aap index 3d08faf6d..751fb9527 100644 --- a/runtime/spell/pt/main.aap +++ b/runtime/spell/pt/main.aap @@ -29,7 +29,7 @@ all: $SPELLDIR/pt.latin1.spl $SPELLDIR/pt.utf-8.spl \ ../README_pt.txt $SPELLDIR/pt.latin1.spl : $FILES - :sys env LANG=pt_PT.ISO8859-1 LC_ALL=pt_PT.ISO8859-1 + :sys env LANG=pt_PT.ISO-8859-1 LC_ALL=pt_PT.ISO-8859-1 $VIM -u NONE -e -c "mkspell! $SPELLDIR/pt pt_PT pt_BR" -c q $SPELLDIR/pt.utf-8.spl : $FILES |