ecomlab-components-next 0.1.105 → 0.1.107
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -401,7 +401,7 @@ var ArticleViewV2 = function ArticleViewV2(_ref) {
|
|
|
401
401
|
var translateMin = function translateMin() {
|
|
402
402
|
if (activeLang == 'en') return 'minutes';
|
|
403
403
|
if (activeLang == 'tr') return 'dak';
|
|
404
|
-
if (activeLang == '
|
|
404
|
+
if (activeLang == 'th') return 'นาที';
|
|
405
405
|
return 'мин';
|
|
406
406
|
};
|
|
407
407
|
var translateNoViews = function translateNoViews() {
|