[bisq-network/bisq-website] Add French translation (#213)

Steve Jain notifications at github.com
Mon Aug 26 14:45:43 UTC 2019


So, concretely, I would do something like this.

Make an `outdated` tag in the front matter of each page. Set it to `false`.

Then make the condition look like this:

```
{% if page.outdated %}
    <span class="navbar-text" style="color: orange;">Outdated translation</span>
{% endif %}
```

Then whenever an update is made to an English page, all the non-English pages should have their `outdated` tags set to `true`, so the user sees the outdated message shows. Then, as the translations are updated, the flags are set back to `true`, and the message goes away.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq-website/pull/213#issuecomment-524889672
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190826/6e7a30b1/attachment.html>


More information about the bisq-github mailing list