diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2018-02-19 17:02:50 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2018-02-19 17:02:50 +0100 |
| commit | 77cd36c158624808e657e5dbb5ec8bc026fafa55 (patch) | |
| tree | 4141e83d8cd37e7403ebec66bd1f3dcf11a4b8c7 /_i18n | |
| parent | 3c62a936378e490e99c2ac8955797464216b1691 (diff) | |
| download | jo.mssola.com-77cd36c158624808e657e5dbb5ec8bc026fafa55.tar.gz jo.mssola.com-77cd36c158624808e657e5dbb5ec8bc026fafa55.zip | |
Sorted out how to properly deploy
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
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, |
