提交 fb8e697d 编写于 作者: J Jonathan Thomas

Adding en_US to language selection in Preferences... was being ignored, but...

Adding en_US to language selection in Preferences... was being ignored, but should be in the list of supported languages
上级 f292ddf9
......@@ -65,7 +65,7 @@ OG = {"name": u"Olivier Girard", "email": "olivier@openshot.org", "website":"htt
CP = {"name": u"Cody Parker", "email": "cody@yourcodepro.com", "website":"http://openshot.org/developers/cody_parker"}
# Languages
SUPPORTED_LANGUAGES = []
SUPPORTED_LANGUAGES = ['en_US']
for lang in os.listdir(os.path.join(PATH, 'locale')):
if lang not in ["OpenShot"] and not os.path.isfile(os.path.join(PATH, 'locale', lang)):
SUPPORTED_LANGUAGES.append(lang)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册