Apply i18n

This commit is contained in:
Takeshi Kimata
2024-05-05 21:20:56 +09:00
parent 03560f8d17
commit ac9af2d604
15 changed files with 79 additions and 134 deletions

View File

@@ -8,7 +8,7 @@ export default function Page({
}) {
const t = useTranslations("Runs");
const messages = {
runs: t("runs"),
runList: t("run_list"),
id: t("id"),
name: t("name"),
description: t("description"),