summaryrefslogtreecommitdiffstats
path: root/ru_RU
Commit message (Collapse)AuthorAgeFilesLines
* Fix "invalid escape sequence \w" Python exceptionsStephan Bergmann2020-07-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | (Like > Python exception: <class 'SyntaxError'>: invalid escape sequence \w (lightproof_impl_en.py, line 126), traceback follows > File "instdir/program/pythonloader.py", line 133, in activate > mod = self.getModuleFromUrl( locationUrl ) > File "instdir/program/pythonloader.py", line 101, in getModuleFromUrl > exec(codeobject, mod.__dict__) > File "instdir/share/extensions/dict-en/Lightproof.py", line 6, in <module> > from lightproof_impl_en import locales > File "instdir/program/uno.py", line 345, in _uno_import > return _builtin_import(name, *optargs, **kwargs) I noticed e.g. during UITest_writer_tests3.) Appears those suspicious escapes were present ever since 2214a3731aaffc4a51d1c712dbee553a0ba35af0 "Hungarian sentence checking", 95445a70a29c6a1166a19f483566f2c9cfc7563b "English sentence checking", and c9cdf3fb4752e8b0c641a3aff15d554135beb0e7 "Add Russian grammar checking + update English and Hungarian". Change-Id: Ia2af7e0adb00b4737b22d460dd75fa47a4ae70d5 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/99047 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
* Add merged Russian thesaurusYakov Reztsov2020-06-154-2020/+17872
| | | | | | | | | | from https://github.com/yakovru/MergedRuThesaurus Change-Id: I14047196dbe5aef4191d5a2e5aeaa4af240db610 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/96219 Reviewed-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
* Converted Russian dictionaries from KOI8-R to UTF-8Ilia Sheshukov2020-06-043-151727/+151727
| | | | | | | Change-Id: Id2ecf90b5bb0adb5c620916aec3527c4ef851237 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/95515 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* Related: tdf#121610 Do dictionary option titles Title Casesabri unal2018-12-161-1/+1
| | | | | | | Change-Id: I3ab12669bec1265ad06288a122661c5b77733e1b Reviewed-on: https://gerrit.libreoffice.org/64916 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* typo: Typographica -> TypographicalAndras Timar2018-10-311-1/+1
| | | | Change-Id: I9e9dc28dcb27ec466a5beecb1141f82489c803b1
* Lightproof: do not return invalid nBehindEndOfSentencePositionMichael Stahl2015-05-221-1/+1
| | | | | | Copy bugfix to localized Lightproof.py Change-Id: I7a27492a26e3bd18ba2c6a4a299039c2ded38e53
* Lightproof: restore paragraph based proofreadingOlivier R2014-08-221-0/+6
| | | | | | | | | | | Instead of the sentences suggested by the incomplete sentence boundary detection of LibreOffice (enabled in version 4), Lightproof works on full paragraph text again, allowing more precise analysis of the text. See http://nabble.documentfoundation.org/Grammar-checker-Undocumented-change-in-the-API-for-LO-4-td4030639.html Change-Id: Ifc967e5b3f27da5b0edeebdb73b8f0b97c938280
* update Russian proofreading rulesYakov Reztsov2014-08-224-8/+9
| | | | Change-Id: Iedc3af5671241a6e9202916c0a813f0f91303e8f
* Fix passiv'ization of Lightproof.py UNO componentsStephan Bergmann2013-04-293-4/+22
| | | | | | ...and some light clean up. Change-Id: I33da2fa452557d9c8c22419fafdc9d221859c320
* put sentence/grammar checker options under Language SettingsAndras Timar2013-04-141-25/+21
| | | | Change-Id: Ic05b4162c64f2eff43cb9dc88b282934a6fd2ce3
* fdo#60139: Rename bundled extensions's Lightproof service implementation namesStephan Bergmann2013-02-085-7/+7
| | | | | | | ... from org.openoffice.comp.pyuno.Lightproof... to org.libreoffice.comp.pyuno.Lightproof... (and increment the corresponding extensions' version numbers) to avoid clashes with any freestanding Lightproof extension.
* fdo#59371 update version number of ru dictionary to the date of last changeAndras Timar2013-01-151-1/+1
| | | | Change-Id: I1722c0c701f388020819392f8b9782d5023a2874
* Python 3 port of ru-RU grammar checkerlibreoffice-4-0-branch-pointLászló Németh2012-12-031-2/+1
|
* drop stray delzip filesDavid Tardon2012-10-241-0/+0
| | | | Change-Id: I235d23248469b760da69983575dfcd73431757d4
* gbuild: let ExtensionTarget expect manifest below META-INFMichael Stahl2012-10-231-0/+0
| | | | ... adapt dictionaries to that.
* move dictionaries structure one directory upNorbert Thiebaud2012-10-1623-0/+174238
Change-Id: I70388bf6b95d8692cc6f25fc5a9c7baf3a675710