Translate to Catalan

This commit is contained in:
ricola 2025-04-06 17:04:31 -06:00
parent 3fa8c69a49
commit e826d79240
12 changed files with 502 additions and 110 deletions

View file

@ -1,13 +1,13 @@
<h1>Create account</h1>
<h1><%= _("Create account") %></h1>
<form action="/signup" method="post">
<p>
<label for="email">Email</label>
<label for="email"><%= _("Email") %></label>
<input type="text" name="email">
</p>
<p>
<label for="password">Password</label>
<label for="password"><%= _("Password") %></label>
<input type="password" name="password">
</p>
<button type="submit">Create account</button>
<button type="submit"><%= _("Create account") %></button>
</form>