Skip to content

Commit

Permalink
fear: remove builder translations (#233)
Browse files Browse the repository at this point in the history
Builder translations are saved in builder directly
  • Loading branch information
pyphilia authored Aug 28, 2023
1 parent 9fd0aad commit a196999
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 1,283 deletions.
307 changes: 0 additions & 307 deletions src/constants/builder.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,7 +1,6 @@
export * from './account';
export * from './association';
export * from './auth';
export * from './builder';
export * from './player';
export * from './categories';
export * from './common';
Expand Down
232 changes: 0 additions & 232 deletions src/langs/ar/builder.json

This file was deleted.

231 changes: 0 additions & 231 deletions src/langs/de/builder.json

This file was deleted.

250 changes: 0 additions & 250 deletions src/langs/en/builder.json

This file was deleted.

250 changes: 0 additions & 250 deletions src/langs/fr/builder.json

This file was deleted.

11 changes: 0 additions & 11 deletions src/langs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ import categoriesFR from './fr/categories.json';
import categoriesDE from './de/categories.json';
import categoriesIT from './it/categories.json';
import categoriesAR from './ar/categories.json';
import builderEN from './en/builder.json';
import builderFR from './fr/builder.json';
import builderDE from './de/builder.json';
import builderIT from './it/builder.json';
import builderAR from './ar/builder.json';
import playerEN from './en/player.json';
import playerFR from './fr/player.json';
import playerDE from './de/player.json';
Expand Down Expand Up @@ -84,7 +79,6 @@ export const namespaces = {
account: 'account',
auth: 'auth',
association: 'association',
builder: 'builder',
player: 'player',
categories: 'categories',
chatbox: 'chatbox',
Expand All @@ -100,7 +94,6 @@ const en = {
[namespaces.account]: accountEN,
[namespaces.auth]: authEN,
[namespaces.association]: associationEN,
[namespaces.builder]: builderEN,
[namespaces.player]: playerEN,
[namespaces.categories]: categoriesEN,
[namespaces.chatbox]: chatboxEN,
Expand All @@ -121,7 +114,6 @@ const fr = {
[namespaces.account]: accountFR,
[namespaces.auth]: authFR,
[namespaces.association]: associationFR,
[namespaces.builder]: builderFR,
[namespaces.player]: playerFR,
[namespaces.categories]: categoriesFR,
[namespaces.chatbox]: chatboxFR,
Expand All @@ -142,7 +134,6 @@ const de = {
[namespaces.account]: accountDE,
[namespaces.association]: associationDE,
[namespaces.auth]: authDE,
[namespaces.builder]: builderDE,
[namespaces.player]: playerDE,
[namespaces.categories]: categoriesDE,
[namespaces.chatbox]: chatboxDE,
Expand All @@ -163,7 +154,6 @@ const it = {
[namespaces.account]: accountIT,
[namespaces.association]: associationIT,
[namespaces.auth]: authIT,
[namespaces.builder]: builderIT,
[namespaces.player]: playerIT,
[namespaces.categories]: categoriesIT,
[namespaces.chatbox]: chatboxIT,
Expand All @@ -184,7 +174,6 @@ const ar = {
[namespaces.account]: accountAR,
[namespaces.association]: associationAR,
[namespaces.auth]: authAR,
[namespaces.builder]: builderAR,
[namespaces.player]: playerAR,
[namespaces.categories]: categoriesAR,
[namespaces.chatbox]: chatboxAR,
Expand Down
1 change: 0 additions & 1 deletion src/langs/it/builder.json

This file was deleted.

0 comments on commit a196999

Please sign in to comment.