Gerald преди 3 години
родител
ревизия
132757a7f6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      scripts/transifex.js

+ 1 - 1
scripts/transifex.js

@@ -168,7 +168,7 @@ async function pullTranslations(code) {
     const remoteMessage = remote[key] && remote[key].message;
     if (remoteMessage) value.message = remoteMessage;
   });
-  await fs.writeFile(filePath, yaml.safeDump(local), 'utf8');
+  await fs.writeFile(filePath, yaml.dump(local), 'utf8');
 }
 
 async function main() {