summaryrefslogtreecommitdiffstats
path: root/extras/source/autocorr/lang/it
Commit message (Collapse)AuthorAgeFilesLines
* update emoji autocorrect files from po-filesChristian Lohmaier2016-11-231-0/+12
| | | | Change-Id: Iac50196233f1d99eea4f5adcb57b576cbab018b1
* delete emoji autocorrect entries that conflict with entering timeChristian Lohmaier2016-10-131-12/+0
| | | | | | | | | | | entering 9:10:23 would trigger unwanted replacement of the :10: in the middle by a clockface.. fixes the partial (and accidental) revert of 681d5fd37e469491268d40147c621187dc6f4b95 done by the last update of the emojis in b36479dab027473b6a17d6a729e9d924ae24c4f1 Change-Id: Icb70f2df90e573043fb60f5c4c7cd5f74f61b71b
* update emoji autocorrect files from po-filesChristian Lohmaier2016-10-111-0/+12
| | | | Change-Id: I76aab4dd7d43d8c3fd7e452891303fa861a5bd21
* tdf#97191 fix emoji correction conflict with time formatLászló Németh2016-09-101-12/+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>
* update emoji autocorrect files from po-filesChristian Lohmaier2016-05-261-1/+1
| | | | Change-Id: I61d30e9b44089e97c7732d651a43b7b9999eb901
* update emoji autocorrect files from po-filesChristian Lohmaier2016-04-211-1/+1
| | | | Change-Id: Ie1209b68ab4d420934e8cdbc7ad7be5f0190f20c
* update emoji autocorrect files from po-filesRobinson Tryon2015-11-251-1/+1
| | | | Change-Id: I1c58da68525ccfe8726a07e40dd8c7db89616580
* update emoji autocorrect entries from po-filesChristian Lohmaier2015-09-031-12/+12
| | | | Change-Id: I92b5d2f0c66541735a1c186d3c35c9a8390c91ca
* update emoji autocorrect entries from po-filesChristian Lohmaier2015-07-241-3/+594
| | | | Change-Id: I0d97689ec299dfb4e6400eee40d85b5abea1ab11
* add localized Emoji short namesLászló Németh2015-07-161-0/+565
| | | | 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/+226
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>