From 95d0880cac5039c28ad104a875a55f53f1696fbb Mon Sep 17 00:00:00 2001 From: xenticore Date: Mon, 7 Apr 2025 17:27:43 -0400 Subject: [PATCH] l10n: add strings for killstreak kits --- src/strings/en.js | 6 ++++++ src/strings/es.js | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/src/strings/en.js b/src/strings/en.js index 30c8860..485fd95 100644 --- a/src/strings/en.js +++ b/src/strings/en.js @@ -35,4 +35,10 @@ module.exports = { "Diamond": "Diamond", "Silver Mk.II": "Silver Mk.II", "Gold Mk.II": "Gold Mk.II", + + // Killstreak tiers sourced from TF2 wiki + "Killstreak Kit": "Killstreak Kit", + "kt-1": "Standard", + "kt-2": "Specialized", + "kt-3": "Professional", } \ No newline at end of file diff --git a/src/strings/es.js b/src/strings/es.js index 62f5a54..3eff563 100644 --- a/src/strings/es.js +++ b/src/strings/es.js @@ -35,4 +35,10 @@ module.exports = { "Diamond": "Diamante", "Silver Mk.II": "Plata Mk.II", "Gold Mk.II": "Oro Mk.II", + + // Killstreak tiers sourced from TF2 wiki + "Killstreak Kit": "Kit Cuentarrachas", + "kt-1": "Standard", + "kt-2": "Especializado", + "kt-3": "Profesional", } \ No newline at end of file