Skip to content

Commit

Permalink
* Remove TODO that never was something we should do
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisOelmueller committed Apr 21, 2012
1 parent acda722 commit c97b7a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions horizons/i18n/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ def find_available_languages():
key = splited[-3]
if not key in languages:
languages[key] = os.sep.join(splited[:-3])
#TODO we need to strip strings here if an "@" occurs and only
# use the language code itself (e.g. [email protected] -> ca.po)

# there's always a default, which is english
languages[LANGUAGENAMES['']] = ''
Expand Down

0 comments on commit c97b7a9

Please sign in to comment.