Commit graph

5 commits

Author SHA1 Message Date
meaz 14264695a8 banner for translation (#55)
Creates a banner on translated page as requested in Disroot/Disroot-Project#147

To used a banner, you simply need to modify `modular.en.md` in the website repo, so for example `pages/05.community/modular.en.md` and add:

```
translation_banner:
    set: true
    last_modified: December 2021
    language: German
```
`Set`: you can disable it, for example on English page.
`last_modified`: pretty obvious...
`language`: set the language of the banner text, so here the German version would appear.

See attached preview

What has to be done:

- [ ] Agree on text

- [ ] Agree on design / colors

- [ ] Translate agreed text

While I was working on this, I also found some not related errors that I corrected.

Co-authored-by: meaz <meaz@disroot.org>
Reviewed-on: Disroot/grav-theme-disroot#55
Reviewed-by: antilopa <antilopa@no-reply@disroot.org>
2022-03-18 14:38:44 +00:00
meaz 3339558b06 Update templates to match grav v1.7.5 2021-02-05 20:07:20 +01:00
antil0pa 7102a15257 minor change 2020-01-01 21:16:07 +01:00
meaz 82ab0a5f55 Fix bground issue for Pads and Contact page by adding a bgcolor option 2019-12-31 09:56:35 +01:00
antil0pa 9962875cf5 Initial commit 2019-01-29 15:14:13 +01:00