Complete dashboard translations & small UI improvements (#69)

* fix dropdown action Estimate Dashboard and fix translating full Dasboard page

* Update app.php

* fix locale in app.php config

* Wizard install with translation, customer portal with translation, and fixing hardcoding strings to get translation

* fixes asked to review

* fixes pint

---------

Co-authored-by: Max <contact@agencetwogether.fr>
Co-authored-by: Darko Gjorgjijoski <5760249+gdarko@users.noreply.github.com>
This commit is contained in:
agencetwogether
2024-06-05 12:07:46 +02:00
committed by GitHub
parent 3259173066
commit 3b61440e1f
89 changed files with 925 additions and 213 deletions

View File

@@ -38,7 +38,7 @@
'inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium',
]"
>
{{ item.title }}
{{ $t(item.title) }}
</router-link>
</div>
</div>
@@ -141,7 +141,7 @@
'block pl-3 pr-4 py-2 border-l-4 text-base font-medium',
]"
:aria-current="item.current ? 'page' : undefined"
>{{ item.title }}
>{{ $t(item.title) }}
</router-link>
</div>
<div class="pt-4 pb-3 border-t border-gray-200">
@@ -185,7 +185,7 @@
: 'border-transparent text-gray-600 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-800',
'block pl-3 pr-4 py-2 border-l-4 text-base font-medium',
]"
>{{ item.title }}</router-link
>{{ $t(item.title) }}</router-link
>
</div>
</div>