mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-25 14:58:27 -05:00
Add TRANSLATORS note to 'front'
This commit is contained in:
committed by
Logan Hanks
parent
71fbe5c953
commit
47e7527aba
@@ -325,8 +325,9 @@ class OffsiteButton(NavButton):
|
||||
|
||||
class SubredditButton(NavButton):
|
||||
from r2.models.subreddit import Frontpage, Mod
|
||||
# TRANSLATORS: these refer to /r/mod and the front page.
|
||||
# TRANSLATORS: This refers to /r/mod
|
||||
name_overrides = {Mod: _("mod"),
|
||||
# TRANSLATORS: This refers to the user's front page
|
||||
Frontpage: _("front")}
|
||||
|
||||
def __init__(self, sr):
|
||||
|
||||
Reference in New Issue
Block a user