|
2 | 2 |
|
3 | 3 | Useful scripts for the translation. |
4 | 4 |
|
5 | | -##Translation Dictionary Generation |
| 5 | +##Translation Dictionary |
6 | 6 |
|
7 | | -Extract and build a translation dictionary for terminologies across different .po filesto maintain consistency. |
| 7 | +The repository includes terminology dictionaries (`terminology_dictionary.csv` and`focused_terminology_dictionary.csv`) that provide standard translations for important Python termsto maintain consistency across documents. These dictionaries are maintained using LLM knowledge and can be referenced by translators. |
8 | 8 |
|
9 | | -###extract_terminology.py |
10 | | -Main script that processes all .po files and extracts terminology: |
11 | | - |
12 | | -```sh |
13 | | -python3 .scripts/extract_terminology.py |
14 | | -``` |
15 | | - |
16 | | -Generates`terminology_dictionary.csv` with all extracted terms and their translations. |
17 | | - |
18 | | -###create_focused_dictionary.py |
19 | | -Creates a curated dictionary focusing on the most important Python terminology: |
20 | | - |
21 | | -```sh |
22 | | -python3 .scripts/create_focused_dictionary.py |
23 | | -``` |
24 | | - |
25 | | -Generates`focused_terminology_dictionary.csv` with categorized high-priority terms. |
26 | | - |
27 | | -See the terminology documentation for detailed usage and integration with translation workflow. |
| 9 | +See`TERMINOLOGY_DICTIONARY.md` for detailed usage and integration with translation workflow. |
28 | 10 |
|
29 | 11 | ##From Google Translation |
30 | 12 |
|
|