We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42385cf commit a9937a7Copy full SHA for a9937a7
1 file changed
translate-messages/.translate-msgs.config.jsonc
@@ -0,0 +1,9 @@
1
+{
2
+ "locales_dir": "_locales", // Name of the folder containing locale files
3
+ "target_langs": "", // Languages to translate to (e.g. "en,es,fr") (default: all supported locales)
4
+ "keys": "", // Keys to translate (e.g. "appDesc,err_notFound")
5
+ "exclude_langs": "", // Languages to exclude (e.g. "en,es")
6
+ "exclude_keys": "", // Keys to ignore (e.g. "appName,author")
7
+ "force": false, // Force overwrite existing config file when using --init
8
+ "no_wizard": false // Skip interactive prompts during start-up
9
+}
0 commit comments