Skip to content
New issue

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

Wrong ISO culture format for the schedulder #150

Open
jeremyb35 opened this issue Sep 23, 2024 · 1 comment
Open

Wrong ISO culture format for the schedulder #150

jeremyb35 opened this issue Sep 23, 2024 · 1 comment
Labels
schedule Schedule component

Comments

@jeremyb35
Copy link

Locale to be used are those of ISO 639-1 and ISO 3166-1 alpha-2 (like fr-CH, en-GB, en-US. etc...).

Except for French, it just need the language name without the country code: fr instead of fr-FR.
With fr-FR it return the following error :
Cannot read properties of undefined (reading 'trim')

@gsumankumar gsumankumar added the schedule Schedule component label Oct 9, 2024
@VengateshManiraj
Copy link

Hi @jeremyb35,

The Scheduler has processed the culture code using the CLDR data. However, the fr-FR culture code is not included in the CLDR data package. As a result, the Scheduler generates an error when attempting to use the fr-FR culture code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
schedule Schedule component
Projects
None yet
Development

No branches or pull requests

3 participants