mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 09:59:58 +01:00
635 B
635 B
svelte-i18n
provides a command-line interface to extract all your messages to the stdout
or to a specific JSON file.
$ svelte-i18n extract [options] <glob-pattern> [output-file]
Options
-
-s, --shallow
- extract all messages to a shallow object, without creating nested objects. Default:false
. -
--overwrite
- overwrite the content of theoutput
file instead of just appending missing properties. Default:false
. -
-c, --configDir
- define the directory of asvelte.config.js
in case your svelte components need to be preprocessed.