Skip to content

Commit

Permalink
feat(action): add built-in translation support for indicator text (#5895
Browse files Browse the repository at this point in the history
)

**Related Issue:** #4813 

## Summary

This PR will enable built-in translations for `indicator` text in
`calcite-action`.
  • Loading branch information
anveshmekala committed Dec 7, 2022
1 parent 4f21c5c commit 704db6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/action/assets/action/t9n/messages.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"loading": "Loading"
"loading": "Loading",
"indicator": "Indicator present"
}

0 comments on commit 704db6d

Please sign in to comment.