fastcomments-typescript
Advanced tools
Comparing version
{ | ||
"name": "fastcomments-typescript", | ||
"version": "2.0.13", | ||
"version": "2.0.14", | ||
"description": "Common FastComments TypeScript Types", | ||
@@ -5,0 +5,0 @@ "author": "winrid", |
export enum FastCommentsLocale { | ||
zh_cn = 'zh_cn', | ||
zh_tw = 'zh_tw', | ||
hr_hr = 'hr_hr', | ||
en_us = 'en_us', | ||
@@ -5,0 +6,0 @@ fr_fr = 'fr_fr', |
@@ -143,3 +143,3 @@ import {FastCommentsWidgetComment} from "./fast-comments-comment"; | ||
/** Locale to render the widget for. */ | ||
locale?: ('de_de' | 'en_us' | 'es_es' | 'fr_fr' | 'he' | 'it_it' | 'ja_jp' | 'ko_kr' | 'pl_pl' | 'pt_br' | 'ru_ru' | 'tr_tr' | 'zh_cn' | 'zh_tw') | string | ||
locale?: ('hr_hr' | 'de_de' | 'en_us' | 'es_es' | 'fr_fr' | 'he' | 'it_it' | 'ja_jp' | 'ko_kr' | 'pl_pl' | 'pt_br' | 'ru_ru' | 'tr_tr' | 'zh_cn' | 'zh_tw') | string | ||
/** Whether or not the comment count should include all comments instead of just the top-level ones */ | ||
@@ -146,0 +146,0 @@ countAll?: boolean |
38425
0.08%863
0.12%