@unicef-polymer/etools-unicef
Version:
eTools UNICEF library of reusable components
22 lines (21 loc) • 404 B
TypeScript
declare const translations: {
en: {
THIS_FIELD_IS_REQUIRED: string;
};
fr: {
THIS_FIELD_IS_REQUIRED: string;
};
pt: {
THIS_FIELD_IS_REQUIRED: string;
};
ru: {
THIS_FIELD_IS_REQUIRED: string;
};
es: {
THIS_FIELD_IS_REQUIRED: string;
};
ar: {
THIS_FIELD_IS_REQUIRED: string;
};
};
export default translations;