Skip to content

QubesOS/qubes-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

64eaf82 · Mar 30, 2025
Dec 9, 2019
Mar 10, 2025
Mar 30, 2025
Mar 9, 2025
Mar 19, 2025
Mar 7, 2025
Mar 19, 2025
Mar 7, 2025
Mar 10, 2025
Feb 7, 2025
Oct 28, 2024
Dec 20, 2024
Feb 7, 2025
Jun 16, 2020
May 15, 2023
May 30, 2019
May 20, 2019
May 20, 2019
May 20, 2019
May 3, 2023
May 3, 2023
May 20, 2019
Dec 16, 2022
Feb 7, 2025
Jun 16, 2020
Mar 9, 2025
Jan 3, 2025
Feb 7, 2025
Mar 30, 2025

Qubes Manager

Managing translations

Adding new language

  1. Add i18n/qubesmanager_LANGUAGECODE.ts (replace LANGUAGECODE with actual code, for example es) to qubesmanager.pro - TRANSLATIONS setting.
  2. Run make res update_ts

Regenerating translation source files (.ts)

make res update_ts

This will keep translated strings, but will add new ones.

Updating translations

Commit updated .ts files into i18n directory.

Pushing translations to transifex

You'll need a token (for your own transifex acount, to configure it just run tx config once).

tx push -s

Getting translation from transifex

tx pull

Tests

Located in the tests/ directory.

To run qube manager and backup tests: python3 test_name.py -v