From ab1020e0111e3a06146b3dc0ede6692aa0896243 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Mon, 12 Apr 2021 15:39:33 +0700 Subject: Use Hugo manually instead --- i18n/en.yaml | 2 ++ i18n/en.yml | 2 -- i18n/fr.yaml | 2 ++ i18n/fr.yml | 2 -- 4 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 i18n/en.yaml delete mode 100644 i18n/en.yml create mode 100644 i18n/fr.yaml delete mode 100644 i18n/fr.yml (limited to 'i18n') diff --git a/i18n/en.yaml b/i18n/en.yaml new file mode 100644 index 0000000..b9786e4 --- /dev/null +++ b/i18n/en.yaml @@ -0,0 +1,2 @@ +translations: + other: "Available translations" diff --git a/i18n/en.yml b/i18n/en.yml deleted file mode 100644 index b9786e4..0000000 --- a/i18n/en.yml +++ /dev/null @@ -1,2 +0,0 @@ -translations: - other: "Available translations" diff --git a/i18n/fr.yaml b/i18n/fr.yaml new file mode 100644 index 0000000..c305b10 --- /dev/null +++ b/i18n/fr.yaml @@ -0,0 +1,2 @@ +translations: + other: "Des traductions disponibles" diff --git a/i18n/fr.yml b/i18n/fr.yml deleted file mode 100644 index c305b10..0000000 --- a/i18n/fr.yml +++ /dev/null @@ -1,2 +0,0 @@ -translations: - other: "Des traductions disponibles" -- cgit 1.4.1