* Managing i18n * Fix absolute path * Config files * Home link manage langage * Fixing footer i18n * Implemented i18n on newsletter * Implemented two languages in example * Removed old section directory * Using yaml in data to organize home summary * Fully working for old versions without i18n * Integrating language menu CSS * Fix language dropdown CSS * Refactor translation codes * Remove duplicate code * Fix URL issues * Move customMenus and other site related config into data section * Fix error during language toggle * Only show the available translation for the posts * Handle navbar brand URL properly * Fix responsiveness Co-authored-by: Hugo MARTIN <hugo.martin.69@gmail.com> Co-authored-by: hossainemruz <emruz@appscode.com>
30 lines
533 B
TOML
30 lines
533 B
TOML
# More documentation here: https://github.com/nicksnyder/go-i18n
|
|
[home]
|
|
other = "Accueil"
|
|
|
|
[posts]
|
|
other = "Des postes"
|
|
|
|
[resume]
|
|
other = "Mon Curriculum vitæ"
|
|
|
|
[navigation]
|
|
other = "Naviguation"
|
|
|
|
[contact_me]
|
|
other = "Contactez moi :"
|
|
|
|
[newsletter_text]
|
|
other = "Restez à jour par e-mail"
|
|
|
|
[newsletter_input_placeholder]
|
|
other = "Entrez une adresse e-mail"
|
|
|
|
[newsletter_warning]
|
|
other = "Nous ne partagerons jamais votre courriel avec quelqu'un d'autre."
|
|
|
|
[submit]
|
|
other = "Envoyer"
|
|
|
|
[hugoAttributionText]
|
|
other = "Alimenté par"
|