mirror of
https://github.com/borgbase/vorta
synced 2025-01-03 13:45:49 +00:00
e15675599e
- Adds support for translating Python strings and .UI files with Qt's `QTranslator` class. - Integrates the Transifex cloud translation service for managing translations. - Adds translation policy and guidelines to `CONTRIBUTING.md`
6 lines
149 B
Ruby
6 lines
149 B
Ruby
# Install required non-Python dev packages using Homebrew on macOS:
|
|
# Run `brew bundle` while in this folder
|
|
|
|
brew 'qt'
|
|
brew 'hub'
|
|
cask 'qt-creator'
|