Skip to content

Commit

Permalink
chore(menu-item): adds base message bundles. (#6938)
Browse files Browse the repository at this point in the history
**Related Issue:** #6531 

## Summary
This will add base message bundles to enable translations build process.
  • Loading branch information
anveshmekala authored May 8, 2023
1 parent 0762551 commit 305f4c5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/menu-item/assets/menu-item/t9n/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"submenu": "Submenu",
"open": "Open"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"submenu": "Submenu",
"open": "Open"
}
1 change: 1 addition & 0 deletions t9nmanifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ src\components\input-text\assets\input-text\t9n
src\components\input-time-picker\assets\input-time-picker\t9n
src\components\input\assets\input\t9n
src\components\list-item\assets\list-item\t9n
src\components\menu-item\assets\menu-item\t9n
src\components\modal\assets\modal\t9n
src\components\notice\assets\notice\t9n
src\components\pagination\assets\pagination\t9n
Expand Down

0 comments on commit 305f4c5

Please sign in to comment.