選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

12345678910
  1. {{ if .IsTranslated }}
  2. <h4>{{ i18n "translations" }}</h4>
  3. <ul class="pl0 mr3">
  4. {{ range .Translations }}
  5. <li class="list f5 f4-ns fw4 dib pr3">
  6. <a class="hover-white no-underline white-90" href="{{ .Permalink }}">{{ .Lang }}</a>
  7. </li>
  8. {{ end}}
  9. </ul>
  10. {{ end }}