File tree 3 files changed +22
-3
lines changed
3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 5
5
{% assign localization = "/" | append: lang.code | append:baseurl %}
6
6
{% assign locale = site.posts | where:"permalink", localization %}
7
7
{% if locale.size == 0 %}
8
- | <span title="No {{lang.name}} translation currently available">{{ lang.code }}</span >
8
+ | <a href="/translations/" title="No {{lang.name}} translation currently available" class="no-translation" >{{ lang.code }}</a >
9
9
{% else %}
10
10
| <a href="{{ locale[0].url }}">{{lang.code}}</a>
11
11
{% endif %}
Original file line number Diff line number Diff line change @@ -250,10 +250,9 @@ div.localization
250
250
{
251
251
text-align : right ;
252
252
253
- span {
253
+ a .no-translation {
254
254
font-style : italic ;
255
255
color :gray ;
256
- cursor : not-allowed ;
257
256
}
258
257
}
259
258
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : page
3
+ title : Translations
4
+ permalink : /translations/
5
+ ---
6
+
7
+ The translation for this newsletter is not available yet. If you'd like to help
8
+ translate or review, please see our [ CONTRIBUTING.md] [ github contributing ] file
9
+ for details. For any questions, please email
[ [email protected] ] [ optech
10
+ email] . In the meantime, you can view our existing publications.
11
+
12
+ <ul >
13
+ <li><a href="/en/publications/">English</a></li>
14
+ {% for lang in site.languages %}
15
+ <li><a href="/{{ lang.code }}/publications/">{{lang.name}}</a></li>
16
+ {% endfor %}
17
+ </ul >
18
+
19
+ {% include references.md %}
20
+ [ github contributing ] : https://github.com/bitcoinops/bitcoinops.github.io/blob/master/CONTRIBUTING.md#translations
You can’t perform that action at this time.
0 commit comments