mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-31 04:02:26 +08:00
electron: Add back server translations
This commit is contained in:
parent
ae680847dc
commit
1277dfc5d5
@ -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…
x
Reference in New Issue
Block a user