Browse Source

Exposed register form placeholders to translation. #300

Rafał Pitoń 11 years ago
parent
commit
d668362c21
1 changed files with 19 additions and 1 deletions
  1. 19 1
      templates/cranefly/register.html

+ 19 - 1
templates/cranefly/register.html

@@ -60,4 +60,22 @@
     </div>
   </div>
 </div>
-{% endblock %}
+{% endblock %}
+
+
+{# Translation Strings #}
+{% macro lang_enter_your_email() -%}
+{% trans %}Enter your e-mail{% endtrans %}
+{%- endmacro %}
+
+{% macro lang_repeat_your_email() -%}
+{% trans %}Repeat your e-mail{% endtrans %}
+{%- endmacro %}
+
+{% macro lang_enter_your_password() -%}
+{% trans %}Enter your password{% endtrans %}
+{%- endmacro %}
+
+{% macro lang_repeat_your_password() -%}
+{% trans %}Repeat your password{% endtrans %}
+{%- endmacro %}