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
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...
- User Blocked - False Positive
Today I tried to log in to my cloud console and it said the user is blocked and I didn't even receive any email regarding this like what kind of violation is my...