1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-01-03 13:45:49 +00:00
vorta/requirements.d/Brewfile
TW e15675599e i18n infrastructure and policy (#134)
- 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`
2019-01-20 11:50:10 +08:00

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'