Change hunspell->correction in updates
This commit is contained in:
parent
94776f06b3
commit
19f814261c
@ -76,7 +76,7 @@ Ctrl - продолжить выделять</translation>
|
||||
<translation>Последний результат был скопирован в буфер обмена.</translation>
|
||||
</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>
|
||||
<translation>Другой экземпляр уже запущен. Файл блокировки занят.</translation>
|
||||
</message>
|
||||
@ -607,8 +607,8 @@ Ctrl - продолжить выделять</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/manager.cpp" line="44"/>
|
||||
<source>hunspell</source>
|
||||
<translation>hunspell</translation>
|
||||
<source>correction</source>
|
||||
<translation>коррекция</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/manager.cpp" line="45"/>
|
||||
|
@ -77,7 +77,7 @@ for d in it:
|
||||
files[lang] = [aff, dic]
|
||||
|
||||
|
||||
print(',"hunspell": {')
|
||||
print(',"correction": {')
|
||||
comma = ''
|
||||
unknown_names = []
|
||||
for lang in sorted(files.keys()):
|
||||
|
@ -41,7 +41,7 @@ Manager::Manager()
|
||||
// updater components
|
||||
(void)QT_TRANSLATE_NOOP("QObject", "app");
|
||||
(void)QT_TRANSLATE_NOOP("QObject", "recognizers");
|
||||
(void)QT_TRANSLATE_NOOP("QObject", "hunspell");
|
||||
(void)QT_TRANSLATE_NOOP("QObject", "correction");
|
||||
(void)QT_TRANSLATE_NOOP("QObject", "translators");
|
||||
|
||||
tray_ = std::make_unique<TrayIcon>(*this, *settings_);
|
||||
|
@ -385,7 +385,7 @@
|
||||
|
||||
|
||||
|
||||
,"hunspell": {
|
||||
,"correction": {
|
||||
"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.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