mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
onboarding: Mark channel name for translation.
Mark the channel name of the initial channel created during realm creation for translation. It doesn't mark the topic names and description for translation because we are planning to remove these topics and update the description as a part of improving the onboarding experience.
This commit is contained in:
committed by
Tim Abbott
parent
61e606f656
commit
7ea66dbec5
@@ -333,7 +333,7 @@ class Realm(models.Model): # type: ignore[django-manager-missing] # django-stub
|
||||
# Defaults for new users
|
||||
default_language = models.CharField(default="en", max_length=MAX_LANGUAGE_ID_LENGTH)
|
||||
|
||||
DEFAULT_NOTIFICATION_STREAM_NAME = "general"
|
||||
DEFAULT_NOTIFICATION_STREAM_NAME = gettext_lazy("general")
|
||||
STREAM_EVENTS_NOTIFICATION_TOPIC_NAME = gettext_lazy("channel events")
|
||||
new_stream_announcements_stream = models.ForeignKey(
|
||||
"Stream",
|
||||
|
||||
Reference in New Issue
Block a user