Skip to content

Commit 16de365

Browse files
committed
feat: languages page
1 parent 7eaf24c commit 16de365

File tree

11 files changed

+30
-1
lines changed

11 files changed

+30
-1
lines changed

_i18n/de.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'
2324
buttons:
2425
ical: Lade iCal runter
2526
google: Zu Google Kalender hinzufügen

_i18n/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'
2324
description:
2425
summary: 'Summary of the conference and its instances throughout the years.'
2526
header:

_i18n/es.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'
2324
buttons:
2425
ical: Obtener el iCal
2526
google: Añadir al Calendario de Google

_i18n/fr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'
2930
buttons:
3031
ical: Obtenir l'iCal
3132
google: Ajouter à Google Agenda

_i18n/hi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ titles:
2020
past_cfps: 'पिछले आमंत्रण'
2121
search: 'खोजें'
2222
about: 'पायथन सम्मेलन समय सीमाओं के बारे में'
23+
languages: 'उपलब्ध भाषाएँ'
2324
buttons:
2425
ical: iCal प्राप्त करें
2526
google: Google कैलेंडर में जोड़ें

_i18n/id.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'
3233
buttons:
3334
ical: Dapatkan iCal
3435
google: Tambahkan ke Google Calendar

_i18n/pt-br.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'
2930
buttons:
3031
ical: Obter o iCal
3132
google: Adicionar ao Google Calendar

_i18n/ru.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ titles:
2929
past_cfps: 'Прошедшие приглашения'
3030
search: 'Поиск'
3131
about: 'О дедлайнах конференций Python'
32+
languages: 'Доступные языки'
3233
buttons:
3334
ical: Получить iCal
3435
google: Добавить в Google Календарь

_i18n/zh-cn.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ titles:
2626
past_cfps: '往期征集'
2727
search: '搜索'
2828
about: '关于Python会议截止日期'
29+
languages: '可用语言'
2930
buttons:
3031
ical: 获取iCal日历
3132
google: 添加到Google日历

_pages/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)