-
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
feat(rating): add built-in translations #5437
Merged
anveshmekala
merged 35 commits into
anveshmekala/4961-add-built-in-pseudo-translations
from
jcfranco/4961-add-built-in-localization-for-rating
Oct 19, 2022
Merged
Changes from 6 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
ce4e9d1
feat(rating): add built-in translations
jcfranco 7d0c710
set asset dir
jcfranco 86cb8b5
add initial message load
jcfranco e4a8b5b
add effectiveLocale watcher
jcfranco 949d55e
fix outdated reference
jcfranco 28d564c
update lang switch helper to account for strings used in rendering
jcfranco 7eaf051
feat(time-picker, input-time-picker): add numberingSystem property (#…
benelan d81065d
refactor(block): move hardcoded classes to CSS object (#5474)
jcfranco 3d6ba64
fix(input, input-number, input-text): fix input icons not displaying …
jcfranco a647345
ci(next): clean docs build before deployment (#5476)
benelan 3898927
refactor(input-number, input-text): drop resize-icon selectors (#5477)
jcfranco 2cc0a5f
fix(block): improve content layout (#5473)
jcfranco 66bf66e
docs: update component READMEs (#5479)
calcite-admin 048527b
docs: add backticks to props and values for consistency (#5485)
geospatialem d10593e
fix(date-picker): no longer hides year for zh-CN locale (#5344)
anveshmekala 5e3d7ab
docs(changelog): add missing breaking changes (#5469)
jcfranco 9ca3117
feat(stepper, stepper-item): add numberingSystem property (#5467)
benelan 246e470
fix(flow-item): fix scrollContentTo (#5487)
jcfranco f579f06
ci(next): fix next releases take 3 (#5497)
benelan 96dcb78
fix(flow-item, panel): fix layout issue that would cause double scrol…
jcfranco 5419b52
1.0.0-next.598
benelan 072a09e
docs: update component READMEs (#5501)
calcite-admin 826ab24
build(deps): bump eslint-plugin-jest from 27.1.1 to 27.1.2 (#5507)
dependabot[bot] 0a44d80
build(deps): bump shell-quote from 1.7.3 to 1.7.4 (#5503)
dependabot[bot] f521c1a
build(deps): bump @typescript-eslint/eslint-plugin from 5.38.1 to 5.4…
dependabot[bot] e1d06f9
build(deps): bump @typescript-eslint/parser from 5.38.1 to 5.40.1 (#5…
dependabot[bot] 06ab974
build(deps): bump eslint-plugin-jsdoc from 39.3.6 to 39.3.13 (#5505)
dependabot[bot] 8ac3785
fix(tree, tree-item): works when tree is the topmost element in a sha…
Elijbet 553e419
ci: fix next releases take 4 (#5500)
benelan cb4835b
1.0.0-next.599
github-actions[bot] 35b10e7
fix(flow-item): Render back button first. (#5511)
driskull c63b8d8
1.0.0-next.600
github-actions[bot] f3e06a4
fix(tab): applies section styles onto the enclosing parent (#5516)
Elijbet b12b123
1.0.0-next.601
github-actions[bot] a6f76c0
merge master
jcfranco File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can assert
esMessages
toEqualenMessage
without the need of addingfakeBundleIdentifier
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we did so, this would no longer catch problems with locale bundle switching as the
en
one wouldn't change.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sense.