Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 5dff1be

Browse files
committed
Merge remote-tracking branch 'upstream/master' into update_translate_function
2 parents 524fc0d + 436da73 commit 5dff1be

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-7
lines changed

gulp/i18n.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ gulp.task(
8686
gulp.task(
8787
'pull-blockly-translations',
8888
gulp.series(done => {
89-
const blocklyLanguages = ['en', 'de', 'id', 'it', 'vi', 'pl', 'ru', 'pt', 'es', 'fr', 'zh-hans', 'zh-hant'];
89+
const blocklyLanguages = ['en', 'id', 'it', 'vi', 'pl', 'ru', 'pt', 'es', 'fr', 'zh-hans', 'zh-hant'];
9090
remoteSrc(
9191
blocklyLanguages.map(lang => `${lang}.js?_=${Date.now()}`),
9292
{

src/common/i18n.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import sha1 from 'sha1';
22
import zhTw from './translations/zh_TW/i10n.json';
3-
import de from './translations/de_DE/i10n.json';
43
import zhCn from './translations/zh_CN/i10n.json';
54
import it from './translations/it_IT/i10n.json';
65
import vi from './translations/vi_VN/i10n.json';
@@ -15,7 +14,6 @@ import id from './translations/id_ID/i10n.json';
1514

1615
export const supportedLanguages = {
1716
zh_tw: zhTw,
18-
de,
1917
zh_cn: zhCn,
2018
it,
2119
vi,

static/css/_panel.scss

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,28 @@ $disabled-color: #F2F2F2;
316316
margin-bottom: 10px;
317317
}
318318

319-
#chart-dialog-component,
319+
#chart-dialog-component {
320+
width: 100% !important;
321+
}
322+
323+
.sc-search-input .searchInputClassName {
324+
font-size: 1rem;
325+
height: 1.85rem !important;
326+
margin-top: 0.25rem;
327+
font-family: "IBM Plex Sans",sans-serif;
328+
}
329+
330+
.form--sc-views__input .sc-input {
331+
font-size: 1rem;
332+
font-weight: 400;
333+
}
334+
335+
.sc-btn.sc-btn--sm {
336+
font-size: 0.8rem;
337+
font-weight: 700;
338+
font-style: normal;
339+
}
340+
320341
#trading-view-dialog-component {
321342
width: 100% !important;
322343
}

templates/partials/language.mustache

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,15 @@
1313
<span class="nav-caret"></span>
1414
</li>
1515
<li class="en">English</li>
16-
<li class="de">Deutsch</li>
1716
<li class="fr">Français</li>
1817
<li class="id">Indonesia</li>
1918
<li class="pl">Polish</li>
2019
<li class="pt">Português</li>
2120
<li class="ru">Русский</li>
2221
<li class="zh_cn">简体中文</li>
2322
<li class="zh_tw">繁體中文</li>
24-
<!--
2523
<li class="es">Español</li>
2624
<li class="it">Italiano</li>
2725
<li class="vi">Tiếng Việt</li>
28-
-->
2926
</ul>
3027
</div>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy