Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

i18n-js-sync

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18n-js-sync

An i18n generator and maintainer

  • 1.3.4
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

npm

DevDroplets

i18n .js sync

A i18n language file sync cli tool.

This cli tool helps you sync you i18n .js file with the already programmed .vue files. Whenever you write a template albeit pug or html, this tool can sync all your $t( ... ) functions with your existing i18n data file.

Let's say you are done writing an entire page with HTML. Now you only need to update your language.js (i18n file). This is a task that requires accuracy and search through, maybe, quite a big file.

i18n .js sync can do this for you!! With the i18n-sync command.

What does i18n-sync do?

  1. :mag: Search through your .vue files for $t( ... ).
  2. :sparkles: Parses your language.js i18n file.
  3. :recycle: Syncs your found functions with existing terms.
  4. :speech_balloon: Asks you for missing terms in all languages.
  5. :pencil2: Writes / saves your answers making them ready to use!

For more information, do i18n-sync --help. :)

FAQs

Package last updated on 02 Jun 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc