Created
August 27, 2017 13:55
-
-
Save rugk/aac00507c825ccdb5df0526b09007942 to your computer and use it in GitHub Desktop.
YAML with list of countries where vegetarianism is a thing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Is vegetarianism (and veganism) a thing in this country? | |
default: false | |
# Source: https://en.wikipedia.org/wiki/Vegetarianism_by_country | |
# (decending sorted by percentage of vegetarians) | |
# Last updated: Aug 2017 | |
IN: true | |
IL: true | |
AU: true | |
NZ: true | |
SE: true | |
AT: true | |
BR: true | |
IT: true | |
DE: true | |
JP: true | |
NL: true | |
# all parts of China | |
CN: true | |
TW: true | |
HK: true | |
MO: true | |
# end: all parts of China | |
CA: true | |
DK: true | |
US: true | |
PL: true | |
LV: true | |
RU: true | |
UK: true | |
FI: true | |
'NO': true | |
CH: true | |
PT: true | |
CZ: true | |
FR: true | |
ES: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment