Updated Translate Manuskript (markdown)

Kim 2022-12-10 13:32:56 -05:00
parent b96036a4ad
commit 6781e54347

@ -49,6 +49,10 @@ If you want to update an existing translation (for example because new features
It will update the `.ts` file in `i18n` folder.
# B2. Update Source Translation String
In the event you're attempting to change the original in-code string name, you'll need to use QT Linguist's `lrelease` to update _all_ of the source translation (.ts) files in the i18n folder. If you don't, they'll fail to translate and default to the source English string across the board.
- Translate it (see below)
# C. Translate