Skip to content

Commit 632fef1

Browse files
Fixed encoding
1 parent e7965e2 commit 632fef1

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

TranslationHelper/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Media-Extractor - Translation Helper
1+
# Media-Extractor - Translation Helper
22

33
**Translation Helper** is a command-line tool used to extract, convert, and update translation strings from `.resx` files. It supports conversion between `.resx`, `.csv`, `.xlsx`, and `.md` (Markdown) formats. This allows convenient editing in spreadsheet applications or interactions with Large Language Models (LLMs) for translation purposes.
44

@@ -8,15 +8,15 @@ However, Translation Helper is not tied to Media-Extractor. If you have `.resx`
88

99
---
1010

11-
## ?? Usage
11+
## 🚀 Usage
1212

1313
Basic syntax:
1414

1515
```bash
1616
TranslationHelper [OPTIONS]
1717
```
1818

19-
### ?? Examples
19+
### 📌 Examples
2020

2121
Export neutral and German `.resx` files to Excel:
2222

@@ -44,7 +44,7 @@ TranslationHelper -i=de.csv -C -o=de.resx -r
4444

4545
---
4646

47-
## ?? Options
47+
## 📋 Options
4848

4949
| Short | Long | Description |
5050
|-------|--------------|---------------------------------------------------------------------------------------- |
@@ -68,7 +68,7 @@ TranslationHelper -i=de.csv -C -o=de.resx -r
6868

6969
---
7070

71-
## ?? Notes and Tips
71+
## 📎 Notes and Tips
7272

7373
- An input Markdown file (`.md`) must use the same table structure as the one generated by `-m`.
7474
- Use `-s` and `-t` to define the source and target languages for LLM translation. The value of `-s` must match the language of the `.resx` file provided with `-l`.
@@ -81,14 +81,14 @@ TranslationHelper -i=de.csv -C -o=de.resx -r
8181

8282
---
8383

84-
## ?? Adding a New Language
84+
## 🌍 Adding a New Language
8585

8686
*This section will describe how to add a new language to Media-Extractor, including resx handling and translation workflows.*
8787

8888
(coming soon)
8989

9090
---
9191

92-
## ?? License
92+
## 📄 License
9393

9494
TranslationHelper is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)