summaryrefslogtreecommitdiffstats
path: root/runtime/spell/la
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-10 15:52:35 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-10 15:52:35 +0200
commit9c754c4542066bbdf608738b36cf8878dbfd61d6 (patch)
tree66446d181a8c351b74e4208c59969f8eb91b342b /runtime/spell/la
parent06a108f34ccfffcf21481aad7743717672f2fd56 (diff)
Update spell files for Ubuntu locale names.
Diffstat (limited to 'runtime/spell/la')
-rw-r--r--runtime/spell/la/main.aap5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/spell/la/main.aap b/runtime/spell/la/main.aap
index 0cf1d8ab3a..d9815850bb 100644
--- a/runtime/spell/la/main.aap
+++ b/runtime/spell/la/main.aap
@@ -11,8 +11,11 @@ FILES = la.aff la.dic
all: $SPELLDIR/la.latin1.spl $SPELLDIR/la.utf-8.spl ../README_la.txt
+# NOTE: the la_LN.ISO-8859-1 locale is not available on Ubuntu.
+# Use the English one instead.
+
$SPELLDIR/la.latin1.spl : $FILES
- :sys env LANG=la_LN.ISO8859-1
+ :sys env LANG=en_US.ISO-8859-1
$VIM -u NONE -e -c "mkspell! $SPELLDIR/la la" -c q
$SPELLDIR/la.utf-8.spl : $FILES