summaryrefslogtreecommitdiffstats
path: root/extras/source/autocorr/lang/nl-BE
Commit message (Collapse)AuthorAgeFilesLines
* tdf#97191 fix emoji correction conflict with time formatLászló Németh2016-09-101-24/+0
| | | | | | | | | | | | | | | | by removing the bad patterns from DocumentList.xmls, and adding "h" to the end of the bad en-US emoji short names, (separated by a space according to the orthography): :1 h: instead of :1:, :10 h: instead of :10: etc. Also complete the fix for tdf#93233, removing the :1:30:-like (never working) patterns. Change-Id: Ia39e1f0d5fdbf686713c6deacf2a56e0beb8b42b Reviewed-on: https://gerrit.libreoffice.org/28756 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: László Németh <nemeth@numbertext.org>
* add localized Emoji short namesLászló Németh2015-07-161-0/+1126
| | | | Change-Id: I023dc4200f93f61cb58f96931a8073ad3838d3d9
* fdo#83037 fix autocorrect collisions of short and long ASCII arrowsLászló Németh2014-08-261-2/+2
| | | | | | | | | | | | | | Now single --> character sequences will be replaced with single arrows again, not with a dash plus arrow: --> -> → Only the short variants will be replaced within words: File->Open -> File→ Open File-->Open -> File-→ Open Change-Id: Idf58f96cd3299799bcb2be0f86c0ebe8937c70ae
* fdo#81571 autocorrect doesn't need space before (c), (r), (tm)...László Németh2014-08-011-8/+8
| | | | | | Also ->, -->, <-, <-- arrows are replaced within text, eg. A->B->C Change-Id: I4abf804d3e9c6b2b06ed3cb274a1919346e06573
* Move AutoCorrection files to extras/source/autocorrLaurent Balland-Poirier2014-06-046-0/+260
Move all files concerning AutoCorrection from extras/source/autotext/lang/{lang}/acor to extras/source/autocorr/lang/{lang} Update CustomTarget_autocorr.mk and Package_autocorr.mk Add missing mimetype files (hr, ja, ko, zh-CN and zh-TW) Change-Id: Ic33575d0ce9df294e8a809f7e1605238aaa55ec3 Reviewed-on: https://gerrit.libreoffice.org/9599 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>