mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
11 lines
237 B
JavaScript
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') },
|
|
});
|