This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Enhancement: Rename text props we provide a default for to have intl-
prefix
#818
Closed
18 tasks done
Labels
4 - verified
architecture
doc
Anything related to documentation
enhancement
New feature request for an existing component
intl
p - medium
Milestone
Comments
I vote to deprecate and remove later. |
moved to top |
driskull
added a commit
that referenced
this issue
Feb 14, 2020
locale-
prefixintl-
prefix
This was referenced Feb 21, 2020
@jcfranco do you think you could take the block and filter? |
@driskull Sure thing. |
jcfranco
added a commit
that referenced
this issue
Feb 27, 2020
jcfranco
added a commit
that referenced
this issue
Feb 27, 2020
jcfranco
added a commit
that referenced
this issue
Feb 27, 2020
jcfranco
added a commit
that referenced
this issue
Feb 27, 2020
jcfranco
added a commit
that referenced
this issue
Feb 27, 2020
driskull
added a commit
that referenced
this issue
Mar 12, 2020
* #818 deprecate text for locale (action-bar & action-pad) * stories * rename locale to intl * readmes * use intl in stories * cleanup * put TEXT back in resources
looks good. any reason we don't have intlPlaceholder for filter? closing |
Because we don't supply a default value for it. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
4 - verified
architecture
doc
Anything related to documentation
enhancement
New feature request for an existing component
intl
p - medium
Description
Enhancement: Rename text props we provide a default for to have
intl-
prefixAcceptance Criteria
All properties that we provide default text in English be prefixed with
intl-
so that we can document the purpose of these properties and have them named consistently.Relevant Info
Also consider having a bundle file where we can reuse some of the common English strings for the defaults.
Which Component
All
Example Use Case
text-close
=>intl-close
text-back
=>intl-back
Props to change
calcite-action-bar
calcite-action-pad
calcite-block
calcite-block-section
calcite-filter
calcite-flow-item
calcite-panel
calcite-tip
calcite-tip-manager
The text was updated successfully, but these errors were encountered: