mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +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
@@ -604,7 +604,7 @@ html_rules = whitespace_rules + prose_style_rules + [
|
||||
{'pattern': r'placeholder="[^{#](?:(?!\.com).)+$',
|
||||
'description': "`placeholder` value should be translatable.",
|
||||
'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"]),
|
||||
'good_lines': ['<input class="stream-list-filter" type="text" placeholder="{{ _(\'Search streams\') }}" />'],
|
||||
'bad_lines': ['<input placeholder="foo">']},
|
||||
|
||||
Reference in New Issue
Block a user