Skip to content

Commit

Permalink
chore(handle): add message bundles for translation. (#6493)
Browse files Browse the repository at this point in the history
**Related Issue:** #6248 

## Summary

This PR will add message bundles required for translation build.
  • Loading branch information
anveshmekala authored Feb 16, 2023
1 parent db10394 commit 924ee69
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/handle/assets/handle/t9n/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"dragHandle": "Drag handle"
}
3 changes: 3 additions & 0 deletions src/components/handle/assets/handle/t9n/messages_en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"dragHandle": "Drag handle"
}
1 change: 1 addition & 0 deletions t9nmanifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ src\components\combobox\assets\combobox\t9n
src\components\date-picker\assets\date-picker\t9n
src\components\filter\assets\filter\t9n
src\components\flow-item\assets\flow-item\t9n
src\components\handle\assets\handle\t9n
src\components\inline-editable\assets\inline-editable\t9n
src\components\input-number\assets\input-number\t9n
src\components\input-text\assets\input-text\t9n
Expand Down

0 comments on commit 924ee69

Please sign in to comment.