From 23260317a4a2dae4174ed43d4a016d1acd15e718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Pelay?= Date: Thu, 26 Sep 2024 17:49:42 -0400 Subject: [PATCH 1/7] community prototype --- templates/communities/community-template.html | 17 +++++ templates/communities/zh_hans/article1.html | 75 +++++++++++++++++++ templates/communities/zh_hans/article2.html | 40 ++++++++++ templates/communities/zh_hans/article3.html | 69 +++++++++++++++++ templates/communities/zh_hans/index.html | 19 +++++ 5 files changed, 220 insertions(+) create mode 100644 templates/communities/community-template.html create mode 100644 templates/communities/zh_hans/article1.html create mode 100644 templates/communities/zh_hans/article2.html create mode 100644 templates/communities/zh_hans/article3.html create mode 100644 templates/communities/zh_hans/index.html diff --git a/templates/communities/community-template.html b/templates/communities/community-template.html new file mode 100644 index 00000000000..60d65236830 --- /dev/null +++ b/templates/communities/community-template.html @@ -0,0 +1,17 @@ +{% extends "auth.html" %} +{% block regular_content %} +
+ {# This is where the index will be #} +
+ {% for name in article_names %} +
+
+ {% if name == section %}{% endif %} +
+ {% if name == 'index' %} {{_('Home')}} {% else %} {{ name }} {% endif %} +
+ {% endfor %} +
+ {% block community_content %}{% endblock %} +
+{% endblock %} \ No newline at end of file diff --git a/templates/communities/zh_hans/article1.html b/templates/communities/zh_hans/article1.html new file mode 100644 index 00000000000..87adf5d2c79 --- /dev/null +++ b/templates/communities/zh_hans/article1.html @@ -0,0 +1,75 @@ +{% extends "communities/community-template.html" %} +{% block community_content %} +
+

前宣-对家长-推文三

+

我: 30岁,职场女性,孩子正在上五年级... + 前两天我接五年级的儿子放学回家,一路上被青少年教育类产品的各种销售围追堵截。这些青少年教育类产品五花八门,有拉丁舞、书法、英语新概念、奥数、口才,我已经对这些兴趣班或者辅导班司空见惯,但”机器人实践营“、”编程语言学习课“这些编程类课程令我耳目一新,我意识到——我现在正处在一个人工智能快速发展的时代,也处在一个人人学编程的时代。

+

我的脑子里浮现出两个问题: + 孩子是否有必要学习编程? + 以及应该如何学习编程?

+

我认为十分有必要去找到这两个问题的正确答案,因为第一个问题关系到孩子的未来发展,第二个问题关系到他的学习体验和效果。 + 于是,我停下脚步,耐心听销售讲解,同时也自主展开对这两个问题的探索。 + 青少年是否有必要学习编程?

+ +

除此之外,孩子可以通过学习编程打竞赛在小升初、初升高两个阶段走科技特长生的路径,走综合评价生、强基计划、保送政策这三种路径在高升大时获取升学机会。

+ +

应该如何学习编程? + 我了解到现在市场上的青少年编程,分为三种:

+
    +
  1. Scratch。 + [图片] + 适用于学龄前-小学低年级; + 它是一种图形化编程语言和开发环境,它使用图块组成代码,让孩子们通过拖拽和拼接图块的方式创建程序。 + 它培养了学生的逻辑思维和动手能力,但对于掌握真正的编程语言帮助有限,那些学习了Scratch的学生在学习真正的编程语言时,仍然不知所措,需要从基础开始学习;
  2. +
  3. Python。 + [图片] + 适用于小学低年级-初中; + 是一种通用、易于学会的文本编程语言,受到广泛使用。 + 如果以培养编程思维、掌握编程基础,那么比较适合学习Python。 + Python是目前高考改革中的唯一官方编程语言,Python语言课程化将成为孩子们学习的一种趋势。
  4. +
  5. C++。 + [图片] + 适用于小学高年级-高中; + 是一种通用的文本编程语言,相比Python,学习难度较高,更加抽象,适合有一定编程基础的孩子。 + C++是信息技术奥林匹克竞赛的官方语言,掌握C++可参加信奥赛,助力升学加分。
  6. +
+

有一些学习编程语言(比如Python和C++)的机构研制的课程,但这些课程质量良莠不齐,有一些通病:

+ +

儿子已经上小学五年级,即将面临升学的压力,课程繁重,并且兴趣班已经比较多,占据了大部分的课余时间,我不希望他在学习编程方面花费过多的时间和精力,因此我需要一个能够让他轻松高效学习的产品。 + Scratch比较适合低龄的小学生,内容简单并且效果有限,不适合儿子入门编程。因为儿子没有编程基础,所以他作为初学者比较适合首先学习Python,但Python作为一门高级编程语言对于儿子来说入门比较困难。除此之外,我也挑选不到合适的课程。 + 我发现,想要让上小学五年级的儿子轻松有效掌握编程,放眼市场众多青少年教育类产品,却找不到合适的一款。

+

幸而,我偶然了解到Hedy(官网链接:Hedy.org),它是一个专注于青少年编程教育的平台,已经在欧洲多个国家广泛应用并收获一致好评。在中国,Hedy在上海的一所国际学校进行了为期一学期的试点项目,它能够满足不同学习者的需求,其课程内容和教学方法通过了实践的检验。 + [图片] + 进入官网,即可看到首页第一句话——一种渐进式的编程语言。这是Hedy的一个显著特点。

+

Hedy先引入基础概念和最简语法,逐步深入到复杂内容,通过18个level层层递进,让学习者在掌握编程技能的同时减轻学习负担。 + 它像游戏闯关一样玩编程,让孩子在玩中渐进入门Python。每个level都设有一些相关的游戏挑战,这些游戏挑战涵盖了从基础的命令操作到复杂的项目制作等多个方面。孩子可以根据自己的学习进度选择适合游戏挑战,如果出错,hedy会一步步的引导直至完全掌握。 + [图片] + 真正触动我的是,对于青少年学习者来说,它是Python与Scratch之间的桥梁。它充分融合了图形化编程(Scratch)和文本编程(Python)的优势,为青少年编程学习者提供了更加灵活和全面的学习平台。它简化了从图形化编程到文本编程的过渡过程,能够有效激发学习者的编程兴趣和创造力。

+

其次,Hedy为教学而生。Hedy现在base在华东师范大学信息工程学院下,已经与成都电子科大、上海国际学校建立了合作关系,共同开发课程内容,提供师资培训,以及举办编程竞赛和活动。

+

它是多语言的。这意味着,孩子可以用自己熟悉的语言进行编程,可以在语言栏里选择中文(简体)。Python入门难,因为它只有英文版本,并且要求学习者立即学习复杂的编程概念和语法。 + [图片] + Hedy 可以免费使用,并且有免费的飞书社区。Hedy的社区正在不断壮大,其鼓励学习者、教育者和开发者在平台上分享经验、交流想法,共同推动编程教育的发展。 + Hedy 是入门文本编程语言的最佳选择! + [图片] + 现在儿子已经学习了一个月,完成了hedy前3个level的学习,已经初步掌握编程的基础知识,如变量、列表等,并且能够简单的设计一些小游戏,如石头剪刀布等。而且每次学习都很积极主动,学习过程中也能看得出他很享受,体验感很强。 + 相信可能很多家长和我有相似的困扰,故将hedy分享给你们,我认为这是一个好的产品。

+

Hedy的社区运营者创建了七天学习营,旨在引导和帮助初学者熟悉Hedy,正确使用Hedy进行学习。这是一场免费的学习辅导,如果想要了解Hedy,入门编程,掌握编程思维,欢迎联系! + (此处放海报 + (联系方式:微信二维码

+ +
+{% endblock %} \ No newline at end of file diff --git a/templates/communities/zh_hans/article2.html b/templates/communities/zh_hans/article2.html new file mode 100644 index 00000000000..2968225fa80 --- /dev/null +++ b/templates/communities/zh_hans/article2.html @@ -0,0 +1,40 @@ +{% extends "auth.html" %} +{% block regular_content %} +
+

前宣-对家长-推文四

+

Hedy + 大多数家长可能都有这样的经历:在接送孩子上下学,一路上被青少年教育类产品的各种销售围追堵截。

+

这些产品五花八门,有拉丁舞、书法、英语新概念、奥数、口才,家长们对这些兴趣班或者辅导班司空见惯。

+

如果有留意到”机器人实践营“、”编程语言学习课“这些编程类课程,可能会令人耳目一新,但其实少儿编程这个话题变得越来越火热了,大部分人都意识到了这是一个大趋势。 + 从小就要学编程没错,但作为家长,很多人还对少儿编程没有一个正确的认识,它是区别于成人编程,更注重在学习中培养孩子解决问题的思维。

+

再加上市面上的编程课越来越多,有些家长就变得更迷茫了。

+

不仅如此,很多家长都会有这些疑惑:

+

为什么现在都说要学编程呢?一定要现在学吗?

+

更让家长担心的是:不少人都在说少儿编程是智商税? + 确实,市面上涌现了非常多编程机构,家长们为了孩子花好几万却一直不见成果,孩子还是一直在玩积木,但是少儿编程真是如此吗? + 01「我们学习少儿编程的目的是什么?」 + 少儿编程一定是未来发展大趋。 + 人工智能时代下,未来的要求一定是利用AI,掌握AI,小阶段做编程启蒙,进阶走科特赛道、参加信奥赛,能让孩子在未来学业、工作中有更多的选择。 + 我国教育方针也是大力支持,编程陆续被各省分纳入中高考自主招生政策,成为中高考升学加分的途径之一。

+

浙江省已在高考中加入以Pyhon为考察对象的信息技术考试,成为高考科目之一,与化学与生物同等占有100分的比例,分别在今年和去年开展了考试。

+

浙江率先将编程纳入高考范围,北京、山东、广东等省份也将紧随其后。

+

除此之外,孩子可以通过学习编程打竞赛在小升初、初升高两个阶段走科技特长生的路径,走综合评价生、强基计划、保送政策这三种路径在高升大时获取升学机会。 + 也就是说这是和孩子升学相挂钩的 + 02「要怎么学编程呢?」 + 好在,Hedy,这一渐进式开发语言学习平台出现了。 + 它是一个专注于青少年编程教育的平台,已经在欧洲多个国家广泛应用并收获一致好评。 + 在中国,Hedy在上海的一所国际学校进行了为期一学期的试点项目,它能够满足不同学习者的需求,其课程内容和教学方法通过了实践的检验。 + 03「Hedy是什么?」 + 简单来说,让孩子像玩游戏闯关一样,Hedy分为18个level,层层递进,每个level都设有一些对应的小挑战,可以根据自己的学习进度选择适合的,让孩子在掌握编程技能的同时减轻学习负担。 + 我们考虑到孩子现阶段的特点,用有趣的图画配有轻松易读的文字,照顾孩子们的情绪,让整个学习过程变得轻松有趣,还可以激发他们与生俱来的好奇心,培养创造力。

+

Hedy从简单的概念开始,逐渐过渡到更复杂的内容,让孩子逐步建立编程知识体系。

+

从多个维度逐步引导孩子学习编程,不仅让孩子像玩游戏一样快乐学习,可以使用自己熟悉的语言轻松学习,更重要的是知识吸收上循序渐进。 + Hedy还提供了多种语言,可以用熟悉的汉语,如果孩子正在学习英语,也可以很方便地切换为英文学习。 + Hedy现在base在华东师范大学信息工程学院下,已经与成都电子科大、上海国际学校建立了合作关系,共同开发课程内容,提供师资培训,以及举办编程竞赛和活动。 + 我们正在创建七天学习营,旨在引导和帮助初学者熟悉Hedy,正确使用Hedy进行学习。这是一场免费的学习辅导,如果想要了解Hedy,入门编程,掌握编程思维,欢迎联系! + (联系方式:微信二维码 + 球分享 + 球点赞 + 球在看

+
+{% endblock %} \ No newline at end of file diff --git a/templates/communities/zh_hans/article3.html b/templates/communities/zh_hans/article3.html new file mode 100644 index 00000000000..ceb1143bb22 --- /dev/null +++ b/templates/communities/zh_hans/article3.html @@ -0,0 +1,69 @@ +{% extends "auth.html" %} +{% block regular_content %} +
+

前宣系列-对家长-第五版

+

Hedy + 锵锵锵,Hedy中国cn.hedy.org正式推出啦~

+

——由⿇省理⼯学院计算机科学教育教授费利安及其科研团队开发的一款渐进式开源编程语言网站及社区。

+

中国社区由校园VC创始⼈、清华⼤学创业导 + 师殷建松与Python中国社区创始人大妈、BetterMe青年主理人Sunny林琅、Scarlett荷淼、Simon王求真、徐浩然、汪增光等人共建。

+

用户主要是编程爱好者,包含10-17岁的青少年,也包含少部分17-25岁的青年。当然了,开源社区没有限定,欢迎任何行业和任何年龄段的朋友加入。 + 大多数家长可能有这样的经历:

+

在接送孩子上下学时,一路上被青少年教育类产品的各种销售围追堵截。

+

这些产品五花八门,有拉丁舞、书法、英语新概念、奥数、口才,家长们对这些兴趣班或者辅导班司空见惯。

+

“机器人实践营”、“编程语言学习课”这些编程类课程,可能会令人耳目一新,但随着少儿编程这个话题变得越来越火热,大部分人都意识到了这是一个大趋势。 + 在少儿编程领域中,是否从小就要学编程这一经典问题的争议很大,这是因为大多数人对于少儿编程没有一个正确的认识。在这样的一个教育环境下,市面上的编程课越来越多,导致有些家长变得更迷茫。

+

从小就要学编程没错,因为少儿编程更注重在学习中培养孩子解决问题的思维,这正是少儿编程与成人编程的区别所在。

+

不仅如此,很多家长还会有这些疑惑:

+

为什么现在都说要学编程呢?一定要现在学吗?

+

更让家长担心的是:不少人都在说少儿编程是智商税?

+

家长为了孩子花好几万却不见成果,孩子还是一直在玩积木,少儿编程真是如此吗? + 01「孩子学习少儿编程的目的是什么?」 + 少儿编程一定是未来发展大趋。 + 人工智能时代下,未来的要求一定是利用AI,掌握AI,小阶段做编程启蒙,进阶走科特赛道、参加信奥赛,能让孩子在未来学业、工作中有更多的选择。 + 我国教育方针也是大力支持,编程陆续被各省分纳入中高考自主招生政策,成为中高考升学加分的途径之一。

+

浙江省已在高考中加入以Pyhon为考察对象的信息技术考试,成为高考科目之一,与化学与生物同等占有100分的比例,分别在今年和去年开展了考试。

+

浙江率先将编程纳入高考范围,北京、山东、广东等省份也将紧随其后。

+

除此之外,孩子可以通过学习编程打竞赛在小升初、初升高两个阶段走科技特长生的路径,走综合评价生、强基计划、保送政策这三种路径在高升大时获取升学机会。 + 也就是说这是和孩子升学相挂钩的 + 02「要怎么学编程呢?」 + 少儿编程作为一颗教育界冉冉上升的新星,带来教育改革的同时,也带来了新的商机。市面上涌现出了非常多的编程机构,而且这些机构的课程质量参差不齐,导致了市场的混乱。 + 好在,Hedy,这一开源渐进式编程语言学习平台出现了。

+

Hedy 是一个创新的编程语言学习平台,它专门为教育环境设计,旨在帮助学生从图形化编程(如Scratch)平滑过渡到文本编程语言(如Python)。

+
    +
  1. +

    什么是开源? + 开源指的是软件的源代码对公众开放,允许用户自由使用、修改和分发。这意味着任何人都可以查看代码,对其进行改进,并将其用于自己的项目。Hedy 本身就是开源的,它的代码可以在 GitHub 上找到,任何人都可以参与改进这个平台 。

    +
  2. +
  3. +

    什么是渐进式? + 渐进式学习是一种逐步引入新概念和复杂性的方法。在 Hedy 平台上,每个关卡都聚焦于特定的编程概念和语法结构,随着学生通过更多关卡,他们将接触到更复杂的编程知识。这种方法有助于学生更好地理解和掌握编程语言 。

    +
  4. +
  5. +

    学的是什么语言? + Hedy 旨在教授文本编程语言,学习Python。它通过简化的语法和逐步增加的复杂性,让学生在不知不觉中掌握 Python 语言的基础知识。Hedy 的设计使得学生在学习过程中能够创建数字故事、彩色绘图、游戏和应用程序等,这些都是在 Python 环境中常见的项目类型 。 + 它是一个专注于青少年编程教育的平台,已经在欧洲多个国家广泛应用并收获一致好评。 + 在中国,Hedy在上海的一所国际学校进行了为期一学期的试点项目,并且和电子科技大学达成了合作,它能够满足不同学习者的需求,其课程内容和教学方法通过了实践的检验。 + 03「Hedy是什么?」 + 简单来说,让孩子在玩游戏闯关的过程中逐步将知识融会贯通。

    +
  6. +
+

Hedy将内容分为18个level,层层递进,每个level都设有一些对应的小挑战,聚焦于特定的编程概念和语法结构,孩子可以根据自己的学习进度选择适合的关卡。 + 我们考虑到孩子现阶段的特点,在内容呈现上,将有趣的图画配以轻松易懂的文字,让整个学习过程变得轻松有趣,照顾了孩子们的情绪,还可以激发他们与生俱来的好奇心,培养创造力。

+

在知识的学习上,Hedy对知识进行了细致规律地划分,使知识连点成线,连线成面,极大限度地减少孩子学习过程中的卡点,从简单的概念开始,逐渐过渡到更复杂的内容,建立编程知识体系。

+

与此同时,Hedy还提供了多种语言,孩子可以用熟悉的汉语,如果孩子正在学习英语,也可以很方便地切换为英文学习。

+

Hedy从多个维度逐步引导孩子,不仅让孩子在游戏的闯关中快乐学习,可以使用自己熟悉的语言轻松适应编程环境,而且能够丝滑顺畅的掌握一个个知识点,使学习者能够轻松高效地掌握编程。 + Hedy现在base在华东师范大学信息工程学院下,已经与成都电子科大、上海国际学校建立了合作关系,共同开发课程内容,提供师资培训,以及举办编程竞赛和活动。 + 我们创建了编程爱好者学习交流的微信群,旨在引导和帮助人们熟悉Hedy,正确使用Hedy进行学习。这是一场免费的学习指导,也包含了不限次的自由探讨,如果想要了解Hedy,入门编程,掌握编程思维,欢迎联系! + (联系方式:微信二维码

+

官网:hedy.org + 中国社区官网:cn.hedy.org + discord账号: + youtube: + B站: + 小红书:Hedy编程教育 + 球分享 + 球点赞 + 球在看

+
+{% endblock %} \ No newline at end of file diff --git a/templates/communities/zh_hans/index.html b/templates/communities/zh_hans/index.html new file mode 100644 index 00000000000..a9286881be9 --- /dev/null +++ b/templates/communities/zh_hans/index.html @@ -0,0 +1,19 @@ +{% extends "communities/community-template.html" %} +{% block community_content %} +
+

Chinese Community

+
+

灵魂三问

+
+

README for ch.hedy.org

+
+

我是谁

+

... + ......

+

从哪来

+

要去哪

+
+

logo

+
+
+{% endblock %} \ No newline at end of file From 8c24360c228f37a62e3973d4c0ff75cb8ac76b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Pelay?= Date: Thu, 26 Sep 2024 17:49:53 -0400 Subject: [PATCH 2/7] subdomain prototype --- app.py | 67 ++++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 53 insertions(+), 14 deletions(-) diff --git a/app.py b/app.py index 22fbb03985f..ae4496f8323 100644 --- a/app.py +++ b/app.py @@ -2,6 +2,8 @@ import base64 import binascii import collections +from functools import wraps +from glob import glob import logging import datetime import os @@ -83,7 +85,24 @@ # Most files should be loaded through the CDN which has its own caching period and invalidation. # Use 5 minutes as a reasonable default for all files we load elsewise. app.config['SEND_FILE_MAX_AGE_DEFAULT'] = datetime.timedelta(minutes=5) - +app.config["SERVER_NAME"] = "localhost:8080" + +for rule in app.url_map.iter_rules('static'): + app.url_map._rules.remove(rule) +app.url_map._rules_by_endpoint['static'] = [] +app.view_functions["static"] = None +app.static_folder='static' +app.add_url_rule('/', + endpoint='static', + subdomain="", + view_func=app.send_static_file) + +# optional. If not set, the above view_func will be passed as a parameter. +@app.url_value_preprocessor +def before_route(endpoint, values): + if values is not None and endpoint == 'static': + values.pop('language', None) + setup_language(language=values.get('language', None)) def get_locale(): return session.get("lang", request.accept_languages.best_match(ALL_LANGUAGES.keys(), 'en')) @@ -396,13 +415,20 @@ def before_request_https(): @app.before_request -def setup_language(): +def setup_language(language=None): # Determine the user's requested language code. # # If not in the request parameters, use the browser's accept-languages # header to do language negotiation. Can be changed in the session by # POSTing to `/change_language`, and be overwritten by remember_current_user(). - if lang_from_request := request.args.get('language', None): + print(language) + if language: + session['lang'] = language + elif (lang_from_subdomain := request.url_rule.subdomain) and lang_from_subdomain != '': + if lang_from_subdomain == 'zh_hans': + lang_from_subdomain = 'zh_Hans' + session['lang'] = lang_from_subdomain + elif lang_from_request := request.args.get('language', None): session['lang'] = lang_from_request if 'lang' not in session: session['lang'] = request.accept_languages.best_match( @@ -1326,13 +1352,13 @@ def hour_of_code(level, program_id=None): # routing to index.html -@app.route('/ontrack', methods=['GET'], defaults={'level': '1', 'program_id': None}) -@app.route('/onlinemasters', methods=['GET'], defaults={'level': '1', 'program_id': None}) -@app.route('/onlinemasters/', methods=['GET'], defaults={'program_id': None}) -@app.route('/hedy', methods=['GET'], defaults={'program_id': None, 'level': '1'}) -@app.route('/hedy/', methods=['GET'], defaults={'program_id': None}) -@app.route('/hedy//', methods=['GET']) -def index(level, program_id): +@app.route('/ontrack', methods=['GET'], defaults={'level': '1', 'program_id': None}, subdomain="") +@app.route('/onlinemasters', methods=['GET'], defaults={'level': '1', 'program_id': None}, subdomain="") +@app.route('/onlinemasters/', methods=['GET'], defaults={'program_id': None}, subdomain="") +@app.route('/hedy', methods=['GET'], defaults={'program_id': None, 'level': '1'}, subdomain="") +@app.route('/hedy/', methods=['GET'], defaults={'program_id': None}, subdomain="") +@app.route('/hedy//', methods=['GET'], subdomain="") +def index(level, program_id, language='en'): try: level = int(level) if level < 1 or level > hedy.HEDY_MAX_LEVEL: @@ -1554,8 +1580,8 @@ def index(level, program_id): )) -@app.route('/hedy', methods=['GET']) -def index_level(): +@app.route('/hedy', subdomain="", methods=['GET']) +def index_level(language): if current_user()['username']: highest_quiz = get_highest_quiz_level(current_user()['username']) # This function returns the character '-' in case there are no finished quizes @@ -1565,10 +1591,13 @@ def index_level(): level_rendered = hedy.HEDY_MAX_LEVEL else: level_rendered = highest_quiz + 1 - return index(level_rendered, None) + return index(level_rendered, None, language) else: - return index(1, None) + return index(1, None, language) +@app.route('/hedy', methods=['GET']) +def index_test(): + return index_level('en') @app.route('/hedy//view', methods=['GET']) @requires_login @@ -2557,6 +2586,16 @@ def public_user_page(username): ) return utils.error_page(error=404, ui_message=gettext('user_not_private')) +@app.route('/community', subdomain="zh_hans", methods=['GET']) +@app.route('/community/
', subdomain="zh_hans", methods=['GET']) +def chinese_community(section='index'): + files = glob('templates/communities/zh_hans/*.html') + article_names = [os.path.basename(file).replace('.html', '') for file in files] + return render_template( + f'communities/zh_hans/{section}.html', + article_names=article_names, + section=section + ) def valid_invite_code(code): if not code: From 923b9280e668aac520e8f126664fff8deb881249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Pelay?= Date: Thu, 26 Sep 2024 17:52:46 -0400 Subject: [PATCH 3/7] show index in the two other articles as well --- templates/communities/zh_hans/article2.html | 4 ++-- templates/communities/zh_hans/article3.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/communities/zh_hans/article2.html b/templates/communities/zh_hans/article2.html index 2968225fa80..220edbc8b68 100644 --- a/templates/communities/zh_hans/article2.html +++ b/templates/communities/zh_hans/article2.html @@ -1,5 +1,5 @@ -{% extends "auth.html" %} -{% block regular_content %} +{% extends "communities/community-template.html" %} +{% block community_content %}

前宣-对家长-推文四

Hedy diff --git a/templates/communities/zh_hans/article3.html b/templates/communities/zh_hans/article3.html index ceb1143bb22..9607f015ffb 100644 --- a/templates/communities/zh_hans/article3.html +++ b/templates/communities/zh_hans/article3.html @@ -1,5 +1,5 @@ -{% extends "auth.html" %} -{% block regular_content %} +{% extends "communities/community-template.html" %} +{% block community_content %}

前宣系列-对家长-第五版

Hedy From 268279f530628cc62474503a172cc913d307ce45 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 22:07:07 +0000 Subject: [PATCH 4/7] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- app.py | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/app.py b/app.py index ae4496f8323..fef36b8bcda 100644 --- a/app.py +++ b/app.py @@ -87,23 +87,26 @@ app.config['SEND_FILE_MAX_AGE_DEFAULT'] = datetime.timedelta(minutes=5) app.config["SERVER_NAME"] = "localhost:8080" -for rule in app.url_map.iter_rules('static'): +for rule in app.url_map.iter_rules('static'): app.url_map._rules.remove(rule) -app.url_map._rules_by_endpoint['static'] = [] +app.url_map._rules_by_endpoint['static'] = [] app.view_functions["static"] = None -app.static_folder='static' +app.static_folder = 'static' app.add_url_rule('/', - endpoint='static', - subdomain="", - view_func=app.send_static_file) + endpoint='static', + subdomain="", + view_func=app.send_static_file) # optional. If not set, the above view_func will be passed as a parameter. + + @app.url_value_preprocessor def before_route(endpoint, values): if values is not None and endpoint == 'static': values.pop('language', None) setup_language(language=values.get('language', None)) + def get_locale(): return session.get("lang", request.accept_languages.best_match(ALL_LANGUAGES.keys(), 'en')) @@ -1595,10 +1598,12 @@ def index_level(language): else: return index(1, None, language) + @app.route('/hedy', methods=['GET']) def index_test(): return index_level('en') + @app.route('/hedy//view', methods=['GET']) @requires_login def view_program(user, id): @@ -2586,17 +2591,19 @@ def public_user_page(username): ) return utils.error_page(error=404, ui_message=gettext('user_not_private')) + @app.route('/community', subdomain="zh_hans", methods=['GET']) @app.route('/community/

', subdomain="zh_hans", methods=['GET']) def chinese_community(section='index'): files = glob('templates/communities/zh_hans/*.html') - article_names = [os.path.basename(file).replace('.html', '') for file in files] + article_names = [os.path.basename(file).replace('.html', '') for file in files] return render_template( f'communities/zh_hans/{section}.html', article_names=article_names, section=section ) + def valid_invite_code(code): if not code: return False From a250fa469149b863b611d128621c6e9035b6cabf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" Date: Thu, 26 Sep 2024 22:09:27 +0000 Subject: [PATCH 5/7] =?UTF-8?q?=F0=9F=A4=96=20Automatically=20update=20gen?= =?UTF-8?q?erated=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- messages.pot | 3 +++ translations/ar/LC_MESSAGES/messages.po | 3 +++ translations/bg/LC_MESSAGES/messages.po | 3 +++ translations/bn/LC_MESSAGES/messages.po | 3 +++ translations/ca/LC_MESSAGES/messages.po | 3 +++ translations/cs/LC_MESSAGES/messages.po | 3 +++ translations/cy/LC_MESSAGES/messages.po | 3 +++ translations/da/LC_MESSAGES/messages.po | 3 +++ translations/de/LC_MESSAGES/messages.po | 3 +++ translations/el/LC_MESSAGES/messages.po | 3 +++ translations/en/LC_MESSAGES/messages.po | 3 +++ translations/eo/LC_MESSAGES/messages.po | 3 +++ translations/es/LC_MESSAGES/messages.po | 3 +++ translations/et/LC_MESSAGES/messages.po | 3 +++ translations/fa/LC_MESSAGES/messages.po | 3 +++ translations/fi/LC_MESSAGES/messages.po | 3 +++ translations/fr/LC_MESSAGES/messages.po | 3 +++ translations/fr_CA/LC_MESSAGES/messages.po | 3 +++ translations/fy/LC_MESSAGES/messages.po | 3 +++ translations/he/LC_MESSAGES/messages.po | 3 +++ translations/hi/LC_MESSAGES/messages.po | 3 +++ translations/hr/LC_MESSAGES/messages.po | 3 +++ translations/hu/LC_MESSAGES/messages.po | 3 +++ translations/ia/LC_MESSAGES/messages.po | 3 +++ translations/iba/LC_MESSAGES/messages.po | 3 +++ translations/id/LC_MESSAGES/messages.po | 3 +++ translations/it/LC_MESSAGES/messages.po | 3 +++ translations/ja/LC_MESSAGES/messages.po | 3 +++ translations/kmr/LC_MESSAGES/messages.po | 3 +++ translations/ko/LC_MESSAGES/messages.po | 3 +++ translations/mi/LC_MESSAGES/messages.po | 3 +++ translations/ms/LC_MESSAGES/messages.po | 3 +++ translations/nb_NO/LC_MESSAGES/messages.po | 3 +++ translations/nl/LC_MESSAGES/messages.po | 3 +++ translations/pa_PK/LC_MESSAGES/messages.po | 3 +++ translations/pap/LC_MESSAGES/messages.po | 3 +++ translations/peo/LC_MESSAGES/messages.po | 3 +++ translations/pl/LC_MESSAGES/messages.po | 3 +++ translations/pt_BR/LC_MESSAGES/messages.po | 3 +++ translations/pt_PT/LC_MESSAGES/messages.po | 3 +++ translations/ro/LC_MESSAGES/messages.po | 3 +++ translations/ru/LC_MESSAGES/messages.po | 3 +++ translations/sl/LC_MESSAGES/messages.po | 3 +++ translations/sq/LC_MESSAGES/messages.po | 3 +++ translations/sr/LC_MESSAGES/messages.po | 3 +++ translations/sv/LC_MESSAGES/messages.po | 3 +++ translations/sw/LC_MESSAGES/messages.po | 3 +++ translations/te/LC_MESSAGES/messages.po | 3 +++ translations/th/LC_MESSAGES/messages.po | 3 +++ translations/tl/LC_MESSAGES/messages.po | 3 +++ translations/tn/LC_MESSAGES/messages.po | 3 +++ translations/tr/LC_MESSAGES/messages.po | 3 +++ translations/uk/LC_MESSAGES/messages.po | 3 +++ translations/ur/LC_MESSAGES/messages.po | 3 +++ translations/uz/LC_MESSAGES/messages.po | 3 +++ translations/vi/LC_MESSAGES/messages.po | 3 +++ translations/zh_Hans/LC_MESSAGES/messages.po | 3 +++ translations/zh_Hant/LC_MESSAGES/messages.po | 3 +++ 58 files changed, 174 insertions(+) diff --git a/messages.pot b/messages.pot index 823107ebb8d..e1815cafdc6 100644 --- a/messages.pot +++ b/messages.pot @@ -32,6 +32,9 @@ msgstr "" msgid "Has Blanks" msgstr "" +msgid "Home" +msgstr "" + msgid "Incomplete" msgstr "" diff --git a/translations/ar/LC_MESSAGES/messages.po b/translations/ar/LC_MESSAGES/messages.po index ae8db2afc6b..8fde67c4b0f 100644 --- a/translations/ar/LC_MESSAGES/messages.po +++ b/translations/ar/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "البرنامج الخاص بك غير مكتمل. عليك أن تستبدل الفراغات الموجودة وتضع مكانها الكود الذي تريد للحاسوب أن ينفذه." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "أوه! لقد نسيت أن تكمل جزءاً من البرنامج! في السطر رقم {line_number}، عليك أن تكمل كتابة الكود بعد `{incomplete_command}`." diff --git a/translations/bg/LC_MESSAGES/messages.po b/translations/bg/LC_MESSAGES/messages.po index de76fe4e714..0b8cf352840 100644 --- a/translations/bg/LC_MESSAGES/messages.po +++ b/translations/bg/LC_MESSAGES/messages.po @@ -36,6 +36,9 @@ msgstr "Функция с име {name} е използвана преди да msgid "Has Blanks" msgstr "Кодът ти е непълен. Съдържа празни места, който трябва да замениш с програмен код." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Момент, кодът ти не е пълен! На ред {line_number} е нужно да напишеш текст след `{incomplete_command}`." diff --git a/translations/bn/LC_MESSAGES/messages.po b/translations/bn/LC_MESSAGES/messages.po index 6bc69c4a2b4..44acce34db9 100644 --- a/translations/bn/LC_MESSAGES/messages.po +++ b/translations/bn/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it।" msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/ca/LC_MESSAGES/messages.po b/translations/ca/LC_MESSAGES/messages.po index 2441cebbf26..482af385938 100644 --- a/translations/ca/LC_MESSAGES/messages.po +++ b/translations/ca/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "El teu codi està incomplert. Conté espais en blanc que has d'omplir amb codi." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! Se t'ha oblidat una mica de codi! A la línia {line_number}, has d'introduir text després de `{incomplete_command}`." diff --git a/translations/cs/LC_MESSAGES/messages.po b/translations/cs/LC_MESSAGES/messages.po index 489c6ebb137..22430847137 100644 --- a/translations/cs/LC_MESSAGES/messages.po +++ b/translations/cs/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Jejda, zapomněl*a jsi kousek kódu! Na řádku {line_number} musíš ještě něco dopsat za `{incomplete_command}`." diff --git a/translations/cy/LC_MESSAGES/messages.po b/translations/cy/LC_MESSAGES/messages.po index 3dc16837ab3..ab8c8399b4d 100644 --- a/translations/cy/LC_MESSAGES/messages.po +++ b/translations/cy/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/da/LC_MESSAGES/messages.po b/translations/da/LC_MESSAGES/messages.po index f849a2fe79b..7674afd68d5 100644 --- a/translations/da/LC_MESSAGES/messages.po +++ b/translations/da/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/de/LC_MESSAGES/messages.po b/translations/de/LC_MESSAGES/messages.po index e39c0870150..e1ef34766b0 100644 --- a/translations/de/LC_MESSAGES/messages.po +++ b/translations/de/LC_MESSAGES/messages.po @@ -34,6 +34,9 @@ msgstr "Wir haben bemerkt, dass die Funktion {name} benutzt wird, obwohl sie nic msgid "Has Blanks" msgstr "Wir haben bemerkt, dass dein Programm leer ist. Kannst du die Leerzeichen mit Programm füllen?" +msgid "Home" +msgstr "" + msgid "Incomplete" msgstr "Wir haben festgestellt, dass ein Teil des Codes vom {incomplete_command} Befehl in Zeile {line_number} zu fehlen scheint. Kannst du probieren, den fehlenden Code hinzuzufügen?" diff --git a/translations/el/LC_MESSAGES/messages.po b/translations/el/LC_MESSAGES/messages.po index 1678c4c96e8..c9bc7951e4f 100644 --- a/translations/el/LC_MESSAGES/messages.po +++ b/translations/el/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Ο κώδικάς σου δεν είναι πλήρης. Περιέχει κενά που πρέπει να αντικαταστήσεις με κώδικα." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Ουπς! Ξέχασες ένα κομμάτι κώδικα! Στη γραμμή {line_number}, πρέπει να γράψεις κείμενο ύστερα από την `{incomplete_command}`." diff --git a/translations/en/LC_MESSAGES/messages.po b/translations/en/LC_MESSAGES/messages.po index 4307a3557b5..f8fa654d6d9 100644 --- a/translations/en/LC_MESSAGES/messages.po +++ b/translations/en/LC_MESSAGES/messages.po @@ -33,6 +33,9 @@ msgstr "We detected that a function {name} is being used without being defined. msgid "Has Blanks" msgstr "We detected that the code seems to be incomplete. Can you fill in the blanks with code?" +msgid "Home" +msgstr "" + msgid "Incomplete" msgstr "We detected that part of the code seems to be missing from the `{incomplete_command}` on line {line_number}. Can you try adding the what's missing?" diff --git a/translations/eo/LC_MESSAGES/messages.po b/translations/eo/LC_MESSAGES/messages.po index 61b3cd4f69a..9579b884e11 100644 --- a/translations/eo/LC_MESSAGES/messages.po +++ b/translations/eo/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "Vi provis uzi la funkcion {name}, sed vi ne difinis ĝin." msgid "Has Blanks" msgstr "Via kodo ne estas kompleta. Ĝi enhavas spacojn kiun vi devas anstataŭigi per kodo." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Ups! Vi forgesis parton de kodo! Je la linio {line_number} vi bezonas enigi tekston post `{incomplete_command}`." diff --git a/translations/es/LC_MESSAGES/messages.po b/translations/es/LC_MESSAGES/messages.po index c0574e02d1e..79cacda97e3 100644 --- a/translations/es/LC_MESSAGES/messages.po +++ b/translations/es/LC_MESSAGES/messages.po @@ -37,6 +37,9 @@ msgstr "Has intentado utilizar la función {name}, pero no la has definido." msgid "Has Blanks" msgstr "Tu código es incompleto. Contiene huecos que debes reemplazar con código." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "¡Oops! ¡Has olvidado una parte de código! En la línea {line_number}, debes agregar texto después de `{incomplete_command}`." diff --git a/translations/et/LC_MESSAGES/messages.po b/translations/et/LC_MESSAGES/messages.po index d345b102e27..76761b119d1 100644 --- a/translations/et/LC_MESSAGES/messages.po +++ b/translations/et/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Su kood ei ole veel valmis. Seal on veel tühjad kohad, kuhu sa pead koodi asemele panema." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Ups! Sa jätsid natukene koodi kirjutamata! {line_number} real pead sa pärast `{incomplete_command}` midagi kirjutama." diff --git a/translations/fa/LC_MESSAGES/messages.po b/translations/fa/LC_MESSAGES/messages.po index ef143cf8bcb..4b59ecbcdd9 100644 --- a/translations/fa/LC_MESSAGES/messages.po +++ b/translations/fa/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/fi/LC_MESSAGES/messages.po b/translations/fi/LC_MESSAGES/messages.po index dd59fe106f6..e25dfe9d9b6 100644 --- a/translations/fi/LC_MESSAGES/messages.po +++ b/translations/fi/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/fr/LC_MESSAGES/messages.po b/translations/fr/LC_MESSAGES/messages.po index 33ee94942d3..6385c5df484 100644 --- a/translations/fr/LC_MESSAGES/messages.po +++ b/translations/fr/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Ton code est incomplet. Il contient des blancs que tu dois remplacer par du code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oups ! Tu as oublié un morceau du code ! À la ligne {line_number}, tu dois ajouter du texte après `{incomplete_command}`." diff --git a/translations/fr_CA/LC_MESSAGES/messages.po b/translations/fr_CA/LC_MESSAGES/messages.po index 50659a5fbd8..12b7b34fe67 100644 --- a/translations/fr_CA/LC_MESSAGES/messages.po +++ b/translations/fr_CA/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/fy/LC_MESSAGES/messages.po b/translations/fy/LC_MESSAGES/messages.po index 3addcac803d..e89c114a905 100644 --- a/translations/fy/LC_MESSAGES/messages.po +++ b/translations/fy/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Tink der om! Dyn koade is noch net ôf. Der stiet noch leech streepke yn, dêr moat de goede koade noch stean." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Tink derom, bist wat koade fergetten. Op rigel {line_number} moat der efter `{incomplete_command}` noch tekst komme." diff --git a/translations/he/LC_MESSAGES/messages.po b/translations/he/LC_MESSAGES/messages.po index 90c73187cab..39e3a168380 100644 --- a/translations/he/LC_MESSAGES/messages.po +++ b/translations/he/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/hi/LC_MESSAGES/messages.po b/translations/hi/LC_MESSAGES/messages.po index 1b27db0d2c6..41055456101 100644 --- a/translations/hi/LC_MESSAGES/messages.po +++ b/translations/hi/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "आपने फ़ंक्शन {name} का उपयोग कर msgid "Has Blanks" msgstr "आपका कोड अधूरा है। इसमें रिक्त स्थान हैं जिन्हें आपको कोड से बदलना होगा।" +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "उफ़! आप थोड़ा सा कोड भूल गए! लाइन {line_number} पर, आपको `{incomplete_command}` के पीछे टेक्स्ट डालना होगा|" diff --git a/translations/hr/LC_MESSAGES/messages.po b/translations/hr/LC_MESSAGES/messages.po index 393af10b1a1..1bc5da7c669 100644 --- a/translations/hr/LC_MESSAGES/messages.po +++ b/translations/hr/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "We detected that a function {name} is being used without being defined. msgid "Has Blanks" msgstr "We detected that the code seems to be incomplete. Can you fill in the blanks with code?" +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "We detected that part of the code seems to be missing from the `{incomplete_command}` on line {line_number}. Can you try adding the what's missing?" diff --git a/translations/hu/LC_MESSAGES/messages.po b/translations/hu/LC_MESSAGES/messages.po index 036f1309fc6..302fe39650d 100644 --- a/translations/hu/LC_MESSAGES/messages.po +++ b/translations/hu/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "A kódod hiányos. Tartalmaz üres helyeket, amelyeket kóddal kell helyettesíteni." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Hoppá! Elfelejtettél egy kis kódot! A(z) {line_number}. sorban, szöveget kell beírnod a(z) `{incomplete_command}` parancs mögé." diff --git a/translations/ia/LC_MESSAGES/messages.po b/translations/ia/LC_MESSAGES/messages.po index 82c9ca6cb9e..ebe2049f4f9 100644 --- a/translations/ia/LC_MESSAGES/messages.po +++ b/translations/ia/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/iba/LC_MESSAGES/messages.po b/translations/iba/LC_MESSAGES/messages.po index 7133e57a9a1..07723343d1b 100644 --- a/translations/iba/LC_MESSAGES/messages.po +++ b/translations/iba/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/id/LC_MESSAGES/messages.po b/translations/id/LC_MESSAGES/messages.po index 47b8a3b8931..dd1ee4f7acd 100644 --- a/translations/id/LC_MESSAGES/messages.po +++ b/translations/id/LC_MESSAGES/messages.po @@ -51,6 +51,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Kode Anda tidak lengkap. Ini berisi bagian kosong yang harus Anda ganti dengan kode." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Ups! Anda sedikit lupa kodenya! Pada baris {line_number}, Anda perlu memasukkan teks di belakang `{incomplete_command}`." diff --git a/translations/it/LC_MESSAGES/messages.po b/translations/it/LC_MESSAGES/messages.po index 534ee8bf35c..5ba1f802525 100644 --- a/translations/it/LC_MESSAGES/messages.po +++ b/translations/it/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Il tuo codice è incompleto. Contiene spazi vuoti che devi sostituire con il codice." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Ops! Hai dimenticato un po' di codice! Alla riga {line_number}, devi inserire il testo dietro `{incomplete_command}`." diff --git a/translations/ja/LC_MESSAGES/messages.po b/translations/ja/LC_MESSAGES/messages.po index c455cd57832..34707912dbf 100644 --- a/translations/ja/LC_MESSAGES/messages.po +++ b/translations/ja/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "あたなのコードは、完全に終わっていません。空白のスペースが含まれているので、コードに書き換えて下さい。" +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "おおっと! 少しコードを忘れていますよ!{line_number}行の`{incomplete_command}`の後に、テキストを入力して下さい。" diff --git a/translations/kmr/LC_MESSAGES/messages.po b/translations/kmr/LC_MESSAGES/messages.po index 22c2d6d736d..acbdeabfedf 100644 --- a/translations/kmr/LC_MESSAGES/messages.po +++ b/translations/kmr/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/ko/LC_MESSAGES/messages.po b/translations/ko/LC_MESSAGES/messages.po index ca8776ded5d..1f4e2145712 100644 --- a/translations/ko/LC_MESSAGES/messages.po +++ b/translations/ko/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "코드가 불완전합니다. 코드로 대체해야하는 빈칸이 들어있습니다." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "이런! 코드를 조금 잊으셨군요! {line_number} 라인에서 `{incomplete_command}` 뒤에 텍스트를 입력해야 합니다." diff --git a/translations/mi/LC_MESSAGES/messages.po b/translations/mi/LC_MESSAGES/messages.po index 5ff0dbbdf56..674d2b9179b 100644 --- a/translations/mi/LC_MESSAGES/messages.po +++ b/translations/mi/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/ms/LC_MESSAGES/messages.po b/translations/ms/LC_MESSAGES/messages.po index 71e67b6d7f6..8608f443929 100644 --- a/translations/ms/LC_MESSAGES/messages.po +++ b/translations/ms/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/nb_NO/LC_MESSAGES/messages.po b/translations/nb_NO/LC_MESSAGES/messages.po index 56de3b49b81..6be4ad47926 100644 --- a/translations/nb_NO/LC_MESSAGES/messages.po +++ b/translations/nb_NO/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Koden din er uferdig. Den inneholder tomrom du må erstatte med kode." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oisann! Du glemte litt kode! På linje {line_number}, må du legge til tekst etter `{incomplete_command}`." diff --git a/translations/nl/LC_MESSAGES/messages.po b/translations/nl/LC_MESSAGES/messages.po index e5596f5e0ee..54d1bbacec4 100644 --- a/translations/nl/LC_MESSAGES/messages.po +++ b/translations/nl/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "Je gebruikt de functie {name} te gebruiken, maar je hebt die niet gedefi msgid "Has Blanks" msgstr "Je code is onvolledig. Er zijn nog invulplaatsen die je moet vervangen door code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Let op, je bent een stukje code vergeten. Op regel {line_number} moet er achter `{incomplete_command}` nog tekst komen." diff --git a/translations/pa_PK/LC_MESSAGES/messages.po b/translations/pa_PK/LC_MESSAGES/messages.po index 94298757e51..cd3117b1c73 100644 --- a/translations/pa_PK/LC_MESSAGES/messages.po +++ b/translations/pa_PK/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/pap/LC_MESSAGES/messages.po b/translations/pap/LC_MESSAGES/messages.po index 8c9714c2a76..07ebbbe20b8 100644 --- a/translations/pap/LC_MESSAGES/messages.po +++ b/translations/pap/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/peo/LC_MESSAGES/messages.po b/translations/peo/LC_MESSAGES/messages.po index 9fbf891a9fd..6c9ac56a8c4 100644 --- a/translations/peo/LC_MESSAGES/messages.po +++ b/translations/peo/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/pl/LC_MESSAGES/messages.po b/translations/pl/LC_MESSAGES/messages.po index 8bc1f363127..0484d38acd9 100644 --- a/translations/pl/LC_MESSAGES/messages.po +++ b/translations/pl/LC_MESSAGES/messages.po @@ -34,6 +34,9 @@ msgstr "Wykryliśmy, że funkcja {name} jest używana bez definiowania. Czy moż msgid "Has Blanks" msgstr "Wykryliśmy, że kod wydaje się niekompletny. Czy możesz wypełnić puste miejsca kodem?" +msgid "Home" +msgstr "" + msgid "Incomplete" msgstr "Wykryliśmy, że wydaje się, że brakuje części kodu w poleceniu {incomplete_command}w wierszu {line_number}. Czy możesz spróbować dodać to, czego brakuje?" diff --git a/translations/pt_BR/LC_MESSAGES/messages.po b/translations/pt_BR/LC_MESSAGES/messages.po index 1037bf582a8..d549041515b 100644 --- a/translations/pt_BR/LC_MESSAGES/messages.po +++ b/translations/pt_BR/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "Você tentou usar a função {name}, mas você não a definiu." msgid "Has Blanks" msgstr "Seu codigo esta incompleto. Ele contém espaços em branco que precisam ser preenchidos com codigo." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Opa! Você esqueceu uma parte do código! Na linha {line_number}, você precisa colocar texto antes de `{incomplete_command}`." diff --git a/translations/pt_PT/LC_MESSAGES/messages.po b/translations/pt_PT/LC_MESSAGES/messages.po index bfe6cde4a64..a4f8d0e25ec 100644 --- a/translations/pt_PT/LC_MESSAGES/messages.po +++ b/translations/pt_PT/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! Esqueceste-te de um pedaço de código! Na linha {line_number}, tens de introduzir texto a seguir de `{incomplete_command}`." diff --git a/translations/ro/LC_MESSAGES/messages.po b/translations/ro/LC_MESSAGES/messages.po index 6fbbc7bf5ea..25660d7e514 100644 --- a/translations/ro/LC_MESSAGES/messages.po +++ b/translations/ro/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/ru/LC_MESSAGES/messages.po b/translations/ru/LC_MESSAGES/messages.po index d8b29a5b45c..c5d313b7f44 100644 --- a/translations/ru/LC_MESSAGES/messages.po +++ b/translations/ru/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Ваша программа не готова. В ней есть пробелы, на место которых нужно вписать код." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Ой-ой! На строке {line_number} нужно дописать что-то ещё после `{incomplete_command}`." diff --git a/translations/sl/LC_MESSAGES/messages.po b/translations/sl/LC_MESSAGES/messages.po index 49003fa4e66..d3e539e6610 100644 --- a/translations/sl/LC_MESSAGES/messages.po +++ b/translations/sl/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "Poskušali ste uporabiti funkcijo {name}, vendar je niste definirali." msgid "Has Blanks" msgstr "Vaša koda je nepopolna. Vsebuje prazna mesta, ki jih morate nadomestiti s kodo." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Ups! Pozabili ste del kode! V vrstici {line_number} morate za `{incomplete_command}` vnesti besedilo." diff --git a/translations/sq/LC_MESSAGES/messages.po b/translations/sq/LC_MESSAGES/messages.po index 7e0e40170a8..50d21182a6b 100644 --- a/translations/sq/LC_MESSAGES/messages.po +++ b/translations/sq/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/sr/LC_MESSAGES/messages.po b/translations/sr/LC_MESSAGES/messages.po index 742aac5b1a3..81551afb9c3 100644 --- a/translations/sr/LC_MESSAGES/messages.po +++ b/translations/sr/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/sv/LC_MESSAGES/messages.po b/translations/sv/LC_MESSAGES/messages.po index 6f9cc4a7145..5bbd5a5cb7a 100644 --- a/translations/sv/LC_MESSAGES/messages.po +++ b/translations/sv/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Din kod är ofullständig. Den innehåller tomrum som du måste ersätta med kod." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Hoppsan! Du glömde lite kod! På rad {line_number} måste du ange text efter `{incomplete_command}`." diff --git a/translations/sw/LC_MESSAGES/messages.po b/translations/sw/LC_MESSAGES/messages.po index 6f28b3351cb..9e9de224c00 100644 --- a/translations/sw/LC_MESSAGES/messages.po +++ b/translations/sw/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! Umesahau kitu! Kwenye mstari wa {line_number}, unatakiwa kuandika nyuma ya `{incomplete_command}`." diff --git a/translations/te/LC_MESSAGES/messages.po b/translations/te/LC_MESSAGES/messages.po index ebe47da9e75..8006b760ada 100644 --- a/translations/te/LC_MESSAGES/messages.po +++ b/translations/te/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/th/LC_MESSAGES/messages.po b/translations/th/LC_MESSAGES/messages.po index 6df66a7c845..f3eba7adbd5 100644 --- a/translations/th/LC_MESSAGES/messages.po +++ b/translations/th/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/tl/LC_MESSAGES/messages.po b/translations/tl/LC_MESSAGES/messages.po index 92fa8a692ca..21b566f2f58 100644 --- a/translations/tl/LC_MESSAGES/messages.po +++ b/translations/tl/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/tn/LC_MESSAGES/messages.po b/translations/tn/LC_MESSAGES/messages.po index 91cc223e5ac..e9997e8e1c1 100644 --- a/translations/tn/LC_MESSAGES/messages.po +++ b/translations/tn/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/tr/LC_MESSAGES/messages.po b/translations/tr/LC_MESSAGES/messages.po index 95cfa870188..fe476e71b97 100644 --- a/translations/tr/LC_MESSAGES/messages.po +++ b/translations/tr/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Kodunuz tamamlanmamış. Kod ile değiştirmeniz gereken boşluklar var." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! Bir kod parçasını unuttunuz! {line_number} numaralı satırda, `{incomplete_command}` satırının arkasına metin girmeniz gerekir." diff --git a/translations/uk/LC_MESSAGES/messages.po b/translations/uk/LC_MESSAGES/messages.po index c386aba0649..8e73d3e36cf 100644 --- a/translations/uk/LC_MESSAGES/messages.po +++ b/translations/uk/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Ваш код є неповним. Він містить пробіли, які необхідно замінити кодом." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Ой! Ви забули трохи коду! У рядку {line_number} потрібно ввести текст за `{incomplete_command}`." diff --git a/translations/ur/LC_MESSAGES/messages.po b/translations/ur/LC_MESSAGES/messages.po index 5390cf7ff9d..d6a1d99407f 100644 --- a/translations/ur/LC_MESSAGES/messages.po +++ b/translations/ur/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "آپ کا کوڈ نامکمل ہے۔اس میں خالی جگہیں موجود ہیں۔" +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/uz/LC_MESSAGES/messages.po b/translations/uz/LC_MESSAGES/messages.po index 042c88411a3..b0b5056f0d3 100644 --- a/translations/uz/LC_MESSAGES/messages.po +++ b/translations/uz/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "We detected that a function {name} is being used without being defined. msgid "Has Blanks" msgstr "We detected that the code seems to be incomplete. Can you fill in the blanks with code?" +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "We detected that part of the code seems to be missing from the `{incomplete_command}` on line {line_number}. Can you try adding the what's missing?" diff --git a/translations/vi/LC_MESSAGES/messages.po b/translations/vi/LC_MESSAGES/messages.po index 932860650e1..6ccbb50e2ce 100644 --- a/translations/vi/LC_MESSAGES/messages.po +++ b/translations/vi/LC_MESSAGES/messages.po @@ -39,6 +39,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/zh_Hans/LC_MESSAGES/messages.po b/translations/zh_Hans/LC_MESSAGES/messages.po index 0960c46753d..23510cd1d14 100644 --- a/translations/zh_Hans/LC_MESSAGES/messages.po +++ b/translations/zh_Hans/LC_MESSAGES/messages.po @@ -34,6 +34,9 @@ msgstr "我们检测到函数 {name} 未被定义,但已被使用。你应该 msgid "Has Blanks" msgstr "我们发现代码似乎不完整。能能用代码填补空白吗?" +msgid "Home" +msgstr "" + msgid "Incomplete" msgstr "我们发现第 {line_number} 行的 `{incomplete_command}` 部分代码似乎缺失。你可以尝试添加缺失的内容吗?" diff --git a/translations/zh_Hant/LC_MESSAGES/messages.po b/translations/zh_Hant/LC_MESSAGES/messages.po index 68bc0ca00f3..805e72264f4 100644 --- a/translations/zh_Hant/LC_MESSAGES/messages.po +++ b/translations/zh_Hant/LC_MESSAGES/messages.po @@ -38,6 +38,9 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." +msgid "Home" +msgstr "" + #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." From e32f200f6f27c706b445c915e4a2d738a186e85c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Pelay?= Date: Fri, 27 Sep 2024 11:19:10 -0400 Subject: [PATCH 6/7] using correct label --- messages.pot | 3 --- templates/communities/community-template.html | 2 +- translations/ar/LC_MESSAGES/messages.po | 3 --- translations/bg/LC_MESSAGES/messages.po | 3 --- translations/bn/LC_MESSAGES/messages.po | 3 --- translations/ca/LC_MESSAGES/messages.po | 3 --- translations/cs/LC_MESSAGES/messages.po | 3 --- translations/cy/LC_MESSAGES/messages.po | 3 --- translations/da/LC_MESSAGES/messages.po | 3 --- translations/de/LC_MESSAGES/messages.po | 3 --- translations/el/LC_MESSAGES/messages.po | 3 --- translations/en/LC_MESSAGES/messages.po | 3 --- translations/eo/LC_MESSAGES/messages.po | 3 --- translations/es/LC_MESSAGES/messages.po | 3 --- translations/et/LC_MESSAGES/messages.po | 3 --- translations/fa/LC_MESSAGES/messages.po | 3 --- translations/fi/LC_MESSAGES/messages.po | 3 --- translations/fr/LC_MESSAGES/messages.po | 3 --- translations/fr_CA/LC_MESSAGES/messages.po | 3 --- translations/fy/LC_MESSAGES/messages.po | 3 --- translations/he/LC_MESSAGES/messages.po | 3 --- translations/hi/LC_MESSAGES/messages.po | 3 --- translations/hr/LC_MESSAGES/messages.po | 3 --- translations/hu/LC_MESSAGES/messages.po | 3 --- translations/ia/LC_MESSAGES/messages.po | 3 --- translations/iba/LC_MESSAGES/messages.po | 3 --- translations/id/LC_MESSAGES/messages.po | 3 --- translations/it/LC_MESSAGES/messages.po | 3 --- translations/ja/LC_MESSAGES/messages.po | 3 --- translations/kmr/LC_MESSAGES/messages.po | 3 --- translations/ko/LC_MESSAGES/messages.po | 3 --- translations/mi/LC_MESSAGES/messages.po | 3 --- translations/ms/LC_MESSAGES/messages.po | 3 --- translations/nb_NO/LC_MESSAGES/messages.po | 3 --- translations/nl/LC_MESSAGES/messages.po | 3 --- translations/pa_PK/LC_MESSAGES/messages.po | 3 --- translations/pap/LC_MESSAGES/messages.po | 3 --- translations/peo/LC_MESSAGES/messages.po | 3 --- translations/pl/LC_MESSAGES/messages.po | 3 --- translations/pt_BR/LC_MESSAGES/messages.po | 3 --- translations/pt_PT/LC_MESSAGES/messages.po | 3 --- translations/ro/LC_MESSAGES/messages.po | 3 --- translations/ru/LC_MESSAGES/messages.po | 3 --- translations/sl/LC_MESSAGES/messages.po | 3 --- translations/sq/LC_MESSAGES/messages.po | 3 --- translations/sr/LC_MESSAGES/messages.po | 3 --- translations/sv/LC_MESSAGES/messages.po | 3 --- translations/sw/LC_MESSAGES/messages.po | 3 --- translations/te/LC_MESSAGES/messages.po | 3 --- translations/th/LC_MESSAGES/messages.po | 3 --- translations/tl/LC_MESSAGES/messages.po | 3 --- translations/tn/LC_MESSAGES/messages.po | 3 --- translations/tr/LC_MESSAGES/messages.po | 3 --- translations/uk/LC_MESSAGES/messages.po | 3 --- translations/ur/LC_MESSAGES/messages.po | 3 --- translations/uz/LC_MESSAGES/messages.po | 3 --- translations/vi/LC_MESSAGES/messages.po | 3 --- translations/zh_Hans/LC_MESSAGES/messages.po | 3 --- translations/zh_Hant/LC_MESSAGES/messages.po | 3 --- 59 files changed, 1 insertion(+), 175 deletions(-) diff --git a/messages.pot b/messages.pot index e1815cafdc6..823107ebb8d 100644 --- a/messages.pot +++ b/messages.pot @@ -32,9 +32,6 @@ msgstr "" msgid "Has Blanks" msgstr "" -msgid "Home" -msgstr "" - msgid "Incomplete" msgstr "" diff --git a/templates/communities/community-template.html b/templates/communities/community-template.html index 60d65236830..e5fbda0c89d 100644 --- a/templates/communities/community-template.html +++ b/templates/communities/community-template.html @@ -8,7 +8,7 @@
{% if name == section %}{% endif %}
- {% if name == 'index' %} {{_('Home')}} {% else %} {{ name }} {% endif %} + {% if name == 'index' %} {{_('nav_start')}} {% else %} {{ name }} {% endif %} {% endfor %} diff --git a/translations/ar/LC_MESSAGES/messages.po b/translations/ar/LC_MESSAGES/messages.po index 8fde67c4b0f..ae8db2afc6b 100644 --- a/translations/ar/LC_MESSAGES/messages.po +++ b/translations/ar/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "البرنامج الخاص بك غير مكتمل. عليك أن تستبدل الفراغات الموجودة وتضع مكانها الكود الذي تريد للحاسوب أن ينفذه." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "أوه! لقد نسيت أن تكمل جزءاً من البرنامج! في السطر رقم {line_number}، عليك أن تكمل كتابة الكود بعد `{incomplete_command}`." diff --git a/translations/bg/LC_MESSAGES/messages.po b/translations/bg/LC_MESSAGES/messages.po index 0b8cf352840..de76fe4e714 100644 --- a/translations/bg/LC_MESSAGES/messages.po +++ b/translations/bg/LC_MESSAGES/messages.po @@ -36,9 +36,6 @@ msgstr "Функция с име {name} е използвана преди да msgid "Has Blanks" msgstr "Кодът ти е непълен. Съдържа празни места, който трябва да замениш с програмен код." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Момент, кодът ти не е пълен! На ред {line_number} е нужно да напишеш текст след `{incomplete_command}`." diff --git a/translations/bn/LC_MESSAGES/messages.po b/translations/bn/LC_MESSAGES/messages.po index 44acce34db9..6bc69c4a2b4 100644 --- a/translations/bn/LC_MESSAGES/messages.po +++ b/translations/bn/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it।" msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/ca/LC_MESSAGES/messages.po b/translations/ca/LC_MESSAGES/messages.po index 482af385938..2441cebbf26 100644 --- a/translations/ca/LC_MESSAGES/messages.po +++ b/translations/ca/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "El teu codi està incomplert. Conté espais en blanc que has d'omplir amb codi." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! Se t'ha oblidat una mica de codi! A la línia {line_number}, has d'introduir text després de `{incomplete_command}`." diff --git a/translations/cs/LC_MESSAGES/messages.po b/translations/cs/LC_MESSAGES/messages.po index 22430847137..489c6ebb137 100644 --- a/translations/cs/LC_MESSAGES/messages.po +++ b/translations/cs/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Jejda, zapomněl*a jsi kousek kódu! Na řádku {line_number} musíš ještě něco dopsat za `{incomplete_command}`." diff --git a/translations/cy/LC_MESSAGES/messages.po b/translations/cy/LC_MESSAGES/messages.po index ab8c8399b4d..3dc16837ab3 100644 --- a/translations/cy/LC_MESSAGES/messages.po +++ b/translations/cy/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/da/LC_MESSAGES/messages.po b/translations/da/LC_MESSAGES/messages.po index 7674afd68d5..f849a2fe79b 100644 --- a/translations/da/LC_MESSAGES/messages.po +++ b/translations/da/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/de/LC_MESSAGES/messages.po b/translations/de/LC_MESSAGES/messages.po index e1ef34766b0..e39c0870150 100644 --- a/translations/de/LC_MESSAGES/messages.po +++ b/translations/de/LC_MESSAGES/messages.po @@ -34,9 +34,6 @@ msgstr "Wir haben bemerkt, dass die Funktion {name} benutzt wird, obwohl sie nic msgid "Has Blanks" msgstr "Wir haben bemerkt, dass dein Programm leer ist. Kannst du die Leerzeichen mit Programm füllen?" -msgid "Home" -msgstr "" - msgid "Incomplete" msgstr "Wir haben festgestellt, dass ein Teil des Codes vom {incomplete_command} Befehl in Zeile {line_number} zu fehlen scheint. Kannst du probieren, den fehlenden Code hinzuzufügen?" diff --git a/translations/el/LC_MESSAGES/messages.po b/translations/el/LC_MESSAGES/messages.po index c9bc7951e4f..1678c4c96e8 100644 --- a/translations/el/LC_MESSAGES/messages.po +++ b/translations/el/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Ο κώδικάς σου δεν είναι πλήρης. Περιέχει κενά που πρέπει να αντικαταστήσεις με κώδικα." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Ουπς! Ξέχασες ένα κομμάτι κώδικα! Στη γραμμή {line_number}, πρέπει να γράψεις κείμενο ύστερα από την `{incomplete_command}`." diff --git a/translations/en/LC_MESSAGES/messages.po b/translations/en/LC_MESSAGES/messages.po index f8fa654d6d9..4307a3557b5 100644 --- a/translations/en/LC_MESSAGES/messages.po +++ b/translations/en/LC_MESSAGES/messages.po @@ -33,9 +33,6 @@ msgstr "We detected that a function {name} is being used without being defined. msgid "Has Blanks" msgstr "We detected that the code seems to be incomplete. Can you fill in the blanks with code?" -msgid "Home" -msgstr "" - msgid "Incomplete" msgstr "We detected that part of the code seems to be missing from the `{incomplete_command}` on line {line_number}. Can you try adding the what's missing?" diff --git a/translations/eo/LC_MESSAGES/messages.po b/translations/eo/LC_MESSAGES/messages.po index 9579b884e11..61b3cd4f69a 100644 --- a/translations/eo/LC_MESSAGES/messages.po +++ b/translations/eo/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "Vi provis uzi la funkcion {name}, sed vi ne difinis ĝin." msgid "Has Blanks" msgstr "Via kodo ne estas kompleta. Ĝi enhavas spacojn kiun vi devas anstataŭigi per kodo." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Ups! Vi forgesis parton de kodo! Je la linio {line_number} vi bezonas enigi tekston post `{incomplete_command}`." diff --git a/translations/es/LC_MESSAGES/messages.po b/translations/es/LC_MESSAGES/messages.po index 79cacda97e3..c0574e02d1e 100644 --- a/translations/es/LC_MESSAGES/messages.po +++ b/translations/es/LC_MESSAGES/messages.po @@ -37,9 +37,6 @@ msgstr "Has intentado utilizar la función {name}, pero no la has definido." msgid "Has Blanks" msgstr "Tu código es incompleto. Contiene huecos que debes reemplazar con código." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "¡Oops! ¡Has olvidado una parte de código! En la línea {line_number}, debes agregar texto después de `{incomplete_command}`." diff --git a/translations/et/LC_MESSAGES/messages.po b/translations/et/LC_MESSAGES/messages.po index 76761b119d1..d345b102e27 100644 --- a/translations/et/LC_MESSAGES/messages.po +++ b/translations/et/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Su kood ei ole veel valmis. Seal on veel tühjad kohad, kuhu sa pead koodi asemele panema." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Ups! Sa jätsid natukene koodi kirjutamata! {line_number} real pead sa pärast `{incomplete_command}` midagi kirjutama." diff --git a/translations/fa/LC_MESSAGES/messages.po b/translations/fa/LC_MESSAGES/messages.po index 4b59ecbcdd9..ef143cf8bcb 100644 --- a/translations/fa/LC_MESSAGES/messages.po +++ b/translations/fa/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/fi/LC_MESSAGES/messages.po b/translations/fi/LC_MESSAGES/messages.po index e25dfe9d9b6..dd59fe106f6 100644 --- a/translations/fi/LC_MESSAGES/messages.po +++ b/translations/fi/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/fr/LC_MESSAGES/messages.po b/translations/fr/LC_MESSAGES/messages.po index 6385c5df484..33ee94942d3 100644 --- a/translations/fr/LC_MESSAGES/messages.po +++ b/translations/fr/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Ton code est incomplet. Il contient des blancs que tu dois remplacer par du code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oups ! Tu as oublié un morceau du code ! À la ligne {line_number}, tu dois ajouter du texte après `{incomplete_command}`." diff --git a/translations/fr_CA/LC_MESSAGES/messages.po b/translations/fr_CA/LC_MESSAGES/messages.po index 12b7b34fe67..50659a5fbd8 100644 --- a/translations/fr_CA/LC_MESSAGES/messages.po +++ b/translations/fr_CA/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/fy/LC_MESSAGES/messages.po b/translations/fy/LC_MESSAGES/messages.po index e89c114a905..3addcac803d 100644 --- a/translations/fy/LC_MESSAGES/messages.po +++ b/translations/fy/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Tink der om! Dyn koade is noch net ôf. Der stiet noch leech streepke yn, dêr moat de goede koade noch stean." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Tink derom, bist wat koade fergetten. Op rigel {line_number} moat der efter `{incomplete_command}` noch tekst komme." diff --git a/translations/he/LC_MESSAGES/messages.po b/translations/he/LC_MESSAGES/messages.po index 39e3a168380..90c73187cab 100644 --- a/translations/he/LC_MESSAGES/messages.po +++ b/translations/he/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/hi/LC_MESSAGES/messages.po b/translations/hi/LC_MESSAGES/messages.po index 41055456101..1b27db0d2c6 100644 --- a/translations/hi/LC_MESSAGES/messages.po +++ b/translations/hi/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "आपने फ़ंक्शन {name} का उपयोग कर msgid "Has Blanks" msgstr "आपका कोड अधूरा है। इसमें रिक्त स्थान हैं जिन्हें आपको कोड से बदलना होगा।" -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "उफ़! आप थोड़ा सा कोड भूल गए! लाइन {line_number} पर, आपको `{incomplete_command}` के पीछे टेक्स्ट डालना होगा|" diff --git a/translations/hr/LC_MESSAGES/messages.po b/translations/hr/LC_MESSAGES/messages.po index 1bc5da7c669..393af10b1a1 100644 --- a/translations/hr/LC_MESSAGES/messages.po +++ b/translations/hr/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "We detected that a function {name} is being used without being defined. msgid "Has Blanks" msgstr "We detected that the code seems to be incomplete. Can you fill in the blanks with code?" -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "We detected that part of the code seems to be missing from the `{incomplete_command}` on line {line_number}. Can you try adding the what's missing?" diff --git a/translations/hu/LC_MESSAGES/messages.po b/translations/hu/LC_MESSAGES/messages.po index 302fe39650d..036f1309fc6 100644 --- a/translations/hu/LC_MESSAGES/messages.po +++ b/translations/hu/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "A kódod hiányos. Tartalmaz üres helyeket, amelyeket kóddal kell helyettesíteni." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Hoppá! Elfelejtettél egy kis kódot! A(z) {line_number}. sorban, szöveget kell beírnod a(z) `{incomplete_command}` parancs mögé." diff --git a/translations/ia/LC_MESSAGES/messages.po b/translations/ia/LC_MESSAGES/messages.po index ebe2049f4f9..82c9ca6cb9e 100644 --- a/translations/ia/LC_MESSAGES/messages.po +++ b/translations/ia/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/iba/LC_MESSAGES/messages.po b/translations/iba/LC_MESSAGES/messages.po index 07723343d1b..7133e57a9a1 100644 --- a/translations/iba/LC_MESSAGES/messages.po +++ b/translations/iba/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/id/LC_MESSAGES/messages.po b/translations/id/LC_MESSAGES/messages.po index dd1ee4f7acd..47b8a3b8931 100644 --- a/translations/id/LC_MESSAGES/messages.po +++ b/translations/id/LC_MESSAGES/messages.po @@ -51,9 +51,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Kode Anda tidak lengkap. Ini berisi bagian kosong yang harus Anda ganti dengan kode." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Ups! Anda sedikit lupa kodenya! Pada baris {line_number}, Anda perlu memasukkan teks di belakang `{incomplete_command}`." diff --git a/translations/it/LC_MESSAGES/messages.po b/translations/it/LC_MESSAGES/messages.po index 5ba1f802525..534ee8bf35c 100644 --- a/translations/it/LC_MESSAGES/messages.po +++ b/translations/it/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Il tuo codice è incompleto. Contiene spazi vuoti che devi sostituire con il codice." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Ops! Hai dimenticato un po' di codice! Alla riga {line_number}, devi inserire il testo dietro `{incomplete_command}`." diff --git a/translations/ja/LC_MESSAGES/messages.po b/translations/ja/LC_MESSAGES/messages.po index 34707912dbf..c455cd57832 100644 --- a/translations/ja/LC_MESSAGES/messages.po +++ b/translations/ja/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "あたなのコードは、完全に終わっていません。空白のスペースが含まれているので、コードに書き換えて下さい。" -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "おおっと! 少しコードを忘れていますよ!{line_number}行の`{incomplete_command}`の後に、テキストを入力して下さい。" diff --git a/translations/kmr/LC_MESSAGES/messages.po b/translations/kmr/LC_MESSAGES/messages.po index acbdeabfedf..22c2d6d736d 100644 --- a/translations/kmr/LC_MESSAGES/messages.po +++ b/translations/kmr/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/ko/LC_MESSAGES/messages.po b/translations/ko/LC_MESSAGES/messages.po index 1f4e2145712..ca8776ded5d 100644 --- a/translations/ko/LC_MESSAGES/messages.po +++ b/translations/ko/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "코드가 불완전합니다. 코드로 대체해야하는 빈칸이 들어있습니다." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "이런! 코드를 조금 잊으셨군요! {line_number} 라인에서 `{incomplete_command}` 뒤에 텍스트를 입력해야 합니다." diff --git a/translations/mi/LC_MESSAGES/messages.po b/translations/mi/LC_MESSAGES/messages.po index 674d2b9179b..5ff0dbbdf56 100644 --- a/translations/mi/LC_MESSAGES/messages.po +++ b/translations/mi/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/ms/LC_MESSAGES/messages.po b/translations/ms/LC_MESSAGES/messages.po index 8608f443929..71e67b6d7f6 100644 --- a/translations/ms/LC_MESSAGES/messages.po +++ b/translations/ms/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/nb_NO/LC_MESSAGES/messages.po b/translations/nb_NO/LC_MESSAGES/messages.po index 6be4ad47926..56de3b49b81 100644 --- a/translations/nb_NO/LC_MESSAGES/messages.po +++ b/translations/nb_NO/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Koden din er uferdig. Den inneholder tomrom du må erstatte med kode." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oisann! Du glemte litt kode! På linje {line_number}, må du legge til tekst etter `{incomplete_command}`." diff --git a/translations/nl/LC_MESSAGES/messages.po b/translations/nl/LC_MESSAGES/messages.po index 54d1bbacec4..e5596f5e0ee 100644 --- a/translations/nl/LC_MESSAGES/messages.po +++ b/translations/nl/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "Je gebruikt de functie {name} te gebruiken, maar je hebt die niet gedefi msgid "Has Blanks" msgstr "Je code is onvolledig. Er zijn nog invulplaatsen die je moet vervangen door code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Let op, je bent een stukje code vergeten. Op regel {line_number} moet er achter `{incomplete_command}` nog tekst komen." diff --git a/translations/pa_PK/LC_MESSAGES/messages.po b/translations/pa_PK/LC_MESSAGES/messages.po index cd3117b1c73..94298757e51 100644 --- a/translations/pa_PK/LC_MESSAGES/messages.po +++ b/translations/pa_PK/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/pap/LC_MESSAGES/messages.po b/translations/pap/LC_MESSAGES/messages.po index 07ebbbe20b8..8c9714c2a76 100644 --- a/translations/pap/LC_MESSAGES/messages.po +++ b/translations/pap/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/peo/LC_MESSAGES/messages.po b/translations/peo/LC_MESSAGES/messages.po index 6c9ac56a8c4..9fbf891a9fd 100644 --- a/translations/peo/LC_MESSAGES/messages.po +++ b/translations/peo/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/pl/LC_MESSAGES/messages.po b/translations/pl/LC_MESSAGES/messages.po index 0484d38acd9..8bc1f363127 100644 --- a/translations/pl/LC_MESSAGES/messages.po +++ b/translations/pl/LC_MESSAGES/messages.po @@ -34,9 +34,6 @@ msgstr "Wykryliśmy, że funkcja {name} jest używana bez definiowania. Czy moż msgid "Has Blanks" msgstr "Wykryliśmy, że kod wydaje się niekompletny. Czy możesz wypełnić puste miejsca kodem?" -msgid "Home" -msgstr "" - msgid "Incomplete" msgstr "Wykryliśmy, że wydaje się, że brakuje części kodu w poleceniu {incomplete_command}w wierszu {line_number}. Czy możesz spróbować dodać to, czego brakuje?" diff --git a/translations/pt_BR/LC_MESSAGES/messages.po b/translations/pt_BR/LC_MESSAGES/messages.po index d549041515b..1037bf582a8 100644 --- a/translations/pt_BR/LC_MESSAGES/messages.po +++ b/translations/pt_BR/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "Você tentou usar a função {name}, mas você não a definiu." msgid "Has Blanks" msgstr "Seu codigo esta incompleto. Ele contém espaços em branco que precisam ser preenchidos com codigo." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Opa! Você esqueceu uma parte do código! Na linha {line_number}, você precisa colocar texto antes de `{incomplete_command}`." diff --git a/translations/pt_PT/LC_MESSAGES/messages.po b/translations/pt_PT/LC_MESSAGES/messages.po index a4f8d0e25ec..bfe6cde4a64 100644 --- a/translations/pt_PT/LC_MESSAGES/messages.po +++ b/translations/pt_PT/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! Esqueceste-te de um pedaço de código! Na linha {line_number}, tens de introduzir texto a seguir de `{incomplete_command}`." diff --git a/translations/ro/LC_MESSAGES/messages.po b/translations/ro/LC_MESSAGES/messages.po index 25660d7e514..6fbbc7bf5ea 100644 --- a/translations/ro/LC_MESSAGES/messages.po +++ b/translations/ro/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/ru/LC_MESSAGES/messages.po b/translations/ru/LC_MESSAGES/messages.po index c5d313b7f44..d8b29a5b45c 100644 --- a/translations/ru/LC_MESSAGES/messages.po +++ b/translations/ru/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Ваша программа не готова. В ней есть пробелы, на место которых нужно вписать код." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Ой-ой! На строке {line_number} нужно дописать что-то ещё после `{incomplete_command}`." diff --git a/translations/sl/LC_MESSAGES/messages.po b/translations/sl/LC_MESSAGES/messages.po index d3e539e6610..49003fa4e66 100644 --- a/translations/sl/LC_MESSAGES/messages.po +++ b/translations/sl/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "Poskušali ste uporabiti funkcijo {name}, vendar je niste definirali." msgid "Has Blanks" msgstr "Vaša koda je nepopolna. Vsebuje prazna mesta, ki jih morate nadomestiti s kodo." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Ups! Pozabili ste del kode! V vrstici {line_number} morate za `{incomplete_command}` vnesti besedilo." diff --git a/translations/sq/LC_MESSAGES/messages.po b/translations/sq/LC_MESSAGES/messages.po index 50d21182a6b..7e0e40170a8 100644 --- a/translations/sq/LC_MESSAGES/messages.po +++ b/translations/sq/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/sr/LC_MESSAGES/messages.po b/translations/sr/LC_MESSAGES/messages.po index 81551afb9c3..742aac5b1a3 100644 --- a/translations/sr/LC_MESSAGES/messages.po +++ b/translations/sr/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/sv/LC_MESSAGES/messages.po b/translations/sv/LC_MESSAGES/messages.po index 5bbd5a5cb7a..6f9cc4a7145 100644 --- a/translations/sv/LC_MESSAGES/messages.po +++ b/translations/sv/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Din kod är ofullständig. Den innehåller tomrum som du måste ersätta med kod." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Hoppsan! Du glömde lite kod! På rad {line_number} måste du ange text efter `{incomplete_command}`." diff --git a/translations/sw/LC_MESSAGES/messages.po b/translations/sw/LC_MESSAGES/messages.po index 9e9de224c00..6f28b3351cb 100644 --- a/translations/sw/LC_MESSAGES/messages.po +++ b/translations/sw/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! Umesahau kitu! Kwenye mstari wa {line_number}, unatakiwa kuandika nyuma ya `{incomplete_command}`." diff --git a/translations/te/LC_MESSAGES/messages.po b/translations/te/LC_MESSAGES/messages.po index 8006b760ada..ebe47da9e75 100644 --- a/translations/te/LC_MESSAGES/messages.po +++ b/translations/te/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/th/LC_MESSAGES/messages.po b/translations/th/LC_MESSAGES/messages.po index f3eba7adbd5..6df66a7c845 100644 --- a/translations/th/LC_MESSAGES/messages.po +++ b/translations/th/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/tl/LC_MESSAGES/messages.po b/translations/tl/LC_MESSAGES/messages.po index 21b566f2f58..92fa8a692ca 100644 --- a/translations/tl/LC_MESSAGES/messages.po +++ b/translations/tl/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/tn/LC_MESSAGES/messages.po b/translations/tn/LC_MESSAGES/messages.po index e9997e8e1c1..91cc223e5ac 100644 --- a/translations/tn/LC_MESSAGES/messages.po +++ b/translations/tn/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/tr/LC_MESSAGES/messages.po b/translations/tr/LC_MESSAGES/messages.po index fe476e71b97..95cfa870188 100644 --- a/translations/tr/LC_MESSAGES/messages.po +++ b/translations/tr/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Kodunuz tamamlanmamış. Kod ile değiştirmeniz gereken boşluklar var." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! Bir kod parçasını unuttunuz! {line_number} numaralı satırda, `{incomplete_command}` satırının arkasına metin girmeniz gerekir." diff --git a/translations/uk/LC_MESSAGES/messages.po b/translations/uk/LC_MESSAGES/messages.po index 8e73d3e36cf..c386aba0649 100644 --- a/translations/uk/LC_MESSAGES/messages.po +++ b/translations/uk/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Ваш код є неповним. Він містить пробіли, які необхідно замінити кодом." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Ой! Ви забули трохи коду! У рядку {line_number} потрібно ввести текст за `{incomplete_command}`." diff --git a/translations/ur/LC_MESSAGES/messages.po b/translations/ur/LC_MESSAGES/messages.po index d6a1d99407f..5390cf7ff9d 100644 --- a/translations/ur/LC_MESSAGES/messages.po +++ b/translations/ur/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "آپ کا کوڈ نامکمل ہے۔اس میں خالی جگہیں موجود ہیں۔" -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/uz/LC_MESSAGES/messages.po b/translations/uz/LC_MESSAGES/messages.po index b0b5056f0d3..042c88411a3 100644 --- a/translations/uz/LC_MESSAGES/messages.po +++ b/translations/uz/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "We detected that a function {name} is being used without being defined. msgid "Has Blanks" msgstr "We detected that the code seems to be incomplete. Can you fill in the blanks with code?" -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "We detected that part of the code seems to be missing from the `{incomplete_command}` on line {line_number}. Can you try adding the what's missing?" diff --git a/translations/vi/LC_MESSAGES/messages.po b/translations/vi/LC_MESSAGES/messages.po index 6ccbb50e2ce..932860650e1 100644 --- a/translations/vi/LC_MESSAGES/messages.po +++ b/translations/vi/LC_MESSAGES/messages.po @@ -39,9 +39,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." diff --git a/translations/zh_Hans/LC_MESSAGES/messages.po b/translations/zh_Hans/LC_MESSAGES/messages.po index 23510cd1d14..0960c46753d 100644 --- a/translations/zh_Hans/LC_MESSAGES/messages.po +++ b/translations/zh_Hans/LC_MESSAGES/messages.po @@ -34,9 +34,6 @@ msgstr "我们检测到函数 {name} 未被定义,但已被使用。你应该 msgid "Has Blanks" msgstr "我们发现代码似乎不完整。能能用代码填补空白吗?" -msgid "Home" -msgstr "" - msgid "Incomplete" msgstr "我们发现第 {line_number} 行的 `{incomplete_command}` 部分代码似乎缺失。你可以尝试添加缺失的内容吗?" diff --git a/translations/zh_Hant/LC_MESSAGES/messages.po b/translations/zh_Hant/LC_MESSAGES/messages.po index 805e72264f4..68bc0ca00f3 100644 --- a/translations/zh_Hant/LC_MESSAGES/messages.po +++ b/translations/zh_Hant/LC_MESSAGES/messages.po @@ -38,9 +38,6 @@ msgstr "You tried to use the function {name}, but you didn't define it." msgid "Has Blanks" msgstr "Your code is incomplete. It contains blanks that you have to replace with code." -msgid "Home" -msgstr "" - #, fuzzy msgid "Incomplete" msgstr "Oops! You forgot a bit of code! On line {line_number}, you need to enter text behind `{incomplete_command}`." From 54686d537a8183d8bd9c80665c907c924a982cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Pelay?= Date: Fri, 27 Sep 2024 11:20:41 -0400 Subject: [PATCH 7/7] fix linting --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index fef36b8bcda..dedc07325f4 100644 --- a/app.py +++ b/app.py @@ -2,7 +2,6 @@ import base64 import binascii import collections -from functools import wraps from glob import glob import logging import datetime