# Employee headcount per country, used to compute the leaderboard's
|
|
# per-employee (efficiency) score. Keys are ISO country codes and MUST match
|
|
# the keys under `countries:` in config/locales/en.yml.
|
|
#
|
|
# The numbers below are PLACEHOLDER TEST VALUES — update as HR confirms them.
|
|
# Any country left blank (nil) or with a non-positive value is excluded from the
|
|
# efficiency axis so we never divide by zero — it still counts toward total
|
|
# tomatoes / impact.
|
|
#
|
|
# NOTE: Balearic Islands and Canary Islands are folded into Spain (es) in
|
|
# en.yml, so they have no separate key here.
|
|
---
|
|
au: 1200 # Australia
|
|
at: 950 # Austria
|
|
be: 1400 # Belgium
|
|
ca: 2600 # Canada
|
|
cn: 5200 # China
|
|
hr: 400 # Croatia
|
|
cz: 1100 # Czechia
|
|
dk: 1300 # Denmark
|
|
ee: 300 # Estonia
|
|
fi: 1050 # Finland
|
|
fr: 3800 # France
|
|
de: 4600 # Germany
|
|
hu: 950 # Hungary
|
|
in: 6100 # India
|
|
ie: 1150 # Ireland
|
|
it: 3300 # Italy
|
|
jp: 3900 # Japan
|
|
lv: 320 # Latvia
|
|
lb: 250 # Lebanon (rough guess)
|
|
lt: 360 # Lithuania
|
|
my: 1600 # Malaysia
|
|
nl: 2100 # Netherlands
|
|
nz: 480 # New Zealand
|
|
"no": 1250 # Norway
|
|
pl: 800 # Poland
|
|
pt: 1000 # Portugal
|
|
ro: 1150 # Romania
|
|
rs: 560 # Serbia
|
|
sg: 900 # Singapore
|
|
sk: 620 # Slovakia
|
|
si: 340 # Slovenia
|
|
kr: 1800 # South Korea
|
|
es: 3100 # Spain (incl. Balearic & Canary Islands)
|
|
se: 2900 # Sweden
|
|
ch: 1500 # Switzerland
|
|
ua: 1100 # Ukraine (rough guess)
|
|
gb: 4100 # United Kingdom
|
|
us: 4280 # United States
|