diff options
author | László Németh <nemeth@numbertext.org> | 2018-05-28 16:35:19 +0200 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2018-05-31 08:41:10 +0200 |
commit | ae50762741a967a20bae9f39f1f8f7aa7dd4e763 (patch) | |
tree | 4ba2db95ac0eb8bd02c01f908518abb343a5189b /offapi/com/sun | |
parent | 8b0ded99e5f8d71c9b763db264ac445b5f665234 (diff) |
libnumbertext: update to 1.0 beta 3
– new Bulgarian and Icelandic language support
– fixes of language data based on libreoffice-l10n's patches
and feedback (see ChangeLog in the external package for details)
Change-Id: I98598747c8b4e8e7fba380998c6ebbc1f63fef2e
Reviewed-on: https://gerrit.libreoffice.org/54936
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'offapi/com/sun')
-rw-r--r-- | offapi/com/sun/star/linguistic2/XNumberText.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/offapi/com/sun/star/linguistic2/XNumberText.idl b/offapi/com/sun/star/linguistic2/XNumberText.idl index 4d0311323b1f..43a0935ae230 100644 --- a/offapi/com/sun/star/linguistic2/XNumberText.idl +++ b/offapi/com/sun/star/linguistic2/XNumberText.idl @@ -31,6 +31,7 @@ module com { module sun { module star { module linguistic2 { <p> The current set of supported languages is: <ul> <li>af : Afrikaans</li> + <li>bg : Bulgarian</li> <li>ca : Catalan</li> <li>cs : Czech</li> <li>da : Danish</li> @@ -54,6 +55,7 @@ module com { module sun { module star { module linguistic2 { <li>hu : Hungarian</li> <li>Hung : Old Hungarian</li> <li>id : Indonesian</li> + <li>is : Icelandic</li> <li>it : Italian</li> <li>ja : Japanese</li> <li>ko-KP : North-Korean</li> |