角度中的剑道语言环境问题 - 语言环境缺失

问题描述

嗨,当我使用最新的剑道本地化时,@progress\kendo-angular-antlr 中没有像 en-US、de-DE 这样的语言环境信息,而是显示不同的文件名称。因此,当我们从配置中读取语言环境时,它与 kendo 本地值不匹配并且无法加载语言环境。

enter image description here

enter image description here

代码

def get_new():
    new = {}
    for i in BeautifulSoup(requests.get('https://igg-games.com/',headers={'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML,like Gecko) Chrome/39.0.2171.95 Safari/537.36'}).text,features="html.parser").find_all('article'):
        elem = i.find('a',class_='uk-link-reset')
        new[elem.get_text()] = (elem.get('href'),",".join([x.get_text() for x in i.find_all('a',rel = 'category tag')]),i.find('time').get_text())
    return new

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)