mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
i18n: Atomize translation tags.
Makes the i18n strings in this file much easier to translate by splitting them into smaller chunks (which avoids having a lot of code in the tagged strings), and adds a string that was missing as well.
This commit is contained in:
committed by
Tim Abbott
parent
5a0911980e
commit
5b0b9feb7d
@@ -73,7 +73,10 @@ IGNORED_PHRASES = [
|
||||
r"enabled",
|
||||
r"disabled",
|
||||
r"zulip_org_id",
|
||||
|
||||
# Placeholders
|
||||
r"keyword",
|
||||
r"streamname",
|
||||
r"user@example.com",
|
||||
# Fragments of larger strings
|
||||
(r'your subscriptions on your Streams page'),
|
||||
(r'Change notification settings for individual streams on your '
|
||||
|
||||
Reference in New Issue
Block a user