{"library":"slt-js","title":"slt-js","description":"SLT (Script Localization Tool) transpiler for JavaScript that replaces localized keywords in ES (Spanish), FR (French), and IT (Italian) source files with canonical JavaScript keywords. Version 0.2.0, pre-1.0, with no scheduled release cadence. Differentiators: simple reference implementation with header-based language detection (#!slt <lang>), custom mapping support, and CLI. Limitations: not a full JS tokenizer, may mishandle regex literals; not production-ready.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install slt-js"],"cli":{"name":"slt","version":null}},"imports":["slt-js <file> [options]"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// example-esp.js\n#!slt es\nfunction saludar(nombre) {\n  consola.escribir('Hola, ' + nombre);\n}\n\n// Install globally: npm install -g slt-js\n// Transpile: slt-js example-esp.js -o example.js\n// Output:\n// function saludar(nombre) {\n//   console.log('Hola, ' + nombre);\n// }","lang":"javascript","description":"Transpile a Spanish-localized JavaScript file to canonical JS using the CLI tool.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}