Skip to content

Commit ca9be17

Browse files
Update README.md
1 parent 527abaa commit ca9be17

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
# Translate File Names
22

3-
Command utility to translate file names from their source language to the set language. By default, the set language is the local system TwoLetterISOLanguageName.
3+
Command line utility to translate and rename files from their source language to the set language. By default, the set language is the local system TwoLetterISOLanguageName.
44

55
## What does it do?
66

7-
The program renames all the files from their source language (default: auto-detect) to the specified target language (default: locale).
7+
The program renames all the files from their source language to the specified target language (default: locale).
88

99
Example use-case:
1010
Translate foreign movie *.mp4 file names.
1111
Translate names of songs ripped from an imported foreign album.
1212

13-
## Getting Started
13+
## Example Usage:
1414

15-
to-do
15+
TranslateFileNames -r
16+
17+
TranslateFileNames "C:\Users\jane-doe\Pictures" -r -ext *.jpg
1618

1719
## Authors
1820

1921
* **David Maisonave** - [David-Maisonave](https://github.com/David-Maisonave)
2022

2123
## License
2224

23-
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
25+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)