Files
habitica/website/common/script/content/appearance/hair/bangs.js
T
2024-08-28 12:48:02 +02:00

11 lines
237 B
JavaScript

import prefill from '../prefill';
import t from '../../translation';
export default prefill({
0: { text: t('none') },
1: { text: t('sideswept') },
2: { text: t('blunt') },
3: { text: t('wispy') },
4: { text: t('curly') },
});