diff --git a/i18n/en.toml b/i18n/en.toml
index f880f81..4b600ee 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -78,4 +78,22 @@ other = "See More"
other = "Responsibilities:"
[present]
-other = "Present"
\ No newline at end of file
+other = "Present"
+
+[comments_javascript]
+other = "Please enable JavaScript to view the"
+
+[comments_by]
+other = "comments powered by"
+
+[read]
+other = "Read"
+
+[project_star]
+other = "Star"
+
+[project_details]
+other = "Details"
+
+[err_404]
+other = "The page you are looking for is not there yet."
\ No newline at end of file
diff --git a/layouts/404.html b/layouts/404.html
index 17944c1..8fd4a16 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -22,7 +22,7 @@
404
- The page you are looking for is not there yet.
+ {{ i18n "err_404" }}
diff --git a/layouts/partials/cards/post.html b/layouts/partials/cards/post.html
index 766f9dc..7bfe722 100644
--- a/layouts/partials/cards/post.html
+++ b/layouts/partials/cards/post.html
@@ -13,7 +13,7 @@
Read {{ i18n "read" }}
diff --git a/layouts/partials/cards/project.html b/layouts/partials/cards/project.html
index 81d3fcd..45e63bd 100644
--- a/layouts/partials/cards/project.html
+++ b/layouts/partials/cards/project.html
@@ -45,7 +45,7 @@
data-icon="octicon-standard"
data-show-count="true"
aria-label="Star {{ .name }}"
- >Star{{ i18n "project_star" }}
{{ else if .url }}
@@ -53,7 +53,7 @@
class="btn btn-outline-info btn-sm"
href="{{ .url }}"
target="#"
- >Details{{ i18n "project_details" }}
{{ end }}
diff --git a/layouts/partials/cards/recent-post.html b/layouts/partials/cards/recent-post.html
index 5288b9f..c5db57f 100644
--- a/layouts/partials/cards/recent-post.html
+++ b/layouts/partials/cards/recent-post.html
@@ -12,7 +12,7 @@
diff --git a/layouts/partials/disqus.html b/layouts/partials/disqus.html
index 57eb960..71fef21 100644
--- a/layouts/partials/disqus.html
+++ b/layouts/partials/disqus.html
@@ -17,11 +17,11 @@
})();
Please enable JavaScript to view the
+ >{{ i18n "comments_javascript" }}
comments powered by Disqus. {{ i18n "comments_by" }} Disqus.
comments powered by {{ i18n "comments_by" }}
diff --git a/layouts/partials/sections/experiences/multiple-positions.html b/layouts/partials/sections/experiences/multiple-positions.html
index aae5f3d..1156fe6 100644
--- a/layouts/partials/sections/experiences/multiple-positions.html
+++ b/layouts/partials/sections/experiences/multiple-positions.html
@@ -7,7 +7,7 @@
{{ $oldestPosition := index (last 1 .positions) 0}}
{{ $mostRecentPosition := index (first 1 .positions) 0}}
- {{ $oldestPosition.start }} - {{ if $mostRecentPosition.end }}{{ $mostRecentPosition.end }}{{ else }}Present{{ end }},
+ {{ $oldestPosition.start }} - {{ if $mostRecentPosition.end }}{{ $mostRecentPosition.end }}{{ else }}{{ i18n "present" }}{{ end }},
{{ .company.location }}
@@ -17,7 +17,7 @@
{{ range $index,$position:= .positions }}
{{ $position.designation }}
-
{{ $position.start }} - {{if $position.end }} {{ $position.end }} {{else}} Present {{end}}
+
{{ $position.start }} - {{if $position.end }} {{ $position.end }} {{else}} {{ i18n "present" }} {{end}}
{{ range $position.responsibilities }}