From f808fc05f8531af9a1e7f0fd34cdfa83c90f4895 Mon Sep 17 00:00:00 2001 From: Tom Wheeler Date: Wed, 17 Sep 2025 15:51:30 -0500 Subject: [PATCH] fixed Slovak translations --- exercises/durable-execution/practice/Web/Program.cs | 4 ++-- exercises/durable-execution/solution/Web/Program.cs | 4 ++-- exercises/testing-code/practice/Web/Program.cs | 4 ++-- exercises/testing-code/solution/Web/Program.cs | 4 ++-- samples/using-records/Web/Program.cs | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/exercises/durable-execution/practice/Web/Program.cs b/exercises/durable-execution/practice/Web/Program.cs index cec1441..4fd8171 100644 --- a/exercises/durable-execution/practice/Web/Program.cs +++ b/exercises/durable-execution/practice/Web/Program.cs @@ -26,7 +26,7 @@ ["fr"] = new() { ["hello"] = "bonjour", ["goodbye"] = "au revoir", ["thanks"] = "merci", }, ["lv"] = new() { ["hello"] = "sveiks", ["goodbye"] = "ardievu", ["thanks"] = "paldies", }, ["mi"] = new() { ["hello"] = "kia ora", ["goodbye"] = "poroporoaki", ["thanks"] = "whakawhetai koe", }, - ["sk"] = new() { ["hello"] = "ahoj", ["goodbye"] = "zbohom", ["thanks"] = "ďakujem koe", }, + ["sk"] = new() { ["hello"] = "ahoj", ["goodbye"] = "zbohom", ["thanks"] = "ďakujem", }, ["tr"] = new() { ["hello"] = "merhaba", ["goodbye"] = "güle güle", ["thanks"] = "teşekkür ederim", }, ["zu"] = new() { ["hello"] = "hamba kahle", ["goodbye"] = "sawubona", ["thanks"] = "ngiyabonga", }, }; @@ -54,4 +54,4 @@ return Results.Json(new { translation }); }); -app.Run(); \ No newline at end of file +app.Run(); diff --git a/exercises/durable-execution/solution/Web/Program.cs b/exercises/durable-execution/solution/Web/Program.cs index cec1441..4fd8171 100644 --- a/exercises/durable-execution/solution/Web/Program.cs +++ b/exercises/durable-execution/solution/Web/Program.cs @@ -26,7 +26,7 @@ ["fr"] = new() { ["hello"] = "bonjour", ["goodbye"] = "au revoir", ["thanks"] = "merci", }, ["lv"] = new() { ["hello"] = "sveiks", ["goodbye"] = "ardievu", ["thanks"] = "paldies", }, ["mi"] = new() { ["hello"] = "kia ora", ["goodbye"] = "poroporoaki", ["thanks"] = "whakawhetai koe", }, - ["sk"] = new() { ["hello"] = "ahoj", ["goodbye"] = "zbohom", ["thanks"] = "ďakujem koe", }, + ["sk"] = new() { ["hello"] = "ahoj", ["goodbye"] = "zbohom", ["thanks"] = "ďakujem", }, ["tr"] = new() { ["hello"] = "merhaba", ["goodbye"] = "güle güle", ["thanks"] = "teşekkür ederim", }, ["zu"] = new() { ["hello"] = "hamba kahle", ["goodbye"] = "sawubona", ["thanks"] = "ngiyabonga", }, }; @@ -54,4 +54,4 @@ return Results.Json(new { translation }); }); -app.Run(); \ No newline at end of file +app.Run(); diff --git a/exercises/testing-code/practice/Web/Program.cs b/exercises/testing-code/practice/Web/Program.cs index cec1441..4fd8171 100644 --- a/exercises/testing-code/practice/Web/Program.cs +++ b/exercises/testing-code/practice/Web/Program.cs @@ -26,7 +26,7 @@ ["fr"] = new() { ["hello"] = "bonjour", ["goodbye"] = "au revoir", ["thanks"] = "merci", }, ["lv"] = new() { ["hello"] = "sveiks", ["goodbye"] = "ardievu", ["thanks"] = "paldies", }, ["mi"] = new() { ["hello"] = "kia ora", ["goodbye"] = "poroporoaki", ["thanks"] = "whakawhetai koe", }, - ["sk"] = new() { ["hello"] = "ahoj", ["goodbye"] = "zbohom", ["thanks"] = "ďakujem koe", }, + ["sk"] = new() { ["hello"] = "ahoj", ["goodbye"] = "zbohom", ["thanks"] = "ďakujem", }, ["tr"] = new() { ["hello"] = "merhaba", ["goodbye"] = "güle güle", ["thanks"] = "teşekkür ederim", }, ["zu"] = new() { ["hello"] = "hamba kahle", ["goodbye"] = "sawubona", ["thanks"] = "ngiyabonga", }, }; @@ -54,4 +54,4 @@ return Results.Json(new { translation }); }); -app.Run(); \ No newline at end of file +app.Run(); diff --git a/exercises/testing-code/solution/Web/Program.cs b/exercises/testing-code/solution/Web/Program.cs index cec1441..4fd8171 100644 --- a/exercises/testing-code/solution/Web/Program.cs +++ b/exercises/testing-code/solution/Web/Program.cs @@ -26,7 +26,7 @@ ["fr"] = new() { ["hello"] = "bonjour", ["goodbye"] = "au revoir", ["thanks"] = "merci", }, ["lv"] = new() { ["hello"] = "sveiks", ["goodbye"] = "ardievu", ["thanks"] = "paldies", }, ["mi"] = new() { ["hello"] = "kia ora", ["goodbye"] = "poroporoaki", ["thanks"] = "whakawhetai koe", }, - ["sk"] = new() { ["hello"] = "ahoj", ["goodbye"] = "zbohom", ["thanks"] = "ďakujem koe", }, + ["sk"] = new() { ["hello"] = "ahoj", ["goodbye"] = "zbohom", ["thanks"] = "ďakujem", }, ["tr"] = new() { ["hello"] = "merhaba", ["goodbye"] = "güle güle", ["thanks"] = "teşekkür ederim", }, ["zu"] = new() { ["hello"] = "hamba kahle", ["goodbye"] = "sawubona", ["thanks"] = "ngiyabonga", }, }; @@ -54,4 +54,4 @@ return Results.Json(new { translation }); }); -app.Run(); \ No newline at end of file +app.Run(); diff --git a/samples/using-records/Web/Program.cs b/samples/using-records/Web/Program.cs index 1c0a817..1f34e0a 100644 --- a/samples/using-records/Web/Program.cs +++ b/samples/using-records/Web/Program.cs @@ -26,7 +26,7 @@ ["fr"] = new() { ["hello"] = "bonjour", ["goodbye"] = "au revoir", ["thanks"] = "merci", }, ["lv"] = new() { ["hello"] = "sveiks", ["goodbye"] = "ardievu", ["thanks"] = "paldies", }, ["mi"] = new() { ["hello"] = "kia ora", ["goodbye"] = "poroporoaki", ["thanks"] = "whakawhetai koe", }, - ["sk"] = new() { ["hello"] = "ahoj", ["goodbye"] = "zbohom", ["thanks"] = "ďakujem koe", }, + ["sk"] = new() { ["hello"] = "ahoj", ["goodbye"] = "zbohom", ["thanks"] = "ďakujem", }, ["tr"] = new() { ["hello"] = "merhaba", ["goodbye"] = "güle güle", ["thanks"] = "teşekkür ederim", }, ["zu"] = new() { ["hello"] = "hamba kahle", ["goodbye"] = "sawubona", ["thanks"] = "ngiyabonga", }, }; @@ -50,4 +50,4 @@ return Results.Json(new { translation }); }); -app.Run(); \ No newline at end of file +app.Run();