~joshuascotton/entertainer/working

1
2
3
4
5
6
7
#!/bin/bash
msgmerge -U usr/share/locale/en_US/LC_MESSAGES/entertainer.po entertainer.pot
echo "en_US updated ..."

msgmerge -U usr/share/locale/fr/LC_MESSAGES/entertainer.po entertainer.pot
echo "fr updated ..."