From b61e4bfac9c42751355031ea302e2defb29db459 Mon Sep 17 00:00:00 2001 From: xenticore Date: Mon, 7 Apr 2025 15:58:07 -0400 Subject: [PATCH] l10n: add strings for botkillers and festives --- src/strings/en.js | 14 +++++++++++++- src/strings/es.js | 14 +++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/src/strings/en.js b/src/strings/en.js index d281096..30c8860 100644 --- a/src/strings/en.js +++ b/src/strings/en.js @@ -22,5 +22,17 @@ module.exports = { "Strange": "Strange", "Collector's": "Collector's", "Haunted": "Haunted", - "Australium": "Australium" + "Australium": "Australium", + "Festive": "Festive", + + // Botkiller names, all sourced from TF2 wiki + "Botkiller": "Botkiller", + "Silver": "Silver", + "Gold": "Gold", + "Rust": "Rust", + "Blood": "Blood", + "Carbonado": "Carbonado", + "Diamond": "Diamond", + "Silver Mk.II": "Silver Mk.II", + "Gold Mk.II": "Gold Mk.II", } \ No newline at end of file diff --git a/src/strings/es.js b/src/strings/es.js index 2f464ba..62f5a54 100644 --- a/src/strings/es.js +++ b/src/strings/es.js @@ -22,5 +22,17 @@ module.exports = { "Strange": "de Calidad Rara", "Collector's": "de Coleccionista", "Haunted": "de Calidad Embrujada", - "Australium": "de Australium" + "Australium": "de Australium", + "Festive": "Festiva", + + // Botkiller names, all sourced from TF2 wiki + "Botkiller": "Matabots", + "Silver": "Plata", + "Gold": "Oro", + "Rust": "Oxidado", + "Blood": "Sangriento", + "Carbonado": "Carbonado", + "Diamond": "Diamante", + "Silver Mk.II": "Plata Mk.II", + "Gold Mk.II": "Oro Mk.II", } \ No newline at end of file