Explorar el Código

fix Xcode error

Ozancan Karataş hace 5 años
padre
commit
a7bbb0733d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/convertTranslations.js

+ 1 - 1
tools/convertTranslations.js

@@ -29,7 +29,7 @@ function parseAndroid(data) {
       replace(/\r/g, '\r').
       replace(/\n/g, '\n').
       replace(/\\/g, '\\').
-      replace(/$s/ig, '$@')])
+      replace(/$s/ig, '%@')])
       continue;
     }