habitica/website/common/script/content/appearance/hair/flower.js

23 lines
681 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('blueFlower') },
2: { text: t('greenFlower') },
3: { text: t('pinkFlower') },
4: { text: t('purpleFlower') },
5: { text: t('orangeFlower') },
6: { text: t('yellowFlower') },
7: { text: t('hoopEarrings') },
8: { text: t('goldEarringLeft') },
9: { text: t('goldEarringRight') },
10: { text: t('goldEarrings') },
11: { text: t('whiteEarrings') },
12: { text: t('blueEarrings') },
13: { text: t('greenEarrings') },
14: { text: t('redEarrings') },
15: { text: t('pinkEarrings') },
16: { text: t('purpleEarrings') },
});