Commit aa2b1b9 1 parent e7a9080 commit aa2b1b9 Copy full SHA for aa2b1b9
File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ en: &DEFAULT_EN
12
12
ext_link_label : " Direct Link"
13
13
less_than : " less than"
14
14
minute_read : " minute read"
15
- minutes_read : " minutes read"
16
15
share_on_label : " Share on"
17
16
meta_label :
18
17
tags_label : " Tags:"
@@ -45,7 +44,6 @@ es: &DEFAULT_ES
45
44
ext_link_label : " Enlace"
46
45
less_than : " menos de"
47
46
minute_read : " minuto de lectura"
48
- minutes_read : " minutos de lectura"
49
47
share_on_label : " Compartir"
50
48
meta_label :
51
49
tags_label : " Etiquetas:"
@@ -78,7 +76,6 @@ fr: &DEFAULT_FR
78
76
ext_link_label : " Lien direct"
79
77
less_than : " plus petit que"
80
78
minute_read : " minute de lecture"
81
- minutes_read : " minutes de lecture"
82
79
share_on_label : " Partager sur"
83
80
meta_label :
84
81
tags_label : " Tags :"
Original file line number Diff line number Diff line change 10
10
{% elsif words < 360 %}
11
11
1 {{ site.data.ui-text[site.locale].minute_read }}
12
12
{% else %}
13
- {{ words | divided_by:site.words_per_minute }} {{ site.data.ui-text[site.locale].minutes_read }}
13
+ {{ words | divided_by:site.words_per_minute }} {{ site.data.ui-text[site.locale].minute_read }}
14
14
{% endif %}
15
15
{% else %}
16
16
{{ site.data.ui-text[site.locale].undefined_wpm }}
You can’t perform that action at this time.
0 commit comments