Add new Hugo component

This commit is contained in:
Nicolas Martignoni
2019-03-02 17:48:58 +01:00
committed by GitHub
commit 936db74574
8 changed files with 765 additions and 0 deletions

8
i18n/de.yaml Normal file
View File

@@ -0,0 +1,8 @@
- id: warning
translation: "Warnung"
- id: note
translation: "Notiz"
- id: info
translation: "Info"
- id: tip
translation: "Hint"

8
i18n/en.yaml Normal file
View File

@@ -0,0 +1,8 @@
- id: warning
translation: "Warning"
- id: note
translation: "Note"
- id: info
translation: "Info"
- id: tip
translation: "Tip"

8
i18n/fr.yaml Normal file
View File

@@ -0,0 +1,8 @@
- id: warning
translation: "Avertissement"
- id: note
translation: "Remarque"
- id: info
translation: "Information"
- id: tip
translation: "Astuce"