Setup I18n for titles
All checks were successful
CI / scan_ruby (push) Successful in 17s
CI / scan_js (push) Successful in 12s
CI / lint (push) Successful in 11s
CI / test (push) Successful in 26s

This commit is contained in:
sto
2025-03-27 12:15:27 +01:00
parent 26b8064553
commit 497768610d
10 changed files with 51 additions and 37 deletions

View File

@@ -28,4 +28,39 @@
# enabled: "ON"
en:
hello: "Hello world"
completions:
edit:
title: "Edit completion"
new:
title: "New completion"
contests:
edit:
title: "Edit contest settings"
index:
title: "Welcome %{username}!"
new:
title: "New jigsaw puzzle competition"
scoreboard:
title: "%{name}"
show:
title: "%{name}"
contestants:
edit:
title: "Contestant"
new:
title: "New contestant"
puzzles:
edit:
title: "Edit contest puzzle"
new:
title: "New contest puzzle"
sessions:
new:
title: "Login to the Public Scoreboard app"
users:
edit:
title: "My settings"
index:
title: "All users"
new:
title: "New user"