Skip to content

Commit

Permalink
Completing German, English and Spanish translation (adityatelange#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining authored Jan 15, 2022
1 parent 1febe98 commit 3af238c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
13 changes: 11 additions & 2 deletions i18n/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,23 @@

- id: read_time
translation:
one: "1 min"
other: "{{ .Count }} min"
one: "1 Minute"
other: "{{ .Count }} Minuten"

- id: toc
translation: "Inhaltsverzeichnis"

- id: translations
translation: "Übersetzungen"

- id: home
translation: "Home"

- id: edit_post
translation: "Bearbeiten"

- id: code_copy
translation: "Kopieren"

- id: code_copied
translation: "Kopiert!"
3 changes: 3 additions & 0 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
- id: home
translation: "Home"

- id: edit_post
translation: "Edit"

- id: code_copy
translation: "copy"

Expand Down
3 changes: 3 additions & 0 deletions i18n/es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
- id: home
translation: "Inicio"

- id: edit_post
translation: "Editar"

- id: code_copy
translation: "copiar"

Expand Down

0 comments on commit 3af238c

Please sign in to comment.