diff options
author | László Németh <nemeth@numbertext.org> | 2018-10-09 15:24:58 +0200 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2018-10-16 16:13:29 +0200 |
commit | 469e3b5d9f0d4b118ca9237b79401a2b1152eb7d (patch) | |
tree | 8f0439c029336ae1fed1a9ceaadf9108802c8626 /offapi/com | |
parent | f0ca3ee62dce657293c85764931b0f5183a292c4 (diff) |
bump to libnumbertext 1.0.5
with Estonian support and language fixes. Extend offapi also with
the missing Albanian, Galician, Norwegian, (Bokmål, Nynorsk) and
Ukrainian.
Change-Id: Icf471ade0b9d3f3989469bb33cfb323dcc474106
Reviewed-on: https://gerrit.libreoffice.org/61590
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/linguistic2/XNumberText.idl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/offapi/com/sun/star/linguistic2/XNumberText.idl b/offapi/com/sun/star/linguistic2/XNumberText.idl index 43a0935ae230..0c304acebb1c 100644 --- a/offapi/com/sun/star/linguistic2/XNumberText.idl +++ b/offapi/com/sun/star/linguistic2/XNumberText.idl @@ -46,10 +46,12 @@ module com { module sun { module star { module linguistic2 { <li>en-NZ : New Zealand English</li> <li>eo : Esperanto</li> <li>es : Spanish</li> + <li>et : Estonian</li> <li>fi : Finnish</li> <li>fr : French</li> <li>fr-BE : Belgian French</li> <li>fr-CH : Swiss French</li> + <li>gl : Galician</li> <li>he : Hebrew</li> <li>hr : Croatian</li> <li>hu : Hungarian</li> @@ -64,7 +66,10 @@ module com { module sun { module star { module linguistic2 { <li>lt : Lithuanian</li> <li>lv : Latvian</li> <li>ms : Malay</li> + <li>nb : Bokmål (Norwegian)</li> <li>nl : Dutch</li> + <li>nn : Nynorsk (Norwegian)</li> + <li>no : Norwegian (Bokmål)</li> <li>pl : Polish</li> <li>pt-BR : Portuguese (Brasilian)</li> <li>pt-PT : Portuguese (Portugal)</li> @@ -73,11 +78,13 @@ module com { module sun { module star { module linguistic2 { <li>ru : Russian</li> <li>sh : Serbian (written with latin characters)</li> <li>sl : Slovenian</li> + <li>sq : Albanian</li> <li>sr : Serbian (written with cyrillic characters) (added with OOo 3.4)</li> <li>Suzhou : Suzhou numerals</li> <li>sv : Swedish</li> <li>th : Thai</li> <li>tr : Turkish</li> + <li>uk : Ukrainian</li> <li>vi : Vietnamese</li> <li>zh : Chinese</li> </ul> |