We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
How can we write the following with css format ? { "greet(context=GenderContext, param=gender)": { "male": "Hello Mr", "female": "Hello Ms" } }
Is there a way to use Enum with csv, or limited to json ?
Thanks :)
The text was updated successfully, but these errors were encountered:
Hello, you can take a look at the integration tests:
https://github.com/slang-i18n/slang/blob/main/slang/test/integration/resources/main/csv_en.csv
Here is an example:
"onboarding.greet2(context=GenderContext, param=gender).male",Hello Mr "onboarding.greet2(context=GenderContext, param=gender).female",Hello Ms
Sorry, something went wrong.
No branches or pull requests
Hi,
How can we write the following with css format ?
{
"greet(context=GenderContext, param=gender)": {
"male": "Hello Mr",
"female": "Hello Ms"
}
}
Is there a way to use Enum with csv, or limited to json ?
Thanks :)
The text was updated successfully, but these errors were encountered: