Hungarian grammar checking rules v1.6.4

Check reference fields with articles and affixes.

Note: fields (except footnote numbers) are expanded
again for grammar checking and expanded content has got
an initial ZWSP character for more precise proofreading rules,
see commit aab440c768b64b9d2ffa72223b6d843a84c2d061.

Change-Id: I27b3075015335bbb72ddb5b234fd48b661ba6e80
Reviewed-on: https://gerrit.libreoffice.org/51279
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
This commit is contained in:
László Németh
2018-03-14 15:21:05 +01:00
committed by Andras Timar
parent 3bc3ffdb0b
commit c8e86617a7
4 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
Hungarian sentence checker for LibreOffice, version 1.6.3
Hungarian sentence checker for LibreOffice, version 1.6.4
see git://anongit.freedesktop.org/libreoffice/lightproof
2009-2018 (c) László Németh, license: MPL 1.1 / GPLv3+ / LGPLv3+

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<description xmlns="http://openoffice.org/extensions/description/2006" xmlns:d="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink">
<version value="2018.03.09" />
<version value="2018.03.14" />
<identifier value="org.libreoffice.hu.hunspell.dictionaries" />
<display-name>
<name lang="en-US">Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker</name>

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@ from com.sun.star.beans import PropertyValue
pkg = "hu_HU"
lang = "hu_HU"
locales = {'hu-HU': ['hu', 'HU', '']}
version = "1.6.3"
version = "1.6.4"
author = "László Németh"
name = "Lightproof grammar checker (magyar)"