Recent

Author Topic: Po files does not load Combobox items  (Read 691 times)

Saylo_49

  • New Member
  • *
  • Posts: 43
Po files does not load Combobox items
« on: May 10, 2019, 08:52:56 pm »
Hello

On windows 10 -64b and Laz 1.8.4 and using the i18n feature in project options
I could generate the translation Po file
But it load only the Forms and Labels captions
It has ignored all the comboboxes strings items
the same things happend with
- the tree list items
- the SpkToolbar package (tabs, panes and items) captions

Does anyone know how make the Po load all strings in the project including the combobox items and  anything else
Lazarus 2.0.2 - FPC 3.0.4 - Win32

jamie

  • Hero Member
  • *****
  • Posts: 6077
Re: Po files does not load Combobox items
« Reply #1 on: May 11, 2019, 01:16:12 am »

Combo boxes are basically dynamic in nature, meaning the data within them are known at runtime..

So maybe you'll need to load the comboxs at startup from a reference of a Ttranslated string..?

The only true wisdom is knowing you know nothing

 

TinyPortal © 2005-2018