UNPKG

@parvineyvazov/json-translator

Version:

Translate your JSON file or object into another languages with Google Translate API

15 lines (14 loc) 530 B
export declare function translationStatistic(totalTranslated: number, totalTranslation: number, skipInCache: number): string; export declare const current_version: string; export declare const default_value = "--"; export declare const translation_value_limit = 5000; export declare const default_concurrency_limit = 3; export declare const fallbacks: { yes: boolean; no: boolean; }; export declare const cacheEnableds: { yes: boolean; no: boolean; }; export declare const default_fallback: boolean;