Skip to content

Commit 60ca188

Browse files
Update README.md
1 parent 6fd44df commit 60ca188

File tree

1 file changed

+27
-19
lines changed

1 file changed

+27
-19
lines changed

README.md

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,19 @@ Example use-case:
1414
# Content
1515

1616
[Features](README.md#Features)
17-
- [1. Translates all file names in folder](README.md#1.-Translates-all-file-names-in-folder)
18-
17+
- [Translates all file names in folder](README.md#Translates-all-file-names-in-folder)
18+
- [Modify translated name](README.md#Modify_translated_name)
19+
- [Search Recursively](README.md#Search_Recursively)
20+
- [Long Path Support](README.md#Long_Path_Support)
21+
- [Append Original Name](README.md#Append_Original_Name)
22+
- [Append Language Name](README.md#Append_Language_Name)
23+
- [File Type](README.md#File_Type)
24+
- [Max Threads](README.md#Max_Threads)
25+
- [Max Translation Len](README.md#Max_Translation_Len)
26+
- [Files-Per-Translation-Req](README.md#Files-Per-Translation-Req)
27+
- [Target Language](README.md#Target_Language)
28+
- [Source Language](README.md#Source_Language)
29+
- [Filter](README.md#Filter)
1930

2031
## Features
2132

@@ -44,44 +55,47 @@ File renaming does not occur untill one of the following options is selected.
4455

4556
Renames only files which have not been checked.
4657

58+
#### Filter
4759

60+
This option allows user to use keywords to find or filter the list to only items having the keyword(s).
4861

62+
When this option is used, and the "Rename All" option is selected, only the resulting filtered items displayed are renamed.
4963

50-
#### 2. Modify translated name
64+
#### Modify translated name
5165

5266
The translated name on the list, can be edited before performing the rename action.
5367

54-
#### 3. Search Recursively
68+
#### Search Recursively
5569

5670
By default, only the files on the root directory are scanned, but by selecting this option, the scan will also search all sub folders.
5771

58-
#### 4. Long Path Support
72+
#### Long Path Support
5973

6074
By selecting this option, the rename will occur even if the full path is longer then 255 characters.
6175

62-
#### 5. Append Original Name
76+
#### Append Original Name
6377

6478
When selected, this options includes the original file name when renaming the file. Example: TranslatedName(OriginalName).gif
6579

66-
#### 6. Append Language Name
80+
#### Append Language Name
6781

6882
When selected, appends the source language name to the renamed file. Example: TranslatedName_[Russian].gif
6983

70-
#### 7. File Type
84+
#### File Type
7185

7286
This option can be used to scan only file a specific file extension. Example: .gif
7387

74-
#### 8. Max Threads
88+
#### Max Threads
7589

7690
By default the programs uses the ProcessorCount to determine the maximum threads to use. This options allows the end user to override that option. The minimum value is 4, and the maximum value is 400.
7791

78-
#### 9. Max Translation Len
92+
#### Max Translation Len
7993

8094
The translation length is used when the program translates many files in a single translation request. This happens if there are many files (over 100), or if the user selects option to translate many files per request.
8195

8296
This value is set to 10000 by default. The minimum value is 255, and the maximum value is 10,000.
8397

84-
#### 10 Files-Per-Translation-Req
98+
#### Files-Per-Translation-Req
8599

86100
This options determines if one file is used per translation request, or if many files are used per translation request. The following are the possible options to select from the combobox window.
87101

@@ -98,25 +112,19 @@ This options determines if one file is used per translation request, or if many
98112
Multiple files are sent per translation request. This is the perferred option if the files are all in either the source language or the target language.
99113

100114

101-
#### 11 Target Language
115+
#### Target Language
102116

103117
This setting is an [ISO 639-1](https://wikipedia.org/wiki/List_of_ISO_639-1_codes) two letter code.
104118
By default, the target language is set to the operating system language settings. (CurrentCulture.TwoLetterISOLanguageName)
105119

106120
Use this option to override the target language. See [ISO 639-1](https://wikipedia.org/wiki/List_of_ISO_639-1_codes) link to get desired language code.
107121

108-
#### 12 Source Language
122+
#### Source Language
109123

110124
This is empty by default. When this value is empty, the translation works in "Auto" mode, which lets the translator determine the source language.
111125

112126
For most use cases, this value should be left empty. If populated, use [ISO 639-1](https://wikipedia.org/wiki/List_of_ISO_639-1_codes) link to get desired language code.
113127

114-
#### 13 Filter
115-
116-
This option allows user to use keywords to find or filter the list to only items having the keyword(s).
117-
118-
When this option is used, and the "Rename All" option is selected, only the resulting filtered items displayed are renamed.
119-
120128
[![Screenshot2](doc/screenshot2.png)](https://github.com/David-Maisonave/TranslateFileNames)
121129

122130
# Console Program

0 commit comments

Comments
 (0)