Skip to content

Commit aaefbcd

Browse files
authored
Merge pull request #2561 from yashpandey06/yash/cleaning-codebase
Cleaned the codebase by removing unused files inside client/component…
2 parents f8cd102 + af72ca2 commit aaefbcd

21 files changed

+0
-304
lines changed

client/components/AddRemoveButton.jsx

Lines changed: 0 additions & 32 deletions
This file was deleted.

client/components/NavBasic.jsx

Lines changed: 0 additions & 52 deletions
This file was deleted.

client/components/OverlayManager.jsx

Lines changed: 0 additions & 26 deletions
This file was deleted.

client/constants.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// multiple files
33
export const UPDATE_FILE_CONTENT = 'UPDATE_FILE_CONTENT';
44
export const TOGGLE_SKETCH = 'TOGGLE_SKETCH';
5-
65
export const START_SKETCH = 'START_SKETCH';
76
export const STOP_SKETCH = 'STOP_SKETCH';
87

client/i18n-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import i18n from 'i18next';
22
import { initReactI18next } from 'react-i18next';
3-
43
import translations from '../translations/locales/en-US/translations.json';
54

65
i18n.use(initReactI18next).init({

translations/locales/be/translations.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -558,10 +558,6 @@
558558
"35Seconds": "35 সেকেন্ড আগে",
559559
"Ago": "{{timeAgo}} আগে"
560560
},
561-
"AddRemoveButton": {
562-
"AltAddARIA": "সংগ্রহে যোগ করুন",
563-
"AltRemoveARIA": "সংগ্রহ থেকে সরান"
564-
},
565561
"CopyableInput": {
566562
"CopiedARIA": "ক্লিপবোর্ডে কপি করা হয়েছে!",
567563
"OpenViewTabARIA": "{{label}} দেখুন নতুন ট্যাবে"
@@ -597,14 +593,6 @@
597593
"On": "চালু",
598594
"Off": "বন্ধ"
599595
},
600-
"MobileIDEView": {
601-
"Preferences": "পছন্দ",
602-
"MyStuff": "আমার জিনিসপত্র",
603-
"Examples": "উদাহরণ",
604-
"OriginalEditor": "মৌলিক এডিটর",
605-
"Login": "লগইন",
606-
"Logout": "লগআউট"
607-
},
608596
"MobileDashboardView": {
609597
"Examples": "উদাহরণ",
610598
"Sketches": "স্কেচগুলি",

translations/locales/de/translations.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -552,10 +552,6 @@
552552
"35Seconds": "vor 35 Sekunden",
553553
"Ago": "vor {{timeAgo}}"
554554
},
555-
"AddRemoveButton": {
556-
"AltAddARIA": "Zur Sammlung hinzufügen",
557-
"AltRemoveARIA": "Aus Sammlung entfernen"
558-
},
559555
"CopyableInput": {
560556
"CopiedARIA": "In die Zwischenablage kopiert",
561557
"OpenViewTabARIA": "Öffne {{label}} in neuem Tab"
@@ -590,14 +586,6 @@
590586
"On": "An",
591587
"Off": "Aus"
592588
},
593-
"MobileIDEView": {
594-
"Preferences": "Einstellungen",
595-
"MyStuff": "Mein Zeug",
596-
"Examples": "Beispiele",
597-
"OriginalEditor": "Original-Editor",
598-
"Login": "Anmelden",
599-
"Logout": "Abmelden"
600-
},
601589
"MobileDashboardView": {
602590
"Examples": "Beispiele",
603591
"Sketches": "Sketche",

translations/locales/en-US/translations.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -563,10 +563,6 @@
563563
"35Seconds": "35 seconds ago",
564564
"Ago": "{{timeAgo}} ago"
565565
},
566-
"AddRemoveButton": {
567-
"AltAddARIA": "Add to collection",
568-
"AltRemoveARIA": "Remove from collection"
569-
},
570566
"CopyableInput": {
571567
"CopiedARIA": "Copied to Clipboard!",
572568
"OpenViewTabARIA": "Open {{label}} view in new tab"
@@ -602,14 +598,6 @@
602598
"On": "On",
603599
"Off": "Off"
604600
},
605-
"MobileIDEView":{
606-
"Preferences": "Preferences",
607-
"MyStuff": "My Stuff",
608-
"Examples": "Examples",
609-
"OriginalEditor": "Original Editor",
610-
"Login": "Login",
611-
"Logout": "Logout"
612-
},
613601
"MobileDashboardView": {
614602
"Examples": "Examples",
615603
"Sketches": "Sketches",

translations/locales/es-419/translations.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -551,10 +551,6 @@
551551
"35Seconds": "hace 35 segundos",
552552
"Ago": "hace {{timeAgo}}"
553553
},
554-
"AddRemoveButton": {
555-
"AltAddARIA": "Agregar a colección",
556-
"AltRemoveARIA": "Remover de colección"
557-
},
558554
"CopyableInput": {
559555
"CopiedARIA": "¡Copiado en el portapapeles!",
560556
"OpenViewTabARIA": "Abrir la vista {{label}} en nueva pestaña"
@@ -589,14 +585,6 @@
589585
"On": "Activar",
590586
"Off": "Desactivar"
591587
},
592-
"MobileIDEView":{
593-
"Preferences": "Preferencias",
594-
"MyStuff": "Mis cosas",
595-
"Examples": "Ejemplos",
596-
"OriginalEditor": "Editor Original",
597-
"Login": "Ingresa",
598-
"Logout": "Cerrar sesión"
599-
},
600588
"MobileDashboardView": {
601589
"Examples": "Ejemplos",
602590
"Sketches": "Bosquejos",

translations/locales/fr-CA/translations.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -554,10 +554,6 @@
554554
"35Seconds": "Il y a 35 secondes",
555555
"Ago": "Il y a {{timeAgo}}"
556556
},
557-
"AddRemoveButton": {
558-
"AltAddARIA": "Ajouter à la collection",
559-
"AltRemoveARIA": "Supprimer de la collection"
560-
},
561557
"CopyableInput": {
562558
"CopiedARIA": "Copié dans le presse-papiers!",
563559
"OpenViewTabARIA": "Ouvrir la fenêtre {{label}} dans un nouvel onglet"
@@ -592,14 +588,6 @@
592588
"On": "Activé",
593589
"Off": "Désactivé"
594590
},
595-
"MobileIDEView":{
596-
"Preferences": "Préférences",
597-
"MyStuff": "Mes trucs",
598-
"Examples": "Exemples",
599-
"OriginalEditor": "Éditeur original",
600-
"Login": "Se connecter",
601-
"Logout": "Se déconnecter"
602-
},
603591
"MobileDashboardView": {
604592
"Examples": "Exemples",
605593
"Sketches": "Croquis",

0 commit comments

Comments
 (0)