Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
content-localizer
Advanced tools
A CLI tool for translating files contents at a specific folder path.
The content-localizer
CLI tool is designed for replicating files and folders from a source directory to multiple locales. It simplifies content translation and localization processes for multi-locale projects. This tool can be particularly useful for translating pages in projects like VitePress.
You can install the content-localizer
CLI tool via npm:
npm install -g content-localizer
After installing the content-localizer CLI tool, you can run it from the command line as follows:
content-localizer --source [sourcePath] --locales [locale1,locale2] --fileTypes [fileType1,fileType2] --from [fromLocale]
content-localizer --source src/en --locales no,sw --fileTypes .md,.txt --from en
This command will replicate the specified file type from the 'en' source directory to the 'no' and 'sw' locales.
Let's say you have a source directory structure like this:
en/
- introduction.md
- getting-started/
- installation/
- installation.txt
- usage/
- usage.md
- configuration/
- settings/
- settings.md
Running the replicateLocales function as shown in the usage example will replicate the Markdown files within the source directory to the specified locales. The resulting directory structure for each locale will be as follows:
For the 'no' locale:
no/
- introduction.md
- getting-started/
- installation/
- installation.txt
- usage/
- usage.md
- configuration/
- settings/
- settings.md
For the 'sw' locale:
sw/
- introduction.md
- getting-started/
- installation/
- installation.txt
- usage/
- usage.md
- configuration/
- settings/
- settings.md
The content-localizer CLI tool is released under the MIT License.
FAQs
A CLI tool for translating files contents at a specific folder path.
We found that content-localizer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.