From 2436e953e071917885596d161c797ea5a80a7edb Mon Sep 17 00:00:00 2001 From: Lugiad Date: Sun, 19 May 2024 23:19:19 +0200 Subject: [PATCH] Update config.ts --- src/locales/pt_BR/config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/locales/pt_BR/config.ts b/src/locales/pt_BR/config.ts index 457fc4c125a..a9244f5e9db 100644 --- a/src/locales/pt_BR/config.ts +++ b/src/locales/pt_BR/config.ts @@ -19,6 +19,7 @@ import { titles, trainerClasses, trainerNames } from "./trainers"; import { tutorial } from "./tutorial"; import { weather } from "./weather"; import { berry } from "./berry"; +import { voucher } from "./voucher"; export const ptBrConfig = { @@ -45,4 +46,5 @@ export const ptBrConfig = { weather: weather, modifierType: modifierType, berry: berry, + voucher: voucher, }