desktop-base-openmamba/mambabase/update-translations.sh

4 lines
175 B
Bash
Executable File

#!/bin/bash
xgettext -s -o - mambabase.py --output=po/messages.pot
msgmerge --update --no-fuzzy-matching --backup=off po/it.po po/messages.pot
lupdate *.ui -ts mambabase_it.ts