WorkerCalendar #270

Merged
alexm merged 37 commits from :WorkerCalendar into dev 2024-04-16 12:26:20 +00:00
1 changed files with 5 additions and 6 deletions
Showing only changes of commit e4166c85fa - Show all commits

View File

@ -195,11 +195,7 @@ watch([year, businessFk], () => refreshData());
style="top: 14px; right: 14px"
>
<QTooltip max-width="250px">
{{
t(
'To start adding absences, click an absence type from the right menu and then on the day you want to add an absence'
)
}}
{{ t('addAbsencesText') }}
</QTooltip>
</QIcon>
jsegarra marked this conversation as resolved
Review

Se que es un rollo, pero podemos mover este parrafo a traducciones como valor e inventar una clave que haga referencia, tipo: toStartAddingAbsences??

Se que es un rollo, pero podemos mover este parrafo a traducciones como valor e inventar una clave que haga referencia, tipo: toStartAddingAbsences??
Review

Claro, moví el texto a una clave de i18n.

Commit: e4166c85fa

Claro, moví el texto a una clave de i18n. Commit: https://gitea.verdnatura.es/verdnatura/salix-front/commit/e4166c85fabd899cd14c167149c9492bc1dc6bd7
<div class="calendar-container">
@ -243,8 +239,11 @@ watch([year, businessFk], () => refreshData());
</style>
<i18n>
en:
addAbsencesText: To start adding absences, click an absence type from the right menu and then on the day you want to add an absence
es:
Search worker: Buscar trabajador
You can search by worker id or name: Puedes buscar por id o nombre del trabajador
To start adding absences, click an absence type from the right menu and then on the day you want to add an absence: Para empezar a añadir ausencias, haz clic en un tipo de ausencia desde el menu de la derecha y después en el día que quieres añadir la ausencia
addAbsencesText: Para empezar a añadir ausencias, haz clic en un tipo de ausencia desde el menu de la derecha y después en el día que quieres añadir la ausencia
</i18n>