Skip to content

Commit

Permalink
translation-instructions.md: Add Solus-MTT info (#515)
Browse files Browse the repository at this point in the history
* Run Prettier

* translation-instructions.md: Add Solus-MTT info
  • Loading branch information
davidjharder authored Mar 24, 2024
1 parent 204367a commit ef3b389
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: "3"

set: [pipefail]

Expand Down Expand Up @@ -29,4 +29,4 @@ tasks:
cmds:
- awk -i inplace '{print tolower($0)}' $TARGET
- sort -o $TARGET $TARGET
- awk -i inplace '!seen[$0]++' $TARGET
- awk -i inplace '!seen[$0]++' $TARGET
17 changes: 15 additions & 2 deletions docs/packaging/translation-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,21 @@ summary: Instructions for translators

# Translation instructions

🚧 This page is a stub for now.

Users will arrive here from the "Translation instructions" link on Transifex.

Please join our [Matrix rooms](/docs/user/contributing/getting-involved.md#matrix-chat) if you have questions about our translation projects.

## Project specific instructions

### Solus Mate Transition Tool

- Strings which include curly braces `{ }` should be translated leaving the curly braces, *and anything inside the braces*, untouched.
- Examples:
- `{DE} Successfully installed, please reboot to continue.` translates to:
- `{DE} Instalado exitosamente, reinicie para continuar.`
- `Successfully Installed {}` translates to:
- `Instalado exitosamente {}`
- Do not translate the following strings; leave them untouched:
- `Packagekit`
- `XDG_SESSION_DESKTOP`

0 comments on commit ef3b389

Please sign in to comment.