Skip to content

Commit 207370d

Browse files
committed
Resolved some small issues
1 parent d29ddb7 commit 207370d

File tree

2 files changed

+16
-20
lines changed

2 files changed

+16
-20
lines changed

src/declaration.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
<<<<<<< HEAD
21
declare module "*.png"
32
declare module '*.json' {
43
const value: any;
54
export default value;
65
}
7-
=======
8-
declare module "*.png"
9-
>>>>>>> 45d0bd74b629ed311466970d2ae9c435d1df47a8

src/utils/i18n/locales/en/en.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "React ChatBotify Gallery",
55
"plugin": "Plugins",
66
"themes": "Themes",
7-
"themebuild": "Theme Builder",
7+
"themebuilder": "Theme Builder",
88
"docs": "Documentation",
99
"discord": "Discord",
1010
"login": "Login",
@@ -27,7 +27,7 @@
2727
"search": "Search",
2828
"searchbar":"Search Themes...",
2929

30-
"thcreds":{
30+
"themeauthors":{
3131
"name1":"Tan Jin",
3232
"name2":"Lewis Hamilton"
3333
},
@@ -48,7 +48,7 @@
4848
},
4949

5050

51-
"coldesc":{
51+
"colordescription":{
5252
"cyberdesc":"A minimalistic design inspired by Nike Air Mag",
5353
"azuredesc":"A deep space blue dark style",
5454
"lewisdesc":"Based in the trademark of Lewis Hamilton 44",
@@ -67,35 +67,35 @@
6767
"sponsor":"Powered by React ChatBotify"
6868
},
6969
"prompts":{
70-
"next":"What's next? 😊",
71-
"try":"Try again",
72-
"chkdocs":"Check Documentation",
70+
"message3":"What's next? 😊",
71+
"message4":"Try again",
72+
"documentation":"Check Documentation",
7373
"discord":"Discord",
74-
"msg1":"Hello 👋! Did you know? The order of specifying themes matters!",
75-
"msg2":"Try previewing some themes below, or click on those on the left!",
76-
"err":"Hmmm I'm not sure what you said, but let's try again!"
74+
"message1":"Hello 👋! Did you know? The order of specifying themes matters!",
75+
"message2":"Try previewing some themes below, or click on those on the left!",
76+
"error":"Hmmm I'm not sure what you said, but let's try again!"
7777
},
7878

7979
"display":{
8080
"preview":"Preview Themes",
8181
"blank":"No themes selected for preview",
82-
"cview":"Clear Previews"
82+
"clearview":"Clear Previews"
8383
},
8484

85-
"thlist":{
85+
"themelist":{
8686
"themedetails":"View Details",
87-
"view":"Preview"
87+
"themeview":"Preview"
8888
},
8989

9090
"carddetails":{
9191
"name":"Name",
9292
"details":"Description",
9393
"id":"ID",
94-
"ver":"Version",
95-
"auth":"Author",
94+
"version":"Version",
95+
"author":"Author",
9696
"tags":"Tags",
97-
"cont":"Content",
98-
"down":"Download"
97+
"content":"Content",
98+
"install":"Download"
9999
}
100100

101101

0 commit comments

Comments
 (0)