Merge branch 'adityatelange:master' into master

This commit is contained in:
Wen 2022-08-13 11:19:51 +08:00 committed by GitHub
commit 8fee0413f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 3 deletions

View File

@ -1,8 +1,8 @@
- id: prev_page - id: prev_page
translation: "পূর্বের পাতা" translation: "পূর্ববর্তী"
- id: next_page - id: next_page
translation: "পরবর্তী পাতা" translation: "পরবর্তী"
- id: read_time - id: read_time
translation: translation:

View File

@ -9,8 +9,25 @@
one : "1 分" one : "1 分"
other: "{{ .Count }} 分" other: "{{ .Count }} 分"
- id: words
translation:
one: "文字"
other: "{{ .Count }} 文字"
- id: toc - id: toc
translation: "目次" translation: "目次"
- id: translations - id: translations
translation: "言語" translation: "言語"
- id: home
translation: "ホーム"
- id: edit_post
translation: "編集"
- id: code_copy
translation: "コピー"
- id: code_copied
translation: "コピーされました!"

View File

@ -1,6 +1,6 @@
<div class="social-icons"> <div class="social-icons">
{{- range . }} {{- range . }}
<a href="{{ trim .url " " }}" target="_blank" rel="noopener noreferrer me" title="{{ .name | title }}"> <a href="{{ trim .url " " }}" target="_blank" rel="noopener noreferrer me" title="{{ (.title | default .name) | title }}">
{{ partial "svg.html" . }} {{ partial "svg.html" . }}
</a> </a>
{{- end }} {{- end }}