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

@ -11,6 +11,6 @@
<label for="password"><%= _("Password") %></label>
<input type="password" name="password">
</p>
<button type="submit">Log in</button>
<button type="submit"><%= _("Login") %></button>
</form>
<a href="/signup">Create account</a>
<a href="/signup"><%= _("Create account") %></a>