mirror of
https://github.com/LibreOffice/dictionaries.git
synced 2025-07-21 23:37:53 +00:00
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:

committed by
Andras Timar

parent
3bc3ffdb0b
commit
c8e86617a7
@ -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+
|
||||
|
@ -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
@ -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)"
|
||||
|
||||
|
Reference in New Issue
Block a user