Skip to content

Commit d90e8c9

Browse files
committed
feat: Add docs for translating files with different ISO codes in folder names
1 parent 466d6b3 commit d90e8c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ Fasi7 translates files concurrently to improve performance when dealing with mul
9090

9191
- Fasi7 relies on the OpenAI API, which may have usage limits and costs associated with it.
9292
- 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]/
9397

9498
## Contributing
9599

0 commit comments

Comments
 (0)