🌐 Normaliza textos y localización a *snake_case*
This commit is contained in:
parent
dcc83692c1
commit
0f76cfe28b
15 changed files with 51 additions and 51 deletions
|
|
@ -1,6 +1,6 @@
|
|||
test-hello-world = Hello world!
|
||||
test-hello-user = Hello, { $userName }!
|
||||
test-shared-photos =
|
||||
test_hello_world = Hello world!
|
||||
test_hello_user = Hello, { $userName }!
|
||||
test_shared_photos =
|
||||
{ $userName } { $photoCount ->
|
||||
[one] added a new photo
|
||||
*[other] added { $photoCount } new photos
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
test-hello-world = ¡Hola mundo!
|
||||
test-hello-user = ¡Hola, { $userName }!
|
||||
test-shared-photos =
|
||||
test_hello_world = ¡Hola mundo!
|
||||
test_hello_user = ¡Hola, { $userName }!
|
||||
test_shared_photos =
|
||||
{ $userName } { $photoCount ->
|
||||
[one] ha añadido una nueva foto
|
||||
*[other] ha añadido { $photoCount } nuevas fotos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue