solid-primitives
solid-primitives copied to clipboard
String Extraction CLI Tool for `@solid-primitives/i18n`
Describe The Problem To Be Solved
As a developer it would be nice to just use the t method with a default value for development and afterwards extract all the resources to json files using a cli tool. So that i can translate my app afterwards and be sure not to have missed a key.
Suggest A Solution
Create a built-in CLI Tool that allows extracting all the keys also considering useScopedI18n
with default value for a defined default language to dedicated .json files.