mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 19:06:09 +00:00
register: Spell Greek Ακμή with Greek alpha, not Latin A
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
0075c6cd56
commit
7990ef2d52
@@ -26,7 +26,7 @@ Form is validated both client-side using jquery-validate (see signup.js) and ser
|
|||||||
<div class="input-box">
|
<div class="input-box">
|
||||||
<div class="inline-block relative">
|
<div class="inline-block relative">
|
||||||
<input id="id_team_name" class="required" type="text"
|
<input id="id_team_name" class="required" type="text"
|
||||||
placeholder="Acme or Aκμή"
|
placeholder="Acme or Ακμή"
|
||||||
value="{% if form.realm_name.value() %}{{ form.realm_name.value() }}{% endif %}"
|
value="{% if form.realm_name.value() %}{{ form.realm_name.value() }}{% endif %}"
|
||||||
name="realm_name" maxlength={{ MAX_REALM_NAME_LENGTH }} required />
|
name="realm_name" maxlength={{ MAX_REALM_NAME_LENGTH }} required />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -604,7 +604,7 @@ html_rules = whitespace_rules + prose_style_rules + [
|
|||||||
{'pattern': r'placeholder="[^{#](?:(?!\.com).)+$',
|
{'pattern': r'placeholder="[^{#](?:(?!\.com).)+$',
|
||||||
'description': "`placeholder` value should be translatable.",
|
'description': "`placeholder` value should be translatable.",
|
||||||
'exclude_line': {('templates/zerver/register.html', 'placeholder="acme"'),
|
'exclude_line': {('templates/zerver/register.html', 'placeholder="acme"'),
|
||||||
('templates/zerver/register.html', 'placeholder="Acme or Aκμή"')},
|
('templates/zerver/register.html', 'placeholder="Acme or Ακμή"')},
|
||||||
'exclude': set(["templates/analytics/support.html"]),
|
'exclude': set(["templates/analytics/support.html"]),
|
||||||
'good_lines': ['<input class="stream-list-filter" type="text" placeholder="{{ _(\'Search streams\') }}" />'],
|
'good_lines': ['<input class="stream-list-filter" type="text" placeholder="{{ _(\'Search streams\') }}" />'],
|
||||||
'bad_lines': ['<input placeholder="foo">']},
|
'bad_lines': ['<input placeholder="foo">']},
|
||||||
|
|||||||
Reference in New Issue
Block a user