[pve-devel] [PATCH manager] gui: lxc/Network: add a virtual 'none' option
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Feb 5 11:11:04 CET 2020
Am 2/5/20 um 10:52 AM schrieb Dominik Csapak:
>>> + boxLabel: Proxmox.Utils.noneText,
>>
>> noneText is not capitalized, stands out in a ugly way.
>
> mhmm.. do we want to add a new gettext for this?
Proxmox.Utils.NoneText ? ^^
> we use that already in some contexts where it could be capitalized...
>
Yes, I've seen this "nuisance" also here and there, but also did not
want to double all those gettexts with need to.
> is there a good way to capitalize this automatically?
> (with regards to all languages)
Thinking of the corner cases of languages I'd guess no.. :/
There's some information loss by switching case in certain
Languages.. So maybe really add a NoneText and use that, and hope
that there are not to many such cases..
More information about the pve-devel
mailing list