Skip to content

Commit 43d205c

Browse files
committed
add new translation hint
1 parent dcac5fa commit 43d205c

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs/theme/layout.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@
126126
<hr>
127127
{% endif %}
128128
</div>
129+
<div class="add-your-lang">
130+
<a href="https://www.transifex.com/decentfox-studio/gino_1_0/"
131+
target="_blank">Add your language here.</a>
132+
</div>
129133
</div>
130134
</div>
131135

docs/theme/static/css/gino.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,19 @@ div.search i {
352352
color: #757575;
353353
}
354354

355+
.table-of-contents .add-your-lang,
356+
.table-of-contents .add-your-lang a,
357+
.table-of-contents .add-your-lang a:active,
358+
.table-of-contents .add-your-lang a:hover {
359+
border-left: none;
360+
font-size: 14px;
361+
text-decoration: underline;
362+
text-align: right;
363+
margin-top: 8px;
364+
color: #aaa;
365+
font-weight: normal;
366+
}
367+
355368
.table-of-contents #version-selector span,
356369
.table-of-contents #version-selector a,
357370
.table-of-contents #version-selector a:active,

0 commit comments

Comments
 (0)