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:
Yago González
2017-12-05 01:11:14 +01:00
committed by Tim Abbott
parent 5a0911980e
commit 5b0b9feb7d
2 changed files with 20 additions and 12 deletions

View File

@@ -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 '