mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 01:06:13 +08:00
electron: Add back server translations
This commit is contained in:
parent
ae680847dc
commit
1277dfc5d5
1 changed files with 2 additions and 1 deletions
|
|
@ -77,7 +77,8 @@ module.exports = {
|
||||||
function getExtraResourcesForPlatform() {
|
function getExtraResourcesForPlatform() {
|
||||||
let resources = [
|
let resources = [
|
||||||
'dump-db/',
|
'dump-db/',
|
||||||
'./bin/tpl/anonymize-database.sql'
|
'./bin/tpl/anonymize-database.sql',
|
||||||
|
'translations/'
|
||||||
];
|
];
|
||||||
const scripts = ['trilium-portable', 'trilium-safe-mode', 'trilium-no-cert-check']
|
const scripts = ['trilium-portable', 'trilium-safe-mode', 'trilium-no-cert-check']
|
||||||
switch (process.platform) {
|
switch (process.platform) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue