Added new translations

This commit is contained in:
str4d
2013-12-12 06:16:00 +00:00
parent 1db95e2a06
commit 0f66da2c9e
16 changed files with 59942 additions and 17 deletions

View File

@ -1,7 +1,7 @@
from flask import g, request, safe_join, url_for
import os.path
from i2p2www import CANONICAL_DOMAIN, CURRENT_I2P_VERSION, STATIC_DIR, app
from i2p2www import CANONICAL_DOMAIN, CURRENT_I2P_VERSION, SUPPORTED_LANGS, SUPPORTED_LANG_NAMES, STATIC_DIR, app
INPROXY = '.us'
@ -103,4 +103,6 @@ def utility_processor():
get_url=get_url_with_lang,
get_flag=get_flag,
ver=get_current_version,
canonical=get_canonical_link)
canonical=get_canonical_link,
supported_langs=SUPPORTED_LANGS,
lang_names=SUPPORTED_LANG_NAMES)