fix(i18n): typos

This commit is contained in:
2026-02-26 15:11:42 +01:00
parent 94d94fdef0
commit 7c69a4b5bc
2 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ let timeline: gsap.core.Timeline | null = null;
const text = computed(() => { const text = computed(() => {
const project = store.projects[store.currentProject]!; const project = store.projects[store.currentProject]!;
return $t("projects.linkConformationPopup.text", { return $t("projects.linkConfirmationPopup.text", {
url: project.link.replace(/^https?:\/\//, ""), url: project.link.replace(/^https?:\/\//, ""),
}); });
}); });
@@ -155,13 +155,13 @@ onRender((ctx) => {
drawTextWithShadow( drawTextWithShadow(
ctx, ctx,
$t("projects.linkConformationPopup.yes").toUpperCase(), $t("projects.linkConfirmationPopup.yes").toUpperCase(),
207, 207,
YES_Y - 3, YES_Y - 3,
); );
drawTextWithShadow( drawTextWithShadow(
ctx, ctx,
$t("projects.linkConformationPopup.no").toUpperCase(), $t("projects.linkConfirmationPopup.no").toUpperCase(),
207, 207,
NO_Y - 3, NO_Y - 3,
); );

View File

@@ -129,7 +129,7 @@
}, },
"user": { "user": {
"title": "User", "title": "User",
"description": "Enter user informations.", "description": "Enter user information.",
"color": { "color": {
"title": "Color", "title": "Color",
"description": "Select your favorite color.", "description": "Select your favorite color.",
@@ -199,7 +199,7 @@
"backToHome": "Back to Home" "backToHome": "Back to Home"
}, },
"projects": { "projects": {
"linkConformationPopup": { "linkConfirmationPopup": {
"yes": "yes", "yes": "yes",
"no": "no", "no": "no",
"text": "Open {url}?" "text": "Open {url}?"