EnchStudio

Results 5 comments of EnchStudio

If you added this feature, I can help to translate to Chinese. ;-)

i got same probelam,please fix @hevav

有没有一种可能,你行内分割不写翻译就是仅音译(

i tried use this indexer.js ```javascript module.exports.buildIndexFromArray = function (array, fieldToIndex) { if (array === undefined) { return undefined } return array.reduce(function (index, element) { if (!index.hasOwnProperty(element[fieldToIndex])) { index[element[fieldToIndex]] =...