This PR adds a new script bin/update-entry.js that allows updating an existing key/value in all language files for a given namespace. It also updates the README with instructions for using the new script.
- Adds
bin/update-entry.js to update existing entries by key in a namespace
- Updates
README.md with usage documentation for the new script
Usage examples and error handling are shown in the updated README section.
This helps maintain consistency across all translations and makes it easier to update UI strings in bulk.
This PR adds a new script
bin/update-entry.jsthat allows updating an existing key/value in all language files for a given namespace. It also updates the README with instructions for using the new script.bin/update-entry.jsto update existing entries by key in a namespaceREADME.mdwith usage documentation for the new scriptUsage examples and error handling are shown in the updated README section.
This helps maintain consistency across all translations and makes it easier to update UI strings in bulk.