diff --git a/exampleSite/config.toml b/exampleSite/config.toml index fbbfcc4..c71d98e 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,5 +1,6 @@ baseURL = "https://example.com/" languageCode = "en-us" +defaultContentLanguage = "en" theme = "almeida-cv" title = "Example - CV" diff --git a/i18n/de.toml b/i18n/de.toml new file mode 100644 index 0000000..9679b5f --- /dev/null +++ b/i18n/de.toml @@ -0,0 +1,20 @@ +[profile] +other = "Profil" + +[experience] +other = "Erfahrung" + +[education] +other = "Bildung" + +[skills] +other = "Skills" + +[languages] +other = "Sprachen" + +[diplomas] +other = "Zertifizierungen" + +[interests] +other = "Interessen" diff --git a/i18n/en.toml b/i18n/en.toml new file mode 100644 index 0000000..86833ae --- /dev/null +++ b/i18n/en.toml @@ -0,0 +1,20 @@ +[profile] +other = "Profile" + +[experience] +other = "Experience" + +[education] +other = "Education" + +[skills] +other = "Skills" + +[languages] +other = "Languages" + +[diplomas] +other = "Diplomas" + +[interests] +other = "Interests" diff --git a/layouts/partials/_diplomas.html b/layouts/partials/_diplomas.html index 1e945fe..15f2f89 100644 --- a/layouts/partials/_diplomas.html +++ b/layouts/partials/_diplomas.html @@ -1,7 +1,7 @@ {{ if .Site.Data.content.Diplomas }}
-

Diplomas

+

{{ i18n "diplomas" }}