Skip to content

Commit

Permalink
edit file
Browse files Browse the repository at this point in the history
  • Loading branch information
weru committed Apr 17, 2020
1 parent 87a3a0d commit 613421c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
10 changes: 5 additions & 5 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
draft: true
---
+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = "{{ .Date }}"
draft = true
+++

18 changes: 18 additions & 0 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
- id: blogTitle
translation: Latest Post
- id: readMore
translation: Read more
- id: viewAllPost
translation: View All Post
- id: share
translation: Share
- id: aboutAuthor
translation: About author
- id: authorsPosts
translation: Author's posts
- id: submit
translation: Submit
- id: all
translation: All
- id: copyright
translation: Copyright © 2019 Cristian Măgherușan-Stanciu; All right reserved

0 comments on commit 613421c

Please sign in to comment.