feat: use french for user interface

This commit is contained in:
2025-02-22 16:28:46 +01:00
parent 69df95dabc
commit 5b148cb4bb
4 changed files with 62 additions and 55 deletions

View File

@ -18,7 +18,7 @@ templ LoginPage(vmodel LoginPageVModel) {
<nav class="panel is-link" style="min-width: 33%">
<p class="panel-heading">
<span class="title">ClearCase</span>
<span>&nbsp;- choose your platform</span>
<span>&nbsp;- Choisissez votre plateforme</span>
</p>
for _, provider := range vmodel.Providers {
<a class="panel-block py-5" href={ templ.URL("/auth/providers/" + provider.ID) } hx-boost="false">

View File

@ -53,7 +53,7 @@ func LoginPage(vmodel LoginPageVModel) templ.Component {
}()
}
ctx = templ.InitializeContext(ctx)
templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 1, "<div class=\"is-flex is-justify-content-center is-align-items-center is-fullheight\"><nav class=\"panel is-link\" style=\"min-width: 33%\"><p class=\"panel-heading\"><span class=\"title\">ClearCase</span> <span>&nbsp;- choose your platform</span></p>")
templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 1, "<div class=\"is-flex is-justify-content-center is-align-items-center is-fullheight\"><nav class=\"panel is-link\" style=\"min-width: 33%\"><p class=\"panel-heading\"><span class=\"title\">ClearCase</span> <span>&nbsp;- Choisissez votre plateforme</span></p>")
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}