mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
add support for naustrian; fix locale for austrian
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@13725 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9e40cf69f7
commit
46173d31e5
@ -1,3 +1,7 @@
|
||||
2006-04-24 Bernhard Reiter <ockham@gmx.net>
|
||||
|
||||
* languages: add naustrian; fix locale for austrian.
|
||||
|
||||
2006-04-24 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* examples/hu_example_raw.lyx:
|
||||
|
@ -2,7 +2,8 @@
|
||||
afrikaans afrikaans "Afrikaans" false iso8859-1 af_ZA ""
|
||||
american american "American" false iso8859-1 en_US ""
|
||||
arabic arabic "Arabic" true iso8859-6 ar_SA ""
|
||||
austrian austrian "Austrian" false iso8859-1 de_AU ""
|
||||
austrian austrian "Austrian" false iso8859-1 de_AT ""
|
||||
naustrian naustrian "Austrian (new spelling)" false iso8859-1 de_AT ""
|
||||
bahasa bahasa "Bahasa" false iso8859-1 in_ID ""
|
||||
belarusian belarusian "Belarusian" false cp1251 be_BY ""
|
||||
basque basque "Basque" false iso8859-1 eu_ES ""
|
||||
|
@ -24,6 +24,8 @@ What's new
|
||||
- Update translations for German (User Guide, Extended Features) and
|
||||
Hungarian (Introduction, splash document, new tutorial examples).
|
||||
|
||||
- add support for Austrian (new spelling) as document language.
|
||||
|
||||
** Bug fixes
|
||||
|
||||
* Document input/output:
|
||||
|
Loading…
Reference in New Issue
Block a user