mirror of
https://github.com/we-promise/sure.git
synced 2026-05-12 15:15:01 +00:00
* i18n: Add French translations Add complete French translation files for the application. Co-Authored-By: Norman Alié <mail@normanalie.fr> Co-Authored-By: Xurron <corentin.boeglin2005@gmail.com> * fix: Correct YAML syntax in French securities translations Co-Authored-By: Norman Alié <mail@normanalie.fr> Co-Authored-By: Xurron <corentin.boeglin2005@gmail.com> --------- Co-authored-by: Norman Alié <mail@normanalie.fr> Co-authored-by: Xurron <corentin.boeglin2005@gmail.com>
12 lines
270 B
YAML
12 lines
270 B
YAML
---
|
|
fr:
|
|
address:
|
|
attributes:
|
|
country: Pays
|
|
line1: Adresse ligne 1
|
|
line2: Adresse ligne 2
|
|
locality: Ville
|
|
postal_code: Code Postal
|
|
region: Région
|
|
format: "%{line1} %{line2}, %{locality}, %{region} %{postal_code} %{country}"
|