Skip to content

Commit

Permalink
Added prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardik-hi committed Jul 6, 2022
1 parent 49773d9 commit 494d064
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 139 deletions.
2 changes: 1 addition & 1 deletion packages/announcements/modulefederation.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
"./Announcements": "./src/pages/Announcements",
},
remotes: {
core: `core@[window.appModules.core.url]/moduleEntry.js`
core: `core@[window.appModules.core.url]/moduleEntry.js`,
},
filename: "moduleEntry.js",
shared: {
Expand Down
6 changes: 3 additions & 3 deletions packages/announcements/public/locales/en/announcements.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ANNOUNCEMENTS":"Announcements",
"VIEW_LATEST_ANNOUNCEMENTS":"View Latest Announcements",
"RESET_FILTERS":"Reset Filters"
"ANNOUNCEMENTS": "Announcements",
"VIEW_LATEST_ANNOUNCEMENTS": "View Latest Announcements",
"RESET_FILTERS": "Reset Filters"
}
6 changes: 3 additions & 3 deletions packages/announcements/public/locales/hi/announcements.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ANNOUNCEMENTS":"घोषनायें",
"VIEW_LATEST_ANNOUNCEMENTS":"नवीनतम घोषणाएं देखें",
"RESET_FILTERS":"फ़िल्टर रीसेट करें"
"ANNOUNCEMENTS": "घोषनायें",
"VIEW_LATEST_ANNOUNCEMENTS": "नवीनतम घोषणाएं देखें",
"RESET_FILTERS": "फ़िल्टर रीसेट करें"
}
Loading

0 comments on commit 494d064

Please sign in to comment.