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
so I have a directory named "i18n" that I specify in the following command: yarn json-autotranslate -i i18n --type keybased --directory-structure ngx-translate -s deepl-free -c <api_key>
The result of running the command is:
I tested it with the it.json and ru.json files both only containing the keys with empty strings as values and as copies of the english file, neither of which did anything. The -d flag also didn't change the result
I was able to translate them after putting them in the default directory structure and rerunning the command without specifying the directory structure.
Am I doing something wrong here?
The text was updated successfully, but these errors were encountered:
so I have a directory named "i18n" that I specify in the following command:
yarn json-autotranslate -i i18n --type keybased --directory-structure ngx-translate -s deepl-free -c <api_key>
The result of running the command is:
I tested it with the it.json and ru.json files both only containing the keys with empty strings as values and as copies of the english file, neither of which did anything. The -d flag also didn't change the result
I was able to translate them after putting them in the default directory structure and rerunning the command without specifying the directory structure.
Am I doing something wrong here?
The text was updated successfully, but these errors were encountered: