Skip to content

Commit 268d719

Browse files
authored
Merge branch 'learnlatex:main' into master
2 parents 95116d1 + 0fa194b commit 268d719

2 files changed

Lines changed: 39 additions & 3 deletions

File tree

_data/translations.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,42 @@ navigational-elements_toc:
258258
zh: "目錄"
259259
mr: "अनुक्रमणिका"
260260
ca: "Taula de contingut"
261+
navigational-elements_latex_project:
262+
de: "The LaTeX Project"
263+
en: "The LaTeX Project"
264+
es: "The LaTeX Project"
265+
fr: "The LaTeX Project"
266+
ja: "The LaTeX Project"
267+
pt: "The LaTeX Project"
268+
tr: "The LaTeX Project"
269+
vi: "The LaTeX Project"
270+
zh: "The LaTeX Project"
271+
mr: "लाटेक् प्रकल्प"
272+
ca: "The LaTeX Project"
273+
navigational-elements_tug:
274+
de: "TeX Users Group"
275+
en: "TeX Users Group"
276+
es: "TeX Users Group"
277+
fr: "TeX Users Group"
278+
ja: "TeX Users Group"
279+
pt: "TeX Users Group"
280+
tr: "TeX Users Group"
281+
vi: "TeX Users Group"
282+
zh: "TeX Users Group"
283+
mr: "टेक् यूजर्स ग्रुप"
284+
ca: "TeX Users Group"
285+
navigational-elements_ctan:
286+
de: "CTAN"
287+
en: "CTAN"
288+
es: "CTAN"
289+
fr: "CTAN"
290+
ja: "CTAN"
291+
pt: "CTAN"
292+
tr: "CTAN"
293+
vi: "CTAN"
294+
zh: "CTAN"
295+
mr: "सीटॅन"
296+
ca: "CTAN"
261297

262298
# optional list of localised numbers 0-20 (fr alphabetic just for testing)
263299
# fr: "*,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t"

_includes/website-footer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,23 +105,23 @@
105105
class="website-footer-navigation__anchor"
106106
href="https://www.latex-project.org/"
107107
hreflang="en"
108-
>The LaTeX Project</a>
108+
>{{ site.data.translations['navigational-elements_latex_project'][page.lang] }}</a>
109109
</li>
110110
<li
111111
class="website-footer-navigation__list-item">
112112
<a
113113
class="website-footer-navigation__anchor"
114114
href="https://tug.org/"
115115
hreflang="en"
116-
>TeX Users Group</a>
116+
>{{ site.data.translations['navigational-elements_tug'][page.lang] }}</a>
117117
</li>
118118
<li
119119
class="website-footer-navigation__list-item">
120120
<a
121121
class="website-footer-navigation__anchor"
122122
href="https://www.ctan.org/"
123123
hreflang="en"
124-
><abbr title="Comprehensive TeX Archive Network">CTAN</abbr></a>
124+
><abbr title="Comprehensive TeX Archive Network">{{ site.data.translations['navigational-elements_ctan'][page.lang] }}</abbr></a>
125125
</li>
126126
</ul>
127127
</section>

0 commit comments

Comments
 (0)