snes9x/gtk/po/updatepot.sh

6 lines
103 B
Bash
Raw Normal View History

2023-08-24 16:15:52 +00:00
#!/bin/sh
cd $(dirname "${0}")/..
xgettext -f po/POTFILES.in -o po/snes9x-gtk.pot -kmaybegettext
cd -