Change hunspell->correction in updates
This commit is contained in:
parent
94776f06b3
commit
19f814261c
@ -76,7 +76,7 @@ Ctrl - продолжить выделять</translation>
|
|||||||
<translation>Последний результат был скопирован в буфер обмена.</translation>
|
<translation>Последний результат был скопирован в буфер обмена.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/service/singleapplication.cpp" line="25"/>
|
<location filename="../../src/service/singleapplication.cpp" line="27"/>
|
||||||
<source>Another instance is running. Lock file is busy.</source>
|
<source>Another instance is running. Lock file is busy.</source>
|
||||||
<translation>Другой экземпляр уже запущен. Файл блокировки занят.</translation>
|
<translation>Другой экземпляр уже запущен. Файл блокировки занят.</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -607,8 +607,8 @@ Ctrl - продолжить выделять</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/manager.cpp" line="44"/>
|
<location filename="../../src/manager.cpp" line="44"/>
|
||||||
<source>hunspell</source>
|
<source>correction</source>
|
||||||
<translation>hunspell</translation>
|
<translation>коррекция</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/manager.cpp" line="45"/>
|
<location filename="../../src/manager.cpp" line="45"/>
|
||||||
|
@ -77,7 +77,7 @@ for d in it:
|
|||||||
files[lang] = [aff, dic]
|
files[lang] = [aff, dic]
|
||||||
|
|
||||||
|
|
||||||
print(',"hunspell": {')
|
print(',"correction": {')
|
||||||
comma = ''
|
comma = ''
|
||||||
unknown_names = []
|
unknown_names = []
|
||||||
for lang in sorted(files.keys()):
|
for lang in sorted(files.keys()):
|
||||||
|
@ -41,7 +41,7 @@ Manager::Manager()
|
|||||||
// updater components
|
// updater components
|
||||||
(void)QT_TRANSLATE_NOOP("QObject", "app");
|
(void)QT_TRANSLATE_NOOP("QObject", "app");
|
||||||
(void)QT_TRANSLATE_NOOP("QObject", "recognizers");
|
(void)QT_TRANSLATE_NOOP("QObject", "recognizers");
|
||||||
(void)QT_TRANSLATE_NOOP("QObject", "hunspell");
|
(void)QT_TRANSLATE_NOOP("QObject", "correction");
|
||||||
(void)QT_TRANSLATE_NOOP("QObject", "translators");
|
(void)QT_TRANSLATE_NOOP("QObject", "translators");
|
||||||
|
|
||||||
tray_ = std::make_unique<TrayIcon>(*this, *settings_);
|
tray_ = std::make_unique<TrayIcon>(*this, *settings_);
|
||||||
|
@ -385,7 +385,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
,"hunspell": {
|
,"correction": {
|
||||||
"Afrikaans":{"files":[
|
"Afrikaans":{"files":[
|
||||||
{"url":["https://cgit.freedesktop.org/libreoffice/dictionaries/plain/af_ZA/af_ZA.aff","https://translator.gres.biz/resources/dictionaries/af_ZA/af_ZA.aff.zip"], "path":"$hunspell$/af/af_ZA.aff", "date":"2020-03-17T12:21:16+01:00", "size":5027}
|
{"url":["https://cgit.freedesktop.org/libreoffice/dictionaries/plain/af_ZA/af_ZA.aff","https://translator.gres.biz/resources/dictionaries/af_ZA/af_ZA.aff.zip"], "path":"$hunspell$/af/af_ZA.aff", "date":"2020-03-17T12:21:16+01:00", "size":5027}
|
||||||
,{"url":["https://cgit.freedesktop.org/libreoffice/dictionaries/plain/af_ZA/af_ZA.dic","https://translator.gres.biz/resources/dictionaries/af_ZA/af_ZA.dic.zip"], "path":"$hunspell$/af/af_ZA.dic", "date":"2020-03-17T12:21:16+01:00", "size":1262203}
|
,{"url":["https://cgit.freedesktop.org/libreoffice/dictionaries/plain/af_ZA/af_ZA.dic","https://translator.gres.biz/resources/dictionaries/af_ZA/af_ZA.dic.zip"], "path":"$hunspell$/af/af_ZA.dic", "date":"2020-03-17T12:21:16+01:00", "size":1262203}
|
||||||
|
Loading…
Reference in New Issue
Block a user