Open bpevs opened 11 months ago
Support named extensions. For example:
zh-CN.food: adds a bunch more food items to the food category. es-ES.week: adds spanish days of the week
zh-CN.food
food
es-ES.week
days of the week
things like this...
/extensions/zh-CN.json
/extensions/zh-CN/food.json
Support named extensions. For example:
zh-CN.food
: adds a bunch more food items to thefood
category.es-ES.week
: adds spanishdays of the week
things like this...
/extensions/zh-CN.json
)/extensions/zh-CN/food.json
)