From f060fa0f6887c42379c9d304ce8dcaee9cde7ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rado=C5=A1=20Mili=C4=87ev?= <40705899+rammba@users.noreply.github.com> Date: Wed, 20 Nov 2024 22:44:59 +0100 Subject: [PATCH 1/3] Translate Challenges.tsx --- src/components/MDX/Challenges/Challenges.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MDX/Challenges/Challenges.tsx b/src/components/MDX/Challenges/Challenges.tsx index 661269f0e..713ef85df 100644 --- a/src/components/MDX/Challenges/Challenges.tsx +++ b/src/components/MDX/Challenges/Challenges.tsx @@ -78,7 +78,7 @@ export function Challenges({ children, isRecipes, noTitle, - titleText = isRecipes ? 'Try out some examples' : 'Try out some challenges', + titleText = isRecipes ? 'Pogledajte par primera' : 'Probajte da rešite par izazova', titleId = isRecipes ? 'examples' : 'challenges', }: ChallengesProps) { const challenges = parseChallengeContents(children); From 5ce38da38967a22c0c9b201083d0ac1d6887c9cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rado=C5=A1=20Mili=C4=87ev?= <40705899+rammba@users.noreply.github.com> Date: Wed, 20 Nov 2024 22:49:33 +0100 Subject: [PATCH 2/3] Update Challenges.tsx From 3f4fe5a475026e54bc63506075900030535f174c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rado=C5=A1=20Mili=C4=87ev?= <40705899+rammba@users.noreply.github.com> Date: Wed, 20 Nov 2024 22:54:46 +0100 Subject: [PATCH 3/3] Update Challenges.tsx --- src/components/MDX/Challenges/Challenges.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/MDX/Challenges/Challenges.tsx b/src/components/MDX/Challenges/Challenges.tsx index 713ef85df..cb1a1d953 100644 --- a/src/components/MDX/Challenges/Challenges.tsx +++ b/src/components/MDX/Challenges/Challenges.tsx @@ -78,7 +78,9 @@ export function Challenges({ children, isRecipes, noTitle, - titleText = isRecipes ? 'Pogledajte par primera' : 'Probajte da rešite par izazova', + titleText = isRecipes + ? 'Pogledajte par primera' + : 'Probajte da rešite par izazova', titleId = isRecipes ? 'examples' : 'challenges', }: ChallengesProps) { const challenges = parseChallengeContents(children);