From f3ee7527109ce6eae34b99e2040933403dffd21d Mon Sep 17 00:00:00 2001 From: Hugo Martin Date: Tue, 4 Aug 2020 18:47:35 +0200 Subject: [PATCH] Config files --- i18n/en.toml | 12 ++++++++++++ i18n/fr.toml | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 i18n/en.toml create mode 100644 i18n/fr.toml diff --git a/i18n/en.toml b/i18n/en.toml new file mode 100644 index 0000000..d61254c --- /dev/null +++ b/i18n/en.toml @@ -0,0 +1,12 @@ +# More documentation here: https://github.com/nicksnyder/go-i18n +[profile] +other = "Hello, I am" + +[home] +other = "Home" + +[resume] +other = "My resume" + +[quotes] +other = "I am a Developer;I am a Devops;I love servers;I work on open-source projects;I love to work with some fun projects" # Split each quote with a ';' \ No newline at end of file diff --git a/i18n/fr.toml b/i18n/fr.toml new file mode 100644 index 0000000..b7960b9 --- /dev/null +++ b/i18n/fr.toml @@ -0,0 +1,12 @@ +# More documentation here: https://github.com/nicksnyder/go-i18n +[profile] +other = "Bonjour, je suis" + +[home] +other = "Accueil" + +[resume] +other = "Mon Curriculum vitæ" + +[quotes] +other = "Je bidouille;Bref je code" # Split each quote with a ';' \ No newline at end of file