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 466d6b3 commit d90e8c9Copy full SHA for d90e8c9
README.md
@@ -90,6 +90,10 @@ Fasi7 translates files concurrently to improve performance when dealing with mul
90
91
- Fasi7 relies on the OpenAI API, which may have usage limits and costs associated with it.
92
- The quality of translations depends on the AI model used and the context provided.
93
+- It works with all the file structures, but the iso code has to be in the folder name not in the file name, as it works in this simple tasks
94
+ - Read all the not ignored files in the directory
95
+ - translate the content of the file
96
+ - write it to the same path with replacing the /[input iso code]/ with /[output iso code]/
97
98
## Contributing
99
0 commit comments