mirror of
https://github.com/we-promise/sure.git
synced 2026-05-29 23:39:03 +00:00
Follow-up to 8c6dfb96: the original i18n fix only added the
intro key to en.yml, relying on Rails fallback for the other
13 layout locales. Per the same review feedback from @jjmata + @codex
on #1955, leaving non-English locales without an explicit
translation regresses user-facing copy whenever the fallback chain
isn't configured to land on en.
Adds intro: per locale, alphabetized between home: and reports:.
Translations chosen:
- ca / nb / nl: Intro (common anglicism)
- de: Einführung
- es: Introducción
- fr: Introduction
- hu: Bemutató
- pl: Wstęp
- pt-BR: Introdução
- ro: Introducere
- tr: Giriş
- zh-CN: 介绍
- zh-TW: 介紹
Translators can refine on their next pass.