{{ i18n "licenseText" }} CC BY-SA·
{{ i18n "rssLabel" }}
{{- $translations := .AllTranslations }}
{{- if gt (len $translations) 1 }}
{{- /*
"Turnstile Language Icon" by Farhat Datta (A' Design Award 2011,
languageicon.org), traced coordinates rounded to 2 decimals - already
single-color, so fill:currentColor (in CSS, not per-path) is enough
to match the RSS icon's convention. Sized larger than that icon (see
.lang-switch svg) since its finer detail (the two characters, the
arrow) turns to mush at the RSS icon's ~0.85em.
*/}}
{{- range sort $translations "Language.Weight" }}
{{- if ne .Lang $.Lang }}
{{ .Language.Label }}
{{- end }}
{{- end }}
{{- end }}
{{ with site.Params.nixstorepath }}
{{ . }}
{{ end }}