On Tue, 21 May 2013 20:47:35 +0200, Johan Samyn wrote:
> While in the process of completing the dutch translation, I wonder if it
> is possible to make the values for the comboboxes en radiosets in the
> settings dialog translatable? Or at least some of them.
> I'm talking about the "east, west, ... " parts for instance:
> _fi(_('Task Tabs'), 'tortoisehg.tasktabs',
> (genDefaultCombo, ['east', 'west', 'off']),
> _('Show tabs along the side of the bottom half of each repo '
Not possible for now.
To make them translatable, we'll need to
- define mappings of raw value to i18n text
- show i18n text in combobox, but also keep raw value (as userData?)
Regards,