mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Update locale files and scripts.
This commit is contained in:
parent
f59594e4cd
commit
0d4a2e2a0e
12 changed files with 33 additions and 16 deletions
|
|
@ -3,7 +3,7 @@ const path = require('path');
|
|||
const prettier = require('prettier');
|
||||
|
||||
const src = path.resolve(__dirname, '../lang');
|
||||
const dest = path.resolve(__dirname, '../lang-formatted');
|
||||
const dest = path.resolve(__dirname, '../build');
|
||||
const files = fs.readdirSync(src);
|
||||
|
||||
if (!fs.existsSync(dest)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue