Fall back to "en" if we don't find matching translations
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Sun, 2 Dec 2012 00:38:09 +0000 (01:38 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Sun, 2 Dec 2012 00:39:53 +0000 (01:39 +0100)
commitd53ca5e5067313fdcf93f564e6d8d988642f9428
tree001d0c8ebfbfa72c5a3bb9ce1f48e13ffade68a7
parent1aac6a3c3c4827740df9ef43bd25e96c9620b7f4
Fall back to "en" if we don't find matching translations

In case of no matching translations, target_lang was "None" which
blew up things. Fall back to "en" in case we don't find a
corresponding translation.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
mediagoblin/tools/translate.py