From 08fe0bfcfe6072f0b77092fc28f7878a454911db Mon Sep 17 00:00:00 2001 From: Roxedus Date: Tue, 16 Feb 2021 00:50:32 +0100 Subject: [PATCH] Add i18n to experiences section --- i18n/en.toml | 6 ++++++ layouts/partials/sections/experiences/single-position.html | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/i18n/en.toml b/i18n/en.toml index 3a7aaf2..f880f81 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -73,3 +73,9 @@ other = "Extracurricular Activities" [see_more] other = "See More" + +[responsibilities] +other = "Responsibilities:" + +[present] +other = "Present" \ No newline at end of file diff --git a/layouts/partials/sections/experiences/single-position.html b/layouts/partials/sections/experiences/single-position.html index dda35ef..2300755 100644 --- a/layouts/partials/sections/experiences/single-position.html +++ b/layouts/partials/sections/experiences/single-position.html @@ -5,14 +5,14 @@
{{ $position.designation }}
{{ if .company.url }}{{ .company.name }}{{ else }}{{ .company.name }}{{ end }}
-

{{ $position.start }} - {{ if $position.end }}{{ $position.end }}{{ else }}Present{{ end }}, +

{{ $position.start }} - {{ if $position.end }}{{ $position.end }}{{ else }}{{ i18n "present" }}{{ end }}, {{ .company.location }}

{{ .company.overview | markdownify }}

-
Responsibilities:
+
{{ i18n "responsibilities" }}