[bisq-network/bisq-website] Add outdated_translation variable (#220)

erciccione notifications at github.com
Mon Aug 26 22:11:35 UTC 2019


erciccione commented on this pull request.



> @@ -1,6 +1,13 @@
  <nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top pl-md-5 pr-md-5 pl-sm-3 pr-0">
 
-    <a class="navbar-brand" href="{{ site.url }}/{{ page.lang }}/"><img src="{{ site.url }}/images/bisq-logo.svg" height="30"/></a>
+   <div>
+     <a class="navbar-brand" href="{{ site.url }}/{{ page.lang }}/"><img src="{{ site.url }}/images/bisq-logo.svg" height="30"/></a>
+
+     <!-- Outdated translation alert tool tag-->
+     {% if page.outdated_translation %}
+       <span class="navbar-text" style="color: orange;">Outdated translation</span>

I suggest to add a link toTransifex, so that potential contributors know where to go if they want to help translate the page. The message could be something like `Outdated translation - [Help us to improve it!](https://www.transifex.com/bisq/bisq-website/)`.

Would be also cool to have the phrase translatable imho, so that when somebody is using another language the warning will be in their language.

-- 
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/220#pullrequestreview-279865533
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190826/202562c7/attachment.html>


More information about the bisq-github mailing list