Config files

This commit is contained in:
Hugo Martin 2020-08-04 18:47:35 +02:00 committed by Emruz Hossain
parent 56be59d7f1
commit f3ee752710
2 changed files with 24 additions and 0 deletions

12
i18n/en.toml Normal file
View file

@ -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 ';'

12
i18n/fr.toml Normal file
View file

@ -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 ';'