feat: localize Pokédex to French (UI, names, types, abilities)

- lib/locale-fr.ts: baked FR names for 151 Pokémon, 18 types, 114 abilities
  (generated once from PokeAPI — no extra runtime locale requests)
- pokeapi.ts: map Pokémon + ability names to FR in the data layer
- accent-insensitive search (evoli matches Évoli)
- all UI strings, stat labels (PV/ATT/DÉF…) and html lang=fr
This commit is contained in:
Julien Calixte
2026-06-24 19:20:25 +02:00
parent fa5ebbfe92
commit bb2b421053
6 changed files with 349 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en">
<html lang="fr">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />