mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-09-25 05:14:41 +00:00
Update translations to latest version
This commit is contained in:
@@ -17,7 +17,7 @@ const originalContents = fs
|
||||
|
||||
const original = YAML.parse(originalContents);
|
||||
|
||||
const placeholderRegexp = /<([a-zA-Z_0-9]+)>/gi;
|
||||
const placeholderRegexp = /[[<]([a-zA-Z_0-9]+)[\]<]/gi;
|
||||
|
||||
function match(originalObj, translatedObj, path = "/") {
|
||||
for (const key in originalObj) {
|
||||
|
||||
Reference in New Issue
Block a user