You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,27 +64,6 @@
64
64
> [!WARNING]
65
65
> **Linux** only tested on **Debian 12** on both **X11** & **Wayland**.
66
66
67
-
## Translation Status
68
-
69
-
You can find the current translation status in [TRANSLATION.md](https://github.com/sourcegit-scm/sourcegit/blob/develop/TRANSLATION.md)
70
-
71
-
### Translate Utility Script
72
-
73
-
A script that assists with translations by reading the target language, comparing it with the base language, and going through missing keys one by one, so the translator can provide the translations interactively without needing to check each key manually.
74
-
75
-
#### Usage
76
-
77
-
Check for a given language (e.g., `pt_BR`) and optionally check for missing translations:
78
-
79
-
```bash
80
-
python translate_helper.py pt_BR [--check]
81
-
```
82
-
83
-
-`pt_BR` is the target language code (change as needed), it should correspond to a file named `pt_BR.axaml` in the `src/Resources/Locales/` directory, so you can replace it with any other language code you want to translate, e.g., `de_DE`, `es_ES`, etc.
84
-
-`--check` is an optional flag used to only check for missing keys without prompting for translations, useful for getting a list of missing translations.
85
-
86
-
The script will read the base language file (`en_US.axaml`) and the target language file (e.g., `pt_BR.axaml`), identify missing keys, and prompt you to provide translations for those keys. If the `--check` flag is used, it will only list the missing keys without prompting for translations.
87
-
88
67
## How to Use
89
68
90
69
**To use this tool, you need to install Git(>=2.25.1) first.**
@@ -101,7 +80,7 @@ This software creates a folder `$"{System.Environment.SpecialFolder.ApplicationD
101
80
102
81
> [!TIP]
103
82
> * You can open this data storage directory from the main menu `Open Data Storage Directory`.
104
-
> * You can create a `data` folder next to the `SourceGit` executable to force this app to store data (user settings, downloaded avatars and crash logs) into it (Portable-Mode). Only works on Windows.
83
+
> * You can create a `data` folder next to the `SourceGit` executable to force this app to store data (user settings, downloaded avatars and crash logs) into it (Portable-Mode). Only works with Windows packages and Linux AppImages.
105
84
106
85
For **Windows** users:
107
86
@@ -261,6 +240,27 @@ Thanks to all the people who contribute.
You can find the current translation status in [TRANSLATION.md](https://github.com/sourcegit-scm/sourcegit/blob/develop/TRANSLATION.md)
246
+
247
+
### Translate Utility Script
248
+
249
+
A script that assists with translations by reading the target language, comparing it with the base language, and going through missing keys one by one, so the translator can provide the translations interactively without needing to check each key manually.
250
+
251
+
#### Usage
252
+
253
+
Check for a given language (e.g., `pt_BR`) and optionally check for missing translations:
254
+
255
+
```bash
256
+
python translate_helper.py pt_BR [--check]
257
+
```
258
+
259
+
-`pt_BR` is the target language code (change as needed), it should correspond to a file named `pt_BR.axaml` in the `src/Resources/Locales/` directory, so you can replace it with any other language code you want to translate, e.g., `de_DE`, `es_ES`, etc.
260
+
-`--check` is an optional flag used to only check for missing keys without prompting for translations, useful for getting a list of missing translations.
261
+
262
+
The script will read the base language file (`en_US.axaml`) and the target language file (e.g., `pt_BR.axaml`), identify missing keys, and prompt you to provide translations for those keys. If the `--check` flag is used, it will only list the missing keys without prompting for translations.
263
+
264
264
## Third-Party Components
265
265
266
266
For detailed license information, see [THIRD-PARTY-LICENSES.md](THIRD-PARTY-LICENSES.md).
0 commit comments