fix: update default translation format
This commit is contained in:
parent
91a9862220
commit
9fbea3849e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const fs = require("fs");
|
||||||
const path = require("path");
|
const path = require("path");
|
||||||
|
|
||||||
const inputFile = "translations.generated.json";
|
const inputFile = "translations.generated.json";
|
||||||
const outputDir = "./reversed";
|
const outputDir = "./merged";
|
||||||
|
|
||||||
function ensureDirectoryExists(dirPath) {
|
function ensureDirectoryExists(dirPath) {
|
||||||
if (!fs.existsSync(dirPath)) {
|
if (!fs.existsSync(dirPath)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue