File tree Expand file tree Collapse file tree 11 files changed +30
-1
lines changed
Expand file tree Collapse file tree 11 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ titles:
2020 past_cfps : ' Vergangene CfPs'
2121 search : ' Suche'
2222 about : ' Über Python-Konferenz-Deadlines'
23+ languages : ' Verfügbare Sprachen'
2324buttons :
2425 ical : Lade iCal runter
2526 google : Zu Google Kalender hinzufügen
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ titles:
2020 past_cfps : ' Past Calls for Participation'
2121 search : ' Search'
2222 about : ' About Python Conference Deadlines'
23+ languages : ' Available Languages'
2324description :
2425 summary : ' Summary of the conference and its instances throughout the years.'
2526header :
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ titles:
2020 past_cfps : ' Llamadas pasadas'
2121 search : ' Buscar'
2222 about : ' Sobre las fechas de conferencias de Python'
23+ languages : ' Idiomas Disponibles'
2324buttons :
2425 ical : Obtener el iCal
2526 google : Añadir al Calendario de Google
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ titles:
2626 past_cfps : ' Appels à participation passés'
2727 search : ' Rechercher'
2828 about : ' À propos des échéances des conférences Python'
29+ languages : ' Langues disponibles'
2930buttons :
3031 ical : Obtenir l'iCal
3132 google : Ajouter à Google Agenda
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ titles:
2020 past_cfps : ' पिछले आमंत्रण'
2121 search : ' खोजें'
2222 about : ' पायथन सम्मेलन समय सीमाओं के बारे में'
23+ languages : ' उपलब्ध भाषाएँ'
2324buttons :
2425 ical : iCal प्राप्त करें
2526 google : Google कैलेंडर में जोड़ें
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ titles:
2929 past_cfps : ' Undangan Sebelumnya'
3030 search : ' Cari'
3131 about : ' Tentang Tenggat Waktu Konferensi Python'
32+ languages : ' Bahasa yang Tersedia'
3233buttons :
3334 ical : Dapatkan iCal
3435 google : Tambahkan ke Google Calendar
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ titles:
2626 past_cfps : ' Chamadas para participação passadas'
2727 search : ' Pesquisar'
2828 about : ' Sobre os prazos de conferências Python'
29+ languages : ' Idiomas disponíveis'
2930buttons :
3031 ical : Obter o iCal
3132 google : Adicionar ao Google Calendar
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ titles:
2929 past_cfps : ' Прошедшие приглашения'
3030 search : ' Поиск'
3131 about : ' О дедлайнах конференций Python'
32+ languages : ' Доступные языки'
3233buttons :
3334 ical : Получить iCal
3435 google : Добавить в Google Календарь
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ titles:
2626 past_cfps : ' 往期征集'
2727 search : ' 搜索'
2828 about : ' 关于Python会议截止日期'
29+ languages : ' 可用语言'
2930buttons :
3031 ical : 获取iCal日历
3132 google : 添加到Google日历
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ <h2 class="section-title">{% t about.stats.title %}</h2>
197197 </ a >
198198 </ div >
199199 < div class ="col-md-4 col-sm-6 mb-4 ">
200- < a href ="{{ site.baseurl }}/ " class ="text-decoration-none ">
200+ < a href ="{% tl languages %} " class ="text-decoration-none ">
201201 < div class ="stat p-4 rounded shadow-sm text-center h-100 ">
202202 < div class ="stat-number "> {{ site.languages | size }}</ div >
203203 < div class ="stat-label "> {% t about.stats.languages.label %}</ div >
You can’t perform that action at this time.
0 commit comments