2014-09-16 23:30:54 +02:00
|
|
|
#!/bin/bash
|
2021-09-19 11:56:56 +02:00
|
|
|
xgettext -s -o - mambabase.py --output=po/messages.pot
|
|
|
|
msgmerge --update --no-fuzzy-matching --backup=off po/it.po po/messages.pot
|
2021-09-19 13:01:24 +02:00
|
|
|
lupdate *.ui -ts mambabase_it.ts
|