Skip to content

Commit 37f359e

Browse files
authored
Completing German, English and Spanish translation (#728)
1 parent 54a3c60 commit 37f359e

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

i18n/de.yaml

+11-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,23 @@
66

77
- id: read_time
88
translation:
9-
one: "1 min"
10-
other: "{{ .Count }} min"
9+
one: "1 Minute"
10+
other: "{{ .Count }} Minuten"
1111

1212
- id: toc
1313
translation: "Inhaltsverzeichnis"
1414

1515
- id: translations
1616
translation: "Übersetzungen"
1717

18+
- id: home
19+
translation: "Home"
20+
1821
- id: edit_post
1922
translation: "Bearbeiten"
23+
24+
- id: code_copy
25+
translation: "Kopieren"
26+
27+
- id: code_copied
28+
translation: "Kopiert!"

i18n/en.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
- id: home
1919
translation: "Home"
2020

21+
- id: edit_post
22+
translation: "Edit"
23+
2124
- id: code_copy
2225
translation: "copy"
2326

i18n/es.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
- id: home
1919
translation: "Inicio"
2020

21+
- id: edit_post
22+
translation: "Editar"
23+
2124
- id: code_copy
2225
translation: "copiar"
2326

0 commit comments

Comments
 (0)