mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
remove badly supported languages
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8307 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2411e28b74
commit
2f13951e87
@ -1,3 +1,8 @@
|
||||
2003-12-30 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* configure.ac (ALL_LINGUAS):
|
||||
* configure.in (ALL_LINGUAS): remove poorly supported languages
|
||||
|
||||
2003-09-26 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* configure.in (VERSION):
|
||||
|
@ -18,9 +18,9 @@ LYX_VERSION_SUFFIX
|
||||
|
||||
AM_INIT_AUTOMAKE($lyxname, $VERSION)
|
||||
|
||||
# The list of languages known to LyX
|
||||
# This is needed by GNU gettext
|
||||
ALL_LINGUAS="bg ca cs da de es eu fi fr he hu it nl nn no pl pt ro ru sk sl sv tr wa"
|
||||
# The list of languages known to LyX (actually we only include the languages
|
||||
# that are complete enough to be useful). This is needed by GNU gettext
|
||||
ALL_LINGUAS="da de es eu fi fr it nl nn no pl ro ru sk sl"
|
||||
|
||||
# fix the value of the prefixes.
|
||||
test "x$prefix" = xNONE && prefix=$ac_default_prefix
|
||||
|
@ -18,9 +18,9 @@ LYX_VERSION_SUFFIX
|
||||
|
||||
AM_INIT_AUTOMAKE($lyxname, $VERSION)
|
||||
|
||||
# The list of languages known to LyX
|
||||
# This is needed by GNU gettext
|
||||
ALL_LINGUAS="bg ca cs da de es eu fi fr he hu it nl nn no pl pt ro ru sk sl sv tr wa"
|
||||
# The list of languages known to LyX (actually we only include the languages
|
||||
# that are complete enough to be useful). This is needed by GNU gettext
|
||||
ALL_LINGUAS="da de es eu fi fr it nl nn no pl ro ru sk sl"
|
||||
|
||||
# fix the value of the prefixes.
|
||||
test "x$prefix" = xNONE && prefix=$ac_default_prefix
|
||||
|
@ -44,6 +44,10 @@ What's new
|
||||
- update basque, danish, finnish, german, italian, nynorsk, romanian
|
||||
and slovenian interface localizations
|
||||
|
||||
- remove localization for the following languages, since they were too
|
||||
incomplete to be useful: bulgarian, catalan, czech, hebrew,
|
||||
hungarian, portuguese, swedish, turkish, walloon
|
||||
|
||||
** Bug fixes
|
||||
|
||||
- fix crash when saving file containing a table (only with some
|
||||
|
Loading…
Reference in New Issue
Block a user