habitica-self-host/website/common/script/content/appearance/hair/bangs.js

11 lines
237 B
JavaScript
Raw Normal View History

2019-10-09 14:51:17 +00:00
import prefill from '../prefill';
import t from '../../translation';
2019-10-01 15:53:48 +00:00
export default prefill({
0: { text: t('none') },
1: { text: t('sideswept') },
2: { text: t('blunt') },
3: { text: t('wispy') },
4: { text: t('curly') },
});