Skip to content

Commit

Permalink
v.0.9.111
Browse files Browse the repository at this point in the history
  • Loading branch information
mbykov committed Sep 17, 2019
1 parent 6d97539 commit 0ffc5b8
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/app.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/background.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.9.110",
"version": "0.9.111",
"name": "biblos.js" ,
"productName": "Biblos.js",
"description": "Biblos, a.k.a Morpheus for Ancient Greek based on CouchDB && Electron.js",
Expand Down
4 changes: 2 additions & 2 deletions src/lib/remote.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { app } = require('electron').remote
import { q, qs, empty, create, remove, span, p, div, getCoords, placePopup, insertAfter } from '../lib/utils'
const settings = require('electron').remote.require('electron-settings')
import { config } from '../app.config'
import path from "path";
import path from "path"
import { antrax, checkConnection, readDictionary } from 'antrax'
// import { antrax, checkConnection, delDictionary } from '/home/michael/a/loigos'
// import { getCfg, installDBs } from '/home/michael/a/loigos/src/lib/pouch'
Expand Down Expand Up @@ -57,7 +57,7 @@ if (!cfg || !cfg.length) {
export function initDBs(cfg) {
let active = _.filter(cfg, dict=> { return dict.active })
let dnames = active.map(dict=> { return dict.dname })
log('____check conn:', dnames)
// log('____check conn:', dnames)
checkConnection(upath, dnames)
}

Expand Down
2 changes: 1 addition & 1 deletion src/sections/deu/code.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### code:
Biblos.js: <span class="external">https://github.com/mbykov/biblos.js</span></p>
#### herunterladen::
#### herunterladen:
Pakete für Windows, MacOS, Ubuntu, Fedora::</p>
<p class="external">https://github.com/mbykov/biblos.js/releases/latest</p>
2 changes: 1 addition & 1 deletion src/sections/deu/localdict-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ein Wörterbuch für den aktuellen Text. Nomina und Verben werden definiert, Sie

**Verwenden Sie das Kontextmenü** oder:

Erstellen <span data-createlocalchunk="local-chunk" class="link">Sie ein teilweises lokales Wörterbuch</span> für Nomina und Verben aus dem aktuellen Text. Auch **Ctrl-D**
Erstellen <span data-createlocalchunk="local-chunk" class="link">Sie ein teilweises lokales Wörterbuch</span> für Nomina und Verben aus dem aktuellen Text. Auch **Strg-D**

<span data-localdictfull="local-dict-full" class="link">Sie vollständiges lokales Wörterbuch.</span>. Auch **Strg-Umschalt-D**

Expand Down
Empty file removed src/sections/deu/tmp.txt
Empty file.
4 changes: 2 additions & 2 deletions src/sections/rus/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

&nbsp;

в начале работы Морфей имеет только несколько словарей, Wiktionary, Terms и LSJ.
в начале работы Морфей имеет несколько словарей, Wiktionary, Terms, LSJ, словарь И.Х.Дворецкого и словарь Суды.

Клонируйте <a href="#" data-section="remote-dicts">нужные словари</a> с сервера. Активируйте и упорядочивайте <a href="#" data-section="arrange-dicts"> словари</a>, как вам угодно.
Клонируйте <a href="#" data-section="remote-dicts">дополнительные словари</a> с сервера. Активируйте и упорядочивайте <a href="#" data-section="arrange-dicts"> словари</a>, как вам угодно.

&nbsp;

Expand Down

0 comments on commit 0ffc5b8

Please sign in to comment.