Skip to content

Instantly share code, notes, and snippets.

@rugk
Created August 27, 2017 13:55
Show Gist options
  • Save rugk/aac00507c825ccdb5df0526b09007942 to your computer and use it in GitHub Desktop.
Save rugk/aac00507c825ccdb5df0526b09007942 to your computer and use it in GitHub Desktop.
YAML with list of countries where vegetarianism is a thing.
# 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