I created a new project, added a
TRadioGroup, and added two
.Items in it.
Then in the code, I added
LCLTranslator in
uses, and I set up the
I18n settings in
Project options.
When I build the app, the
.Items of the
TRadioGroup are
missing from the autogenerated
.POT file. Only the caption of the
RadioGroup is present.
Is it a bug, shall I report it?
These are the contents of the autogenerated .POT file:
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
#: tform1.caption
msgid "Form1"
msgstr ""
#: tform1.radiogroup1.caption
msgid "RadioGroup1"
msgstr ""