mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
docs: Expand the french translation style guide.
As the french word organisation is used, the related line is excluded from the linter spell check.
This commit is contained in:
@@ -355,7 +355,8 @@ def build_custom_checkers(by_lang):
|
||||
{'pattern': '[^\/\-\.\"\'\_\=\>]([gG]ithub)[^\.\-\_\"\<]', # exclude usage in hrefs/divs
|
||||
'description': "github should be spelled GitHub"},
|
||||
{'pattern': '[oO]rganisation', # exclude usage in hrefs/divs
|
||||
'description': "Organization is spelled with a z"},
|
||||
'description': "Organization is spelled with a z",
|
||||
'exclude_line': [('docs/french.md', '* organization - **organisation**')]},
|
||||
{'pattern': '!!! warning',
|
||||
'description': "!!! warning is invalid; it's spelled '!!! warn'"},
|
||||
{'pattern': 'Terms of service',
|
||||
|
||||
Reference in New Issue
Block a user