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