blob: 668ea4b536d198906628a601e473b90520b7be63 [file] [log] [blame]
import { LanguagePack } from '@superset-ui/core/src/translation';
const languagePack: LanguagePack = {
domain: 'superset',
locale_data: {
superset: {
'': {
domain: 'superset',
plural_forms: 'nplurals=2; plural=(n != 1)',
lang: 'en',
},
second: [''],
'%s copies': ['%s copy', '%s copies'],
},
},
};
export default languagePack;