-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hotfix - Administración - Valores por defecto de DateTime traducidos y valor "first day of next month" corregido #488
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cadenas revisadas. Ver comentario sobre comentarios STIC-Custom.
include/language/ca_ES.lang.php
Outdated
@@ -2052,6 +2052,10 @@ | |||
'LBL_DESCRIPTION' => 'Descripció', | |||
|
|||
'LBL_YESTERDAY' => 'ahir', | |||
// STIC-Custom 20241126 ART - Translated Default Datetime Values |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
En los cambios de los ficheros de idiomas que no sean el inglés no hace falta poner los comentarios // STIC-Custom porque no son ficheros que se incluyan en PR al core de SuiteCRM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
He visto en el fichero que hay más STIC-Custom. Si aún así, queremos quitarlo, lo quito
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cierto, hay otros. Como norma general no debería ser necesario que estuvieran, aunque podemos distinguir dos casos: aquellos en los que se introducen cambios que acabarán llegando al core de SuiteCRM y aquellos que quedarán en el contexto de SinergiaCRM. Los primeros no hay necesidad de etiquetarlos, en tanto que en los últimos opcionalmente puede considerarse. En el caso que nos ocupa estaríamos en el primer escenario.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leyendo tu cometario, tienes razón ¡Comentarios quitados!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aprobado a efectos de cadenas y a valorar el tema los comentarios // STIC-Custom.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Funciona correctamente, incluso los literales con apóstrofe :)
Sin embargo, aplicaría elpequeño cambio comentado sobre mayúsculas y minúsculas
include/language/es_ES.lang.php
Outdated
@@ -2055,6 +2055,7 @@ | |||
'LBL_DESCRIPTION' => 'Descripción', | |||
|
|||
'LBL_YESTERDAY' => 'Ayer', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Una pequeñísima tontería: Si el resto de opciones empiezan en minúscula, esta también debería hacerlo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corregido!
include/language/gl_ES.lang.php
Outdated
@@ -2055,6 +2055,7 @@ | |||
'LBL_DESCRIPTION' => 'Descrición', | |||
|
|||
'LBL_YESTERDAY' => 'Onte', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ídem que en español
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corregido!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(A)provado
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Visto y probado
Actions executed at: 2024-12-19 08:22:03. |
PR en SA: salesagility#10617 |
Description
Este PR resuelve dos incidencias.
Motivation and Context
$app_strings
donde se recoge las etiquetas del desplegable. Generando dicho desplegable."first of next month"
que estaba generando problema, por"first day of next month"
.How To Test This