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
- Connectivity issue after upgrade to 1.9....
When running this command :- docker compose exec appwrite doctor I am getting the following error:- š“ Console.DB.(console)...........................disconnect...
- Generate CSR
How do I generate a CSR for my domain host? They are asking me to generate one for my hoosting here on appwrite
- Transaction feature is not working somet...
I am getting the below error sometimes and sometimes it is working perfectly fine. Transaction failed: AppwriteException: transaction_not_found, Transaction wi...