Add American Spanish language

Closes #985

Just in-game names are different. Rest is copied from EU translation.
This commit is contained in:
Kalle
2022-11-03 22:10:24 +02:00
parent 123565a952
commit 6ff4efdc20
32 changed files with 826 additions and 10 deletions

View File

@@ -1,7 +1,11 @@
/* eslint-disable */
// @ts-nocheck
import { LANG_JSONS_TO_CREATE, loadLangDicts } from "./utils";
import {
LANG_JSONS_TO_CREATE,
loadLangDicts,
translationJsonFolderName,
} from "./utils";
import fs from "fs";
import path from "path";
import invariant from "tiny-invariant";
@@ -61,7 +65,7 @@ async function main() {
"..",
"public",
"locales",
langCode.slice(2),
translationJsonFolderName(langCode),
`game-misc.json`
),
JSON.stringify(translationsMap, null, 2) + "\n"