Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove auth #310

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.