@versatiledatakit/shared
Version:
Versatile Data Kit Shared library enables reusability of shared features like: NgRx Redux, Error Handlers, Utils, Generic Components, etc.
39 lines (38 loc) • 538 B
TypeScript
export declare const TRANSLATIONS: {
en: {
copied: string;
};
de: {
copied: string;
};
es: {
copied: string;
};
fr: {
copied: string;
};
ja: {
copied: string;
};
ko: {
copied: string;
};
zh_TW: {
copied: string;
};
zh_CN: {
copied: string;
};
it: {
copied: string;
};
nl: {
copied: string;
};
pt: {
copied: string;
};
ru: {
copied: string;
};
};