Add i18n support: per-locale catalogs, URL-driven locale, translated core and examples
CI / full-gate (push) Successful in 2m37s
CI / full-gate (push) Successful in 2m37s
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<%- include("field", field) %>
|
||||
<% }) -%>
|
||||
<% if (flow.recoverHref) { -%>
|
||||
<p class="auth-aside"><a href="<%= flow.recoverHref %>">Forgot password?</a></p>
|
||||
<p class="auth-aside"><a href="<%= flow.recoverHref %>"><%= t("auth.forgotPassword") %></a></p>
|
||||
<% } -%>
|
||||
<% flow.buttons.forEach((b, i) => { -%>
|
||||
<button type="submit" class="btn btn-block<%= i === 0 ? " btn-primary" : "" %>"<% if (b.name) { %> name="<%= b.name %>"<% } %><% if (b.value != null) { %> value="<%= b.value %>"<% } %>><%= b.label %></button>
|
||||
|
||||
Reference in New Issue
Block a user