4 lines
175 B
Bash
Executable File
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 |