You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"complexMessage": "El {date}, {name} {gender, select, male{invitó a sus} female{invitó a sus} other{invitó a sus}} {guestCount, plural, =0{ningún invitado} =1{un invitado} other{{guestCount} invitados}} a {eventName}.",
94
94
"@complexMessage": {
95
95
"description": "A complex message combining multiple placeholders, gender, and plurals",
96
96
"placeholders": {
@@ -119,11 +119,11 @@
119
119
"@escapeMessage": {
120
120
"description": "A message demonstrating how to escape special characters"
121
121
},
122
-
"multilineMessage": "Este es un mensaje largo\nque abarca varias líneas\ny preserva los saltos de línea.",
122
+
"multilineMessage": "Este es un mensaje largo\nque abarca múltiples líneas\ny preserva los saltos de línea.",
123
123
"@multilineMessage": {
124
124
"description": "A multiline message"
125
125
},
126
-
"htmlMessage": "Este mensaje contiene etiquetas <b>HTML</b> como <i>cursiva</i> y <u>subrayado</u>.",
126
+
"htmlMessage": "Este mensaje contiene etiquetas <b>HTML</b> como <i>cursivas</i> y <u>subrayado</u>.",
127
127
"@htmlMessage": {
128
128
"description": "A message with HTML tags (note: handling these requires additional processing in the app)"
0 commit comments