Skip to content

Commit ef8a4d2

Browse files
authored
Merge pull request #831 from setmao/fix_talk_length
Fix talk length
2 parents 491aaf8 + fdf1e5d commit ef8a4d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: src/locale/zh_Hant/LC_MESSAGES/django.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -2832,14 +2832,14 @@ msgstr "講者"
28322832
#: templates/pycontw-2020/events/talk_list.html:15
28332833
msgid ""
28342834
"The two conference days are packed with talks about Python by speakers from "
2835-
"Taiwan and around the world. The talks will be either 30- or 45-minute long. "
2835+
"Taiwan and around the world. The talks will be either 15- or 30-minute long. "
28362836
"Three tracks of talks will be delivered simultaneously, all with different "
28372837
"topics and difficulties. We suggest you to plan beforehand, and choose what "
28382838
"you want to listen based on your interests. Many people take notes on the "
28392839
"program schedule before the meeting so they don't end up in the wrong place."
28402840
msgstr ""
28412841
"演講為會期兩天最主要的活動,屆時將會有來自台灣各地與全球的講者分享他們在 "
2842-
"Python 相關的發現。Talk 有 30 分鐘與 45 分鐘兩種長度,每天都將有三軌議程同步"
2842+
"Python 相關的發現。Talk 有 15 分鐘與 30 分鐘兩種長度,每天都將有三軌議程同步"
28432843
"進行,配合各個演講的難易度與類型,選擇自己有興趣的主題聆聽。許多人都會事先筆"
28442844
"記想聽的議程,才不會跑錯地點。"
28452845

Diff for: src/templates/pycontw-2020/events/talk_list.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>{% trans 'Talks' %}</h1>
1212
</section>
1313

1414
<article>
15-
<p>{% blocktrans trimmed %}The two conference days are packed with talks about Python by speakers from Taiwan and around the world. The talks will be either 30- or 45-minute long. Three tracks of talks will be delivered simultaneously, all with different topics and difficulties. We suggest you to plan beforehand, and choose what you want to listen based on your interests. Many people take notes on the program schedule before the meeting so they don't end up in the wrong place.{% endblocktrans %}</p>
15+
<p>{% blocktrans trimmed %}The two conference days are packed with talks about Python by speakers from Taiwan and around the world. The talks will be either 15- or 30-minute long. Three tracks of talks will be delivered simultaneously, all with different topics and difficulties. We suggest you to plan beforehand, and choose what you want to listen based on your interests. Many people take notes on the program schedule before the meeting so they don't end up in the wrong place.{% endblocktrans %}</p>
1616
<p>{% blocktrans trimmed %}<em>Program schedule is subject to change.</em> Please check this page frequently to get the latest version.{% endblocktrans %}</p>
1717
</article>
1818

0 commit comments

Comments
 (0)