-
Notifications
You must be signed in to change notification settings - Fork 77
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
Date Picker is not localized for Bulgarian (bg) #3602
Comments
More information is required to proceed with this issue:
This issue will be automatically closed in three days if the information is not provided. Thanks for your understanding. |
DescriptionAGOL introduced Bulgarian as a new language for this release and it looks like Calcite Date Picker has not been updated with it: Acceptance CriteriaSupport Bulgarian Languague Relevant InfoWhich Componentcalcite-input-date-picker Example Use CaseArcGIS Online Map Viewer Time Slider, Filter, |
@jcfranco @paulcpederson Do you know the process for localization within calcite for this? Its kind of an outlier because we don't do any other localization within calcite. |
FYI - The actual Bulgarian CLDR strings can be found in https://github.com/unicode-org/cldr-json/blob/main/cldr-json/cldr-dates-modern/main/bg/ca-generic.json |
Deferring to @paulcpederson since he introduced those localization files. We should add this info to a wiki page for posterity. cc @benelan |
We had Babak Bolour and Rajeev Krishnan send us these json files. I spec'd what we'd need and they delivered a folder of them which I pr'd in. |
Now that we dropped ie11 we could theoretically start using Intl for this as I think the api's have good enough support IIRC, but I could be wrong on that one... |
That would be ideal so we don't have to manage this :) |
Thanks for the info, @paulcpederson! I'll work on a prototype to see if we can leverage Intl. In the meantime, I'll reach out to get the missing localization file. |
Early prototyping shows that
The rest from the IMO, not having |
bummer :( |
Installed and assigned for verification. |
Changed the codepen to beta.74 and now I see this. I don't think it's correct for Bulgarian, the input box doesn't show https://codepen.io/afreitag/pen/KKXrGKE I also noticed none of the Chinese language codes work. They stay English, see codepen. |
AGOL introduced Bulgarian as a new language for this release and it looks like Calcite Date Picker has not been updated with it:
Locale = bg
https://codepen.io/zmatheson/pen/YzrPwdb?editors=1010
cc @jcfranco
The text was updated successfully, but these errors were encountered: