Bug Report: type generation for enum of non English text missing Elements value
- 0
- 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!
Recommended threads
- Guideline of AI
Hello everyone, I’m planning to specialize in Artificial Intelligence (AI) and I’m currently looking for guidance from someone with strong experience in the fi...
- Dotnet functions on cloud
I'm trying to deploy my .Net8 functions to my project on cloud.appwrite through the CLI. I'm getting this error.
- All projects deleted
Hello, from the appwrite console last week I re-activated some of my old project and published them, yesterday I checked and none of the apps were working, now ...