Translate Korean "소개" to English "About" for UI elements
Replace Korean text "소개" with "About" in Community, MediaOutlet, and Report page components to align with English language interface. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/cEkjo93
This commit is contained in:
4
.replit
4
.replit
@ -38,10 +38,6 @@ externalPort = 3001
|
|||||||
localPort = 38387
|
localPort = 38387
|
||||||
externalPort = 3003
|
externalPort = 3003
|
||||||
|
|
||||||
[[ports]]
|
|
||||||
localPort = 41311
|
|
||||||
externalPort = 6800
|
|
||||||
|
|
||||||
[[ports]]
|
[[ports]]
|
||||||
localPort = 41425
|
localPort = 41425
|
||||||
externalPort = 6000
|
externalPort = 6000
|
||||||
|
|||||||
@ -159,7 +159,7 @@ export default function Community() {
|
|||||||
data-testid="button-profile"
|
data-testid="button-profile"
|
||||||
>
|
>
|
||||||
<IdCard className="h-3.5 w-3.5" />
|
<IdCard className="h-3.5 w-3.5" />
|
||||||
<span>소개</span>
|
<span>About</span>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -230,7 +230,7 @@ export default function MediaOutlet() {
|
|||||||
data-testid="button-profile"
|
data-testid="button-profile"
|
||||||
>
|
>
|
||||||
<IdCard className="h-3.5 w-3.5" />
|
<IdCard className="h-3.5 w-3.5" />
|
||||||
<span>소개</span>
|
<span>About</span>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -496,7 +496,7 @@ export default function Report() {
|
|||||||
data-testid="button-profile"
|
data-testid="button-profile"
|
||||||
>
|
>
|
||||||
<IdCard className="h-3.5 w-3.5" />
|
<IdCard className="h-3.5 w-3.5" />
|
||||||
<span>소개</span>
|
<span>About</span>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user