Skip to content

Commit

Permalink
Merge pull request #21 from Guts/improve/i18n-build-during-ci
Browse files Browse the repository at this point in the history
improve(i18n): cleaning up translation files
  • Loading branch information
kannes authored Oct 1, 2024
2 parents 413f20a + 839712f commit 907756f
Show file tree
Hide file tree
Showing 9 changed files with 1,010 additions and 562 deletions.
24 changes: 24 additions & 0 deletions docs/development/translation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Manage translations

## Requirements

Qt Linguist tools are used to manage translations. Typically on Ubuntu:

```bash
sudo apt install qttools5-dev-tools
```

## Workflow

1. Update `.ts` files:

```bash
pylupdate5 -verbose profile_manager/resources/i18n/plugin_translation.pro
```

2. Translate your text using QLinguist or directly into `.ts` files.
3. Compile it:

```bash
lrelease profile_manager/resources/i18n/*.ts
```
31 changes: 0 additions & 31 deletions profile_manager/i18n/ProfileManager.pro

This file was deleted.

Binary file removed profile_manager/i18n/ProfileManager_de.qm
Binary file not shown.
Loading

0 comments on commit 907756f

Please sign in to comment.