Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Added TEXT_DOMAIN to standalone domains for tower. Bug 628759.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Wenzel committed May 19, 2011
1 parent 74cbd3b commit 17ef750
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions settings.py
Expand Up @@ -99,7 +99,8 @@ def __new__(self):
SUPPORTED_NONLOCALES = ('media', 'admin')

TEXT_DOMAIN = 'messages'
STANDALONE_DOMAINS = []
STANDALONE_DOMAINS = [TEXT_DOMAIN, 'javascript']
TOWER_KEYWORDS = {'_lazy': None}

# Tells the extract script what files to look for l10n in and what function
# handles the extraction. The Tower library expects this.
Expand All @@ -112,8 +113,6 @@ def __new__(self):
],
}

TOWER_KEYWORDS = {'_lazy': None}


# Media

Expand Down

0 comments on commit 17ef750

Please sign in to comment.