piotrbartman / qubes-manager

Qubes component: manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Qubes component: manager


Languages

Language:Python 99.0%Language:QMake 0.5%Language:Makefile 0.4%Language:Shell 0.2%Language:Ruby 0.0%