Description
I have an en.json with only 4 values:
{
"colors": "Colors",
"compact_answer_mode": "Compact answer mode",
"true": "true",
"false": "false"
}
My langsync.yaml looks like this:
langsync:
source: "./en.json"
output: "./"
target: [de]
languageLocalizationMaxDelay: 200
I run langsync start and get the following output
langsync start
Localizing process starting..
✓ Your langsync.yaml file and configuration are valid. (25ms)
. Saving your source file at ./en.json..... (1.1s)
✗ Something went wrong, try again! (1.2s)
I am using windows 11
langsync --version
0.9.51
Description
I have an en.json with only 4 values:
{ "colors": "Colors", "compact_answer_mode": "Compact answer mode", "true": "true", "false": "false" }My langsync.yaml looks like this:
langsync:
source: "./en.json"
output: "./"
target: [de]
languageLocalizationMaxDelay: 200
I run
langsync startand get the following outputI am using windows 11
langsync --version
0.9.51