Skip to content

Commit

Permalink
update i18n config
Browse files Browse the repository at this point in the history
  • Loading branch information
shivankacker committed Aug 22, 2024
1 parent 7d52a72 commit 1d44989
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Locale/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import Resource from "./Resource.json";
import Shifting from "./Shifting.json";
import SortOptions from "./SortOptions.json";
import Users from "./Users.json";
import FileUpload from "./FileUpload.json";

export default {
...Auth,
Expand All @@ -37,5 +38,6 @@ export default {
...Bed,
...Users,
...LogUpdate,
...FileUpload,
SortOptions,
};

0 comments on commit 1d44989

Please sign in to comment.