-
Notifications
You must be signed in to change notification settings - Fork 577
/
Copy pathplotly.html
74 lines (72 loc) · 3.56 KB
/
plotly.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<span id="plot-translations"
data-issued="{{ i18n "graph_issued" }}"
data-certificates_active="{{ i18n "graph_certificates_active" }}"
data-fully_qualified_domains_active="{{ i18n "graph_fully_qualified_domains_active" }}"
data-registered_domains_active="{{ i18n "graph_registered_domains_active" }}"
data-active_count="{{ i18n "graph_active_count" }}"
data-issued_per_day="{{ i18n "graph_issued_per_day" }}"
data-all_users="{{ i18n "graph_all_users" }}"
data-usa_users="{{ i18n "graph_usa_users" }}"
data-japan_users="{{ i18n "graph_japan_users" }}"
data-india_users="{{ i18n "graph_india_users" }}"
data-germany_users="{{ i18n "graph_germany_users" }}"
data-percent_https="{{ i18n "graph_percent_https" }}"
></span>
<script src="/js/plotly-min.js" defer></script>
{{/* translations uploaded from https://github.com/plotly/plotly.js/tree/master/dist */}}
{{ if eq "en" .Page.Language.Lang }}
{{/* nothing to do */}}
{{ else if eq "ca" .Page.Language.Lang }}
<script src="/js/plotly-locale-ca.js" defer></script>
{{ else if eq "cs" .Page.Language.Lang }}
<script src="/js/plotly-locale-cs.js" defer></script>
{{ else if eq "de" .Page.Language.Lang }}
<script src="/js/plotly-locale-de.js" defer></script>
{{ else if eq "fr" .Page.Language.Lang }}
<script src="/js/plotly-locale-fr.js" defer></script>
{{ else if eq "el" .Page.Language.Lang }}
<script src="/js/plotly-locale-el.js" defer></script>
{{ else if eq "es" .Page.Language.Lang }}
<script src="/js/plotly-locale-es.js" defer></script>
{{ else if eq "pl" .Page.Language.Lang }}
<script src="/js/plotly-locale-pl.js" defer></script>
{{ else if eq "pt-br" .Page.Language.Lang }}
<script src="/js/plotly-locale-pt-br.js" defer></script>
{{ else if eq "ru" .Page.Language.Lang }}
<script src="/js/plotly-locale-ru.js" defer></script>
{{ else if eq "ta" .Page.Language.Lang }}
<script src="/js/plotly-locale-ta.js" defer></script>
{{ else if eq "th" .Page.Language.Lang }}
<script src="/js/plotly-locale-th.js" defer></script>
{{ else if eq "zh-cn" .Page.Language.Lang }}
<script src="/js/plotly-locale-zh-cn.js" defer></script>
{{ else if eq "zh-tw" .Page.Language.Lang }}
<script src="/js/plotly-locale-zh-tw.js" defer></script>
{{ else if eq "ja" .Page.Language.Lang }}
<script src="/js/plotly-locale-ja.js" defer></script>
{{ else if eq "id" .Page.Language.Lang }}
<script src="/js/plotly-locale-id.js" defer></script>
{{ else if eq "ko" .Page.Language.Lang }}
<script src="/js/plotly-locale-ko.js" defer></script>
{{ else if eq "sr" .Page.Language.Lang }}
<script src="/js/plotly-locale-sr.js" defer></script>
{{ else if eq "sv" .Page.Language.Lang }}
<script src="/js/plotly-locale-sv.js" defer></script>
{{ else if eq "vi" .Page.Language.Lang }}
<script src="/js/plotly-locale-vi.js" defer></script>
{{ else if eq "he" .Page.Language.Lang }}
<script src="/js/plotly-locale-he.js" defer></script>
{{ else if eq "uk" .Page.Language.Lang }}
<script src="/js/plotly-locale-uk.js" defer></script>
{{ else if eq "it" .Page.Language.Lang }}
<script src="/js/plotly-locale-it.js" defer></script>
{{ else if eq "si" .Page.Language.Lang }}
<script src="/js/plotly-locale-si.js" defer></script>
{{ else if eq "fi" .Page.Language.Lang }}
<script src="/js/plotly-locale-fi.js" defer></script>
{{ else if eq "hu" .Page.Language.Lang }}
<script src="/js/plotly-locale-hu.js" defer></script>
{{ else if eq "da" .Page.Language.Lang }}
<script src="/js/plotly-locale-da.js" defer></script>
{{ end }}
<script src="/js/stats.js" defer></script>