diff options
Diffstat (limited to '_i18n')
| -rw-r--r-- | _i18n/ca.yml | 2 | ||||
| -rw-r--r-- | _i18n/ca/_posts/2018-02-17-llegint-capital.html | 1 | ||||
| -rw-r--r-- | _i18n/en.yml | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/_i18n/ca.yml b/_i18n/ca.yml index 559812f..6298312 100644 --- a/_i18n/ca.yml +++ b/_i18n/ca.yml @@ -21,6 +21,8 @@ blog: posted_on: "Escrit" read: "Llegir" more: "més" + no_english_post: "Aquesta entrada no està disponible en anglès" + no_catalan_post: "Aquesta entrada no està disponible en català" intro: >- Aquesta és la pàgina que mostra les entrades en català del meu blog. Totes les opinions exposades aquí són únicament meves a no ser que indiqui el diff --git a/_i18n/ca/_posts/2018-02-17-llegint-capital.html b/_i18n/ca/_posts/2018-02-17-llegint-capital.html index d68071b..d65c38e 100644 --- a/_i18n/ca/_posts/2018-02-17-llegint-capital.html +++ b/_i18n/ca/_posts/2018-02-17-llegint-capital.html @@ -3,6 +3,7 @@ layout: post title: posts.first subtitle: Una mirada o quelcom similar lang: ca +english_available: false --- <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean imperdiet diff --git a/_i18n/en.yml b/_i18n/en.yml index cb0df2f..04259ea 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -21,6 +21,8 @@ blog: posted_on: "Posted on" read: "Read" more: "more" + no_english_post: "This entry is not available in english" + no_catalan_post: "This entry is not available in catalan" intro: >- This is the page that aggregates the english blog posts. All of the opinions stated here are solely my own (unless stated otherwise). Last but not least, |
