[Gambas-user] Translations - where is *.pot files creator?
Martin
mbelmonte at belmotek.net
Fri Jan 20 15:49:50 CET 2023
El 20/1/23 a las 14:19, Benoit Minisini escribió:
> The '*.pot' files are generated by the compiler, by detecting all
> strings between '(' and ')'.
> A special '#pot' file is generated from the project configuration by the
> IDE.
> All that is explained inside the '*.pot' files, just open them!
You're right, I hadn't thought of that.
I am using this sentence:
gbc3 -t /path/to/project
And then I'm using
msgcat *.pot > .pot
Thanks
Martín
More information about the User
mailing list