From 255488ad167c1a611eddac3923f8fe12b0cfc3ec Mon Sep 17 00:00:00 2001 From: wearrrrr Date: Tue, 6 Aug 2024 23:00:20 -0500 Subject: [PATCH] Fix issue with utils.ts throwing type error. --- src/i18n/locale/es.json | 2 +- src/i18n/locale/fr.json | 1 + src/i18n/locale/jp.json | 1 + src/i18n/locale/pt.json | 1 + src/i18n/locale/ru.json | 1 + src/i18n/locale/zh.json | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/i18n/locale/es.json b/src/i18n/locale/es.json index fe26c9d..9fdb381 100644 --- a/src/i18n/locale/es.json +++ b/src/i18n/locale/es.json @@ -60,7 +60,7 @@ "settings.cloaking.updateCloak": "Capa de actualización", "settings.credits": "Créditos", - "settings.credits.catppuccin": "Temas de Mocha y Macchiato", + "settings.credits.catppuccin": "Catppuccin", "settings.credits.esTranslations": "Traducciones al español", "settings.credits.frTranslations": "Traducciones al francés", "settings.credits.jpTranslations": "Traducciones al japonés", diff --git a/src/i18n/locale/fr.json b/src/i18n/locale/fr.json index 61ebb06..97f0086 100644 --- a/src/i18n/locale/fr.json +++ b/src/i18n/locale/fr.json @@ -59,6 +59,7 @@ "settings.cloaking.subtext": "Changez l'apparence de votre fenêtre", "settings.cloaking.updateCloak": "Mettre à jour le déguise", "settings.credits": "Crédits", + "settings.credits.catppuccin": "Catppuccin", "settings.credits.esTranslations": "Traductions Espagnoles", "settings.credits.frTranslations": "Traductions Françaises", "settings.credits.jpTranslations": "Traductions Japonais", diff --git a/src/i18n/locale/jp.json b/src/i18n/locale/jp.json index 95c836f..7b59422 100644 --- a/src/i18n/locale/jp.json +++ b/src/i18n/locale/jp.json @@ -60,6 +60,7 @@ "settings.cloaking.updateCloak": "クロークを更新", "settings.credits": "クレジット", + "settings.credits.catppuccin": "Catppuccin", "settings.credits.esTranslations": "スペイン語翻訳", "settings.credits.frTranslations": "フランス語翻訳", "settings.credits.jpTranslations": "日本語翻訳", diff --git a/src/i18n/locale/pt.json b/src/i18n/locale/pt.json index e1bd9dd..a010324 100644 --- a/src/i18n/locale/pt.json +++ b/src/i18n/locale/pt.json @@ -60,6 +60,7 @@ "settings.cloaking.updateCloak": "Alterar camuflagem", "settings.credits": "Créditos", + "settings.credits.catppuccin": "Catppuccin", "settings.credits.esTranslations": "Traduções espanholas", "settings.credits.frTranslations": "Traduções francesas", "settings.credits.jpTranslations": "Traduções japonesas", diff --git a/src/i18n/locale/ru.json b/src/i18n/locale/ru.json index dde3f04..6d345ba 100644 --- a/src/i18n/locale/ru.json +++ b/src/i18n/locale/ru.json @@ -60,6 +60,7 @@ "settings.cloaking.updateCloak": "Обновить плащ", "settings.credits": "Кредиты", + "settings.credits.catppuccin": "Catppuccin", "settings.credits.esTranslations": "Испанские переводы", "settings.credits.frTranslations": "Французские переводы", "settings.credits.jpTranslations": "Японские переводы", diff --git a/src/i18n/locale/zh.json b/src/i18n/locale/zh.json index f1a276b..28bffa0 100644 --- a/src/i18n/locale/zh.json +++ b/src/i18n/locale/zh.json @@ -60,6 +60,7 @@ "settings.cloaking.updateCloak": "更新斗篷", "settings.credits": "致谢", + "settings.credits.catppuccin": "Catppuccin", "settings.credits.esTranslations": "西班牙语翻译", "settings.credits.frTranslations": "法语翻译", "settings.credits.jpTranslations": "日语翻译",