# 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.
|
|
#
|
|
# Source: IKEA "All Headcount" figures, 2026.
|
|
# 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: 3792 # Australia
|
|
at: 3078 # Austria
|
|
be: 4442 # Belgium
|
|
ca: 6260 # Canada
|
|
cn: 8357 # China
|
|
hr: 821 # Croatia
|
|
cz: 2313 # Czechia
|
|
dk: 2787 # Denmark
|
|
ee: 16 # Estonia
|
|
fi: 2055 # Finland
|
|
fr: 11607 # France
|
|
de: 19348 # Germany
|
|
hu: 1541 # Hungary
|
|
in: 2864 # India
|
|
ie: 675 # Ireland
|
|
it: 8423 # Italy
|
|
jp: 3547 # Japan
|
|
lv: 63 # Latvia
|
|
lb: # Lebanon — not in the HR headcount list
|
|
lt: 12 # Lithuania
|
|
my: # Malaysia — not in the HR headcount list
|
|
nl: 7096 # Netherlands
|
|
nz: 483 # New Zealand
|
|
"no": 3037 # Norway
|
|
pl: 6130 # Poland
|
|
pt: 3228 # Portugal
|
|
ro: 114 # Romania
|
|
rs: 691 # Serbia
|
|
sg: # Singapore — not in the HR headcount list
|
|
sk: 560 # Slovakia
|
|
si: 382 # Slovenia
|
|
kr: 1978 # Korea
|
|
es: 9071 # Spain (incl. Balearic & Canary Islands)
|
|
se: 12418 # Sweden
|
|
ch: 3190 # Switzerland
|
|
ua: # Ukraine — not in the HR headcount list
|
|
gb: 11212 # United Kingdom of Great Britain and Northern Ireland
|
|
us: 15025 # United States of America
|