puzzle-scoreboard/app/lib/languages.rb
sto 8b0b1c6745
All checks were successful
CI / scan_ruby (push) Successful in 16s
CI / scan_js (push) Successful in 12s
CI / lint (push) Successful in 13s
CI / test (push) Successful in 36s
Add language settings for users, and translate titles to French
2025-03-27 12:55:12 +01:00

4 lines
109 B
Ruby

module Languages
AVAILABLE_LANGUAGES = [ { id: "en", name: "English" }, { id: "fr", name: "French" } ]
end