You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Another thing is that you need to authenticate LangSync CLI with your account API key, you can get your own from LangSync Dashboard, then use that key to authenticate by running the command:
langsync auth --api-key=<YOUR_API_KEY>
Now you can process with starting a localization process.
To Note: The tool is still free to use at this point, I would appreciate it if you could give it some time to try it as needed and provide me with some feedback to improve it.
Description
I have an en.json with only 4 values:
My langsync.yaml looks like this:
langsync:
source: "./en.json"
output: "./"
target: [de]
languageLocalizationMaxDelay: 200
I run
langsync start
and get the following outputI am using windows 11
langsync --version
0.9.51
The text was updated successfully, but these errors were encountered: