🌐 Normaliza textos y localización a *snake_case*

This commit is contained in:
Manuel Cillero 2025-11-30 11:42:03 +01:00
parent dcc83692c1
commit 0f76cfe28b
15 changed files with 51 additions and 51 deletions

View file

@ -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

View file

@ -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