feat; add multi language support

This commit is contained in:
2025-12-21 20:06:18 -03:00
parent 3926f4d254
commit 7b4c95678e
23 changed files with 163 additions and 77 deletions

View File

@@ -1,6 +1,6 @@
@if(notification$(); as notification) {
<div class="notification notification--{{notification.type}} notification--fade-in-out">
<p>{{ notification.message }}</p>
<p>{{ notification.message|upperfirst }}</p>
</div>
}