mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 18:10:43 +01:00
10 lines
232 B
JSON
10 lines
232 B
JSON
{
|
|
"form": {
|
|
"field_1_name": "Nome",
|
|
"field_2_name": "Sobrenome"
|
|
},
|
|
"photos": "Você {n, plural, =0 {não tem fotos.} =1 {tem uma foto.} other {tem # fotos.}}",
|
|
"title": "Título da página",
|
|
"sneakers": "tênis"
|
|
}
|