-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Cant switch to ca_ES using service in Angular #2569
Comments
Hi. Thanks for reporting this. I guess we don't have a lot of users who speak Catalan and the language file is out of date. See the difference between ca_ES.ts and en_US.ts. Some properties are missing. Are you interested in fixing the language file by submitting a pr and benefit other Catalan speakers? 😄 |
@issuehuntfest has funded $20.00 to this issue. See it on IssueHunt |
@vthinkxie has rewarded $18.00 to @gpalomar. See it on IssueHunt
|
* fix(module:i18n): fix catalan translations * fix(module:i18n): fix for catalan "jump_to_confirm" string close NG-ZORRO#2569
* fix(module:i18n): fix catalan translations * fix(module:i18n): fix for catalan "jump_to_confirm" string close NG-ZORRO#2569
* fix(module:i18n): fix catalan translations * fix(module:i18n): fix for catalan "jump_to_confirm" string close NG-ZORRO#2569
Version
1.8.0
Environment
Electron angular app
Reproduction link
https://ng-zorro-antd-start-9z497t.stackblitz.io
Steps to reproduce
Trying to initialize the ng-zorro i18n locale to Catalan.
What is expected?
I want to change the default locale to Catalan.
What is actually happening?
I think that ca_ES is not found
Other?
Console output:
Argument of type '{ locale: string; Pagination: { items_per_page: string; jump_to: string; jump_to_confirm: string; page: string; prev_page: string; next_page: string; prev_5: string; next_5: string; prev_3: string; next_3: string; }; ... 7 more ...; Select: { ...; }; }' is not assignable to parameter of type 'NzI18nInterface'.
Property 'Upload' is missing in type '{ locale: string; Pagination: { items_per_page: string; jump_to: string; jump_to_confirm: string; page: string; prev_page: string; next_page: string; prev_5: string; next_5: string; prev_3: string; next_3: string; }; ... 7 more ...; Select: { ...; }; }'.
The text was updated successfully, but these errors were encountered: