[다국어] 일괄 수정

This commit is contained in:
jangheon Pyo
2024-05-30 15:25:11 +09:00
parent d268a853f2
commit a96e5d83aa
12 changed files with 33 additions and 31 deletions

View File

@@ -9,6 +9,7 @@ import SpotlightContainerDecorator, {
import Spottable from "@enact/spotlight/Spottable";
import css from "./THeader.module.less";
import { $L } from "../../utils/helperMethods";
const Container = SpotlightContainerDecorator(
{ enterTo: "last-focused" },
@@ -63,7 +64,7 @@ export default function THeader({
className={css.title}
marqueeDisabled={marqueeDisabled}
>
{title}
{$L(title)}
</Marquee>
{children}
</Container>