1.3.4 • Published 2 years ago

i18n-js-sync v1.3.4

Weekly downloads
8
License
MIT
Repository
-
Last release
2 years ago

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. :)

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago