snes9x/gtk/po/updatepot.sh

6 lines
125 B
Bash
Raw Normal View History

2023-08-24 16:15:52 +00:00
#!/bin/sh
cd $(dirname "${0}")/..
2023-08-27 10:47:50 +00:00
xgettext -f po/POTFILES.in --from-code=UTF-8 -o po/snes9x-gtk.pot -kmaybegettext -k_
2023-08-24 16:15:52 +00:00
cd -