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",

translations/locales/hi/translations.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -563,10 +563,6 @@
563563
"35Seconds": "३५ सेकंड पहले",
564564
"Ago": "{{timeAgo}} पहले"
565565
},
566-
"AddRemoveButton": {
567-
"AltAddARIA": "संग्रह में जोड़ें",
568-
"AltRemoveARIA": "संग्रह से हटाएं"
569-
},
570566
"CopyableInput": {
571567
"CopiedARIA": "क्लिपबोर्ड पर कॉपी किया!",
572568
"OpenViewTabARIA": "{{label}} व्यू नए टैब में खोलें"
@@ -602,14 +598,6 @@
602598
"On": "ऑन",
603599
"Off": "औफ"
604600
},
605-
"MobileIDEView":{
606-
"Preferences": "प्राथमिकता",
607-
"MyStuff": "मेरे वस्तु",
608-
"Examples": "उदाहरण",
609-
"OriginalEditor": "ओरिजिनल एडिटर",
610-
"Login": "लॉग इन",
611-
"Logout": "लॉग आउट"
612-
},
613601
"MobileDashboardView": {
614602
"Examples": "उदाहरण",
615603
"Sketches": "स्केच",

translations/locales/it/translations.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -554,10 +554,6 @@
554554
"35Seconds": "35 secondi fa",
555555
"Ago": "{{timeAgo}} fa"
556556
},
557-
"AddRemoveButton": {
558-
"AltAddARIA": "Aggiungi alla collezione",
559-
"AltRemoveARIA": "Remove from collezione"
560-
},
561557
"CopyableInput": {
562558
"CopiedARIA": "Copiato negli appunti!",
563559
"OpenViewTabARIA": "Apri {{label}} vista in nuova pagina"
@@ -592,14 +588,6 @@
592588
"On": "On",
593589
"Off": "Off"
594590
},
595-
"MobileIDEView":{
596-
"Preferences": "Preferenze",
597-
"MyStuff": "Le mie cose",
598-
"Examples": "Esempi",
599-
"OriginalEditor": "Editor originale",
600-
"Login": "Accedi",
601-
"Logout": "Disconnetti"
602-
},
603591
"MobileDashboardView": {
604592
"Examples": "Esempi",
605593
"Sketches": "Sketch",

translations/locales/ja/translations.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -552,10 +552,6 @@
552552
"35Seconds": "35秒前",
553553
"Ago": "{{timeAgo}}前"
554554
},
555-
"AddRemoveButton": {
556-
"AltAddARIA": "コレクションへ追加",
557-
"AltRemoveARIA": "コレクションから削除"
558-
},
559555
"CopyableInput": {
560556
"CopiedARIA": "クリップボードへコピーしました!",
561557
"OpenViewTabARIA": "新しいタブで {{label}} ビューを開く"
@@ -590,14 +586,6 @@
590586
"On": "オン",
591587
"Off": "オフ"
592588
},
593-
"MobileIDEView":{
594-
"Preferences": "設定",
595-
"MyStuff": "マイスタッフ",
596-
"Examples": "サンプル",
597-
"OriginalEditor": "オリジナルエディター",
598-
"Login": "ログイン",
599-
"Logout": "ログアウト"
600-
},
601589
"MobileDashboardView": {
602590
"Examples": "サンプル",
603591
"Sketches": "スケッチ",

translations/locales/ko/translations.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -539,10 +539,6 @@
539539
"35Seconds": "35 seconds ago",
540540
"Ago": "{{timeAgo}} ago"
541541
},
542-
"AddRemoveButton": {
543-
"AltAddARIA": "Add to collection",
544-
"AltRemoveARIA": "Remove from collection"
545-
},
546542
"CopyableInput": {
547543
"CopiedARIA": "Copied to Clipboard!",
548544
"OpenViewTabARIA": "Open {{label}} view in new tab"
@@ -577,14 +573,6 @@
577573
"On": "On",
578574
"Off": "Off"
579575
},
580-
"MobileIDEView":{
581-
"Preferences": "Preferences",
582-
"MyStuff": "My Stuff",
583-
"Examples": "Examples",
584-
"OriginalEditor": "Original Editor",
585-
"Login": "Login",
586-
"Logout": "Logout"
587-
},
588576
"MobileDashboardView": {
589577
"Examples": "Examples",
590578
"Sketches": "Sketches",

translations/locales/pt-BR/translations.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -551,10 +551,6 @@
551551
"35Seconds": "35 segundos atrás",
552552
"Ago": "{{timeAgo}} atrás"
553553
},
554-
"AddRemoveButton": {
555-
"AltAddARIA": "Adicionar à coleção",
556-
"AltRemoveARIA": "Remover da coleção"
557-
},
558554
"CopyableInput": {
559555
"CopiedARIA": "Copiado para a Área de Transferência!",
560556
"OpenViewTabARIA": "Abrir a vista {{label}} em nova aba"
@@ -589,14 +585,6 @@
589585
"On": "Ligado",
590586
"Off": "Desligado"
591587
},
592-
"MobileIDEView":{
593-
"Preferences": "Preferências",
594-
"MyStuff": "Minhas Coisas",
595-
"Examples": "Exemplos",
596-
"OriginalEditor": "Editor Original",
597-
"Login": "Entrar",
598-
"Logout": "Sair"
599-
},
600588
"MobileDashboardView": {
601589
"Examples": "Exemplos",
602590
"Sketches": "Esboços",

0 commit comments

Comments
 (0)