Skip to content

Commit

Permalink
feat: remove auth (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia authored Jan 8, 2024
1 parent b35b12e commit 246c30b
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 145 deletions.
28 changes: 0 additions & 28 deletions src/constants/auth.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export * from './association';
export * from './auth';
export * from './categories';
export * from './common';
export * from './chatbox';
Expand Down
21 changes: 0 additions & 21 deletions src/langs/ar/auth.json

This file was deleted.

27 changes: 0 additions & 27 deletions src/langs/de/auth.json

This file was deleted.

27 changes: 0 additions & 27 deletions src/langs/en/auth.json

This file was deleted.

1 change: 0 additions & 1 deletion src/langs/es/auth.json

This file was deleted.

27 changes: 0 additions & 27 deletions src/langs/fr/auth.json

This file was deleted.

12 changes: 0 additions & 12 deletions src/langs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ import chatboxDE from './de/chatbox.json';
import chatboxIT from './it/chatbox.json';
import chatboxAR from './ar/chatbox.json';
import chatboxES from './es/chatbox.json';
import authEN from './en/auth.json';
import authFR from './fr/auth.json';
import authDE from './de/auth.json';
import authIT from './it/auth.json';
import authAR from './ar/auth.json';
import authES from './es/auth.json';
import categoriesEN from './en/categories.json';
import categoriesFR from './fr/categories.json';
import categoriesDE from './de/categories.json';
Expand Down Expand Up @@ -92,7 +86,6 @@ export const namespaces = {
};

const en = {
[namespaces.auth]: authEN,
[namespaces.association]: associationEN,
[namespaces.categories]: categoriesEN,
[namespaces.chatbox]: chatboxEN,
Expand All @@ -110,7 +103,6 @@ const en = {
};

const fr = {
[namespaces.auth]: authFR,
[namespaces.association]: associationFR,
[namespaces.categories]: categoriesFR,
[namespaces.chatbox]: chatboxFR,
Expand All @@ -129,7 +121,6 @@ const fr = {

const de = {
[namespaces.association]: associationDE,
[namespaces.auth]: authDE,
[namespaces.categories]: categoriesDE,
[namespaces.chatbox]: chatboxDE,
[namespaces.common]: commonDE,
Expand All @@ -147,7 +138,6 @@ const de = {

const it = {
[namespaces.association]: associationIT,
[namespaces.auth]: authIT,
[namespaces.categories]: categoriesIT,
[namespaces.chatbox]: chatboxIT,
[namespaces.common]: commonIT,
Expand All @@ -165,7 +155,6 @@ const it = {

const ar = {
[namespaces.association]: associationAR,
[namespaces.auth]: authAR,
[namespaces.categories]: categoriesAR,
[namespaces.chatbox]: chatboxAR,
[namespaces.common]: commonAR,
Expand All @@ -183,7 +172,6 @@ const ar = {

const es = {
[namespaces.association]: associationES,
[namespaces.auth]: authES,
[namespaces.categories]: categoriesES,
[namespaces.chatbox]: chatboxES,
[namespaces.common]: commonES,
Expand Down
1 change: 0 additions & 1 deletion src/langs/it/auth.json

This file was deleted.

0 comments on commit 246c30b

Please sign in to comment.