All files / app/i18n resources.ts

100% Statements 14/14
100% Branches 0/0
100% Functions 0/0
100% Lines 13/13

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2886x 86x 86x 86x 86x 86x 86x 86x 86x 86x 86x   86x                           86x  
import auth from "features/auth/locales/en.json";
import communities from "features/communities/locales/en.json";
import connections from "features/connections/locales/en.json";
import dashboard from "features/dashboard/locales/en.json";
import donations from "features/donations/locales/en.json";
import landing from "features/landing/locales/en.json";
import messages from "features/messages/locales/en.json";
import notifications from "features/notifications/locales/en.json";
import profile from "features/profile/locales/en.json";
import search from "features/search/locales/en.json";
import global from "resources/locales/en.json";
 
const resources = {
  auth,
  communities,
  connections,
  dashboard,
  donations,
  landing,
  messages,
  notifications,
  profile,
  search,
  global,
} as const;
 
export default resources;