Bug Report: type generation for enum of non English text missing Elements value
- 0
- 3
- Self Hosted
- Tools
- Web
- Cloud
π Reproduction steps
in the enum element value, instead of English, use another language (Khmer), in my case Khmer text.
export enum ProvinceType {
= "ααΆαααΆααΈ",
= "ααααα",
TEST = "Test"
}
π Expected behavior
export enum ProvinceType {
CAPITAL = "ααΆαααΆααΈ",
PROVINCE = "ααααα",
TEST = "Test"
}
Maybe configurable mapping enum value ?
π Actual Behavior
Missing value
export enum ProvinceType {
= "ααΆαααΆααΈ",
= "ααααα",
TEST = "Test"
}
:appwriteupvote:
:appwriteupvote:
:appwriteupvote:
:appwriterocket:
will look into language conversions, thanks for pointing this issue
it would be cool if enum value is not in English , there is prompt to ask to provide English naming
would be awesome, i havnt worked or seen code in different languages yet tho. would be awesome if u can share some examples on how this can look!
How about above example reproduction
Recommended threads
- education plan not activated
Hi I have an edu id 13103046@iubat.edu but when I am trying to claim my plan and trying to logging with github where education student plan active. the appwrite...
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- 500 simultaneous OAuth logins from the s...
Hi, I'd like to ask about rate limiting around Google OAuth login on Appwrite Cloud. **OVERVIEW** Service type: A PWA (web app) for members of a university clu...