mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Updated lang files.
This commit is contained in:
parent
f81f0839c6
commit
c5c4aaeb44
102 changed files with 10105 additions and 1697 deletions
|
|
@ -2,7 +2,7 @@
|
|||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const prettier = require('prettier');
|
||||
const messages = require('../build/messages.json');
|
||||
const messages = require('../build/extracted-messages.json');
|
||||
|
||||
const dest = path.resolve(__dirname, '../src/lang');
|
||||
const files = fs.readdirSync(dest);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue