feat(i18n): add i18n to PublishWidgetFull (#872)

This commit is contained in:
Joaquín Sánchez 2023-01-08 13:54:05 +01:00 committed by GitHub
parent 6e0ce3c916
commit 5075fdf194
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 3 deletions

View file

@ -88,6 +88,10 @@
"not_found": "404 No Encontrado",
"offline_desc": "Al parecer estás fuera de línea. Por favor, comprueba tu conexión a la red."
},
"compose": {
"draft_title": "Borrador {0}",
"drafts": "Borradores ({v})"
},
"conversation": {
"with": "con"
},