Hello.
I noticed that the list of permissions is not translated and is not translatable in crowdin.
It's that normal?
bye
[0.16.51] Permission list contents not translatable
[0.16.51] Permission list contents not translatable
- Attachments
-
- 2019-01-09.png (3.4 MiB) Viewed 1061 times
Re: [0.16.51] Permission list contents not translatable
Thanks for the report. Yes, it's normal. The list is generated directly from the C++ logic that handles each permission item and works along the same lines as the debug GUI. They aren't meant to be "words" so much as keys.
The list makes an attempt to present the information in a semi human-readable way by adding in spaces, and converting case along the way but the underlying values work like this:
"ChangeItemLabel" -> insert spaces before every capitol after the first + lowercase that capitol -> "Change item label".
The list makes an attempt to present the information in a semi human-readable way by adding in spaces, and converting case along the way but the underlying values work like this:
"ChangeItemLabel" -> insert spaces before every capitol after the first + lowercase that capitol -> "Change item label".
If you want to get ahold of me I'm almost always on Discord.