UNPKG

i18ntk

Version:

🚀 The fastest i18n toolkit with 97% performance boost! Zero-dependency, enterprise-grade internationalization for React, Vue, Angular, Python, Java, PHP & more. Features PIN protection, auto framework detection, 7+ UI languages, and comprehensive transla

11 lines (10 loc) • 201 B
const fs = require('fs'); module.exports = { extension: '.json', read(content) { return JSON.parse(content); }, serialize(data) { return JSON.stringify(data, null, 2); } };