All files / app/i18n resources.ts

100% Statements 12/12
100% Branches 0/0
100% Functions 0/0
100% Lines 12/12

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 2683x 83x 83x 83x 83x 83x 83x 83x 83x 83x   83x                         83x  
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 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,
  profile,
  search,
  global,
} as const;
 
export default resources;