Commit 76544a40 authored by Henk Verlinde's avatar Henk Verlinde
Browse files

ux: localize strings

parent 21ecb638
Loading
Loading
Loading
Loading

i18n/de.yaml

0 → 100644
+5 −0
Original line number Diff line number Diff line
- id: get-started
  translation: "Loslegen"

- id: on-this-page
  translation: "Auf dieser Seite"

i18n/en.toml

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
[get-started]
   other = "Get Started"
 No newline at end of file

i18n/en.yaml

0 → 100644
+17 −0
Original line number Diff line number Diff line
- id: get-started
  translation: "Get Started"

- id: on-this-page
  translation: "On this page"

- id: search-text
  translation: "Search docs..."

- id: 404-title
  translation: "Page not found :("

- id: 404-text
  translation: "The page you are looking for doesn't exist or has been moved."

- id: browse
  translation: "Browse"

i18n/nl.toml

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
[get-started]
   other = "Aan de slag"
 No newline at end of file

i18n/nl.yaml

0 → 100644
+17 −0
Original line number Diff line number Diff line
- id: get-started
  translation: "Aan de slag"

- id: on-this-page
  translation: "Op deze pagina"

- id: search-text
  translation: "Zoeken..."

- id: 404-title
  translation: "Pagina niet gevonden :("

- id: 404-text
  translation: "De gezochte pagina bestaat niet of deze is verplaatst."

- id: browse
  translation: "Browse"
Loading