Revision 277803a8949cedc395fe4b413ac801f39cbba630 authored by Sonia Aguilar on 13 October 2022, 08:00:59 UTC, committed by GitHub on 13 October 2022, 08:00:59 UTC
* Refactor fetch for reveivers for using  RTKQuery

* Simplify receiversApi contactPointsState endpoint

* Fix tests and create useGetContactPointsState hook for using receiversApi.useContactPointsStateQuery
1 parent 5af36e4
Raw File
.linguirc
{
  "locales": [
    "en-US",
    "fr-FR",
    "es-ES",
    "pseudo-LOCALE"
  ],
  "catalogs": [
    {
      "path": "public/locales/{locale}/messages",
      "include": [
        "public/app"
      ],
      "exclude": [
        "**/*.d.ts",
        "**/*.test.ts",
        "**/node_modules/**",
        "public/app/plugins"
      ]
    }
  ],
  "fallbackLocales": {
    "pseudo-LOCALE": "en-US",
    "default": "en-US"
  },
  "pseudoLocale": "pseudo-LOCALE",
  "sourceLocale": "en-US",
  "format": "po",
  "formatOptions": {
    "lineNumbers": false
  }
}
back to top