mirror of https://github.com/snes9xgit/snes9x.git
6 lines
103 B
Bash
6 lines
103 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd $(dirname "${0}")/..
|
||
|
xgettext -f po/POTFILES.in -o po/snes9x-gtk.pot -kmaybegettext
|
||
|
cd -
|