* languages: remove country code from farsi definition, since the aspell dictionary doesn't use it either (fix bug 7171).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36859 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2010-12-13 07:17:20 +00:00
parent de66357069
commit 221d898a32
2 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,7 @@ english english "English" false iso8859-15 en_US ""
esperanto esperanto "Esperanto" false iso8859-3 eo ""
estonian estonian "Estonian" false iso8859-15 et_EE ""
# the definitions are only used due to bugs in the arabi-package - remove them if they become unnecessary!
farsi farsi "Farsi" true utf8 fa_IR "\DeclareTextSymbol{\guillemotright}{LFE}{62}\DeclareTextSymbol{\guillemotleft}{LFE}{60}"
farsi farsi "Farsi" true utf8 fa "\DeclareTextSymbol{\guillemotright}{LFE}{62}\DeclareTextSymbol{\guillemotleft}{LFE}{60}"
finnish finnish "Finnish" false iso8859-15 fi_FI ""
# We redefine \og and \fg (guillemets) for older french language definitions
french french "French" false iso8859-15 fr_FR "\addto\extrasfrench{\providecommand{\og}{\leavevmode\flqq~}\providecommand{\fg}{\ifdim\lastskip>\z@\unskip\fi~\frqq}}"

View File

@ -112,6 +112,8 @@ What's new
- In the table dialog, disable the column width and column alignment when
there is a LaTeX argument (bug 3517).
- Fix aspell spellchecking with Farsi (bug 7171).
* DOCUMENTATION AND LOCALIZATION