rentease/internal/view/success.templ
Ruidy 584d81f7bd
Some checks failed
CI / checks (push) Has been cancelled
feat(i18n): add language toggle and localize views
2026-01-09 16:09:20 -04:00

7 lines
142 B
Text

package view
import "github.com/rjNemo/rentease/internal/i18n"
templ Success() {
<strong>{ i18n.Localize(ctx, "success.done") }</strong>
}