mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-30 17:26:24 +02:00
💄 Add custom auth error page (#903)
This commit is contained in:
parent
6fa66da681
commit
eaa8f5813d
4 changed files with 45 additions and 16 deletions
|
@ -1,7 +1,7 @@
|
|||
const typescriptTransform = require("i18next-scanner-typescript");
|
||||
|
||||
module.exports = {
|
||||
input: ["src/**/*.{ts,tsx}"],
|
||||
input: ["src/**/*.{ts,tsx}", "!src/utils/auth.ts"],
|
||||
options: {
|
||||
keySeparator: ".",
|
||||
nsSeparator: false,
|
||||
|
@ -13,10 +13,6 @@ module.exports = {
|
|||
removeUnusedKeys: true,
|
||||
func: {
|
||||
list: ["t"],
|
||||
extensions: [".js", ".jsx"],
|
||||
},
|
||||
trans: {
|
||||
extensions: [".js", ".jsx"],
|
||||
},
|
||||
resource: {
|
||||
loadPath: "public/locales/{{lng}}/{{ns}}.json",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue