https://bugzilla.novell.com/show_bug.cgi?id=875530 https://bugzilla.novell.com/show_bug.cgi?id=875530#c15 --- Comment #15 from Carlos Robinson <carlos.e.r@opensuse.org> 2014-05-05 16:29:18 UTC --- (In reply to comment #14)
I am not sure, how to go about building a .pot file,
Can you tell me how do I do that? I will check it out.
Well, I know about it from the translator point of view, not as a coder: I've read the manual, but I've never done it. I think that the tutorial got a typo, or is missing something, as "xgettext" is what is used to create the .pot file. I think you should contact fellow openSUSE coders to find out how they do it. I'm sure they do it automatically. They only need write the code correctly; instead of using: printf("Hello World!\n"); they use: printf(_("Hello World!\n")); and then the "xgettext" run that must be part of the Makefile takes care of the rest. Just grab the source code of an openSUSE package similar to yours (same programming language), and find out the relevant sections in the Makefile, it should be there. HTH. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.