mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
i18n: Add new markup for lazy translation of giphy ratings.
Also, it adds phrases such as 'rated Y' to the ignored list. Otherwise, the linter would require to write it as 'rated y'.
This commit is contained in:
committed by
Tim Abbott
parent
d335cb34af
commit
d606f5ba42
@@ -106,6 +106,12 @@ IGNORED_PHRASES = [
|
||||
r"your-organization-url",
|
||||
# Used in invite modal
|
||||
r"or",
|
||||
# Used in GIPHY integration setting. GIFs Rating.
|
||||
r"rated Y",
|
||||
r"rated G",
|
||||
r"rated PG",
|
||||
r"rated PG13",
|
||||
r"rated R",
|
||||
# Used in GIPHY popover.
|
||||
r"GIFs",
|
||||
r"GIPHY",
|
||||
|
||||
Reference in New Issue
Block a user