Merge branch 'adityatelange:master' into master
This commit is contained in:
commit
8fee0413f8
@ -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:
|
||||||
|
17
i18n/ja.yaml
17
i18n/ja.yaml
@ -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: "コピーされました!"
|
||||||
|
@ -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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user