Comment 7 for bug 316755

Revision history for this message
fujiwara (takao-fujiwara) wrote :

Thanks for your integration.

I could not find the strings in ja.po:
https://translations.launchpad.net/terminator/trunk/+pots/terminator/ja/+translate

Probably you need to update .pot file.

% cd terminator/po
% intltool-update -m
% cat POTFILES.in missing | sort >> POTFILES.in
% intltool-update -p

The genpot.sh invokes xgettext only and intltool-update could be the super set of the genpot.sh.