Update i18n.ts

This commit is contained in:
Lugiad 2024-05-19 23:16:56 +02:00 committed by GitHub
parent f862c8136e
commit 43d7890550
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -153,6 +153,7 @@ declare module 'i18next' {
modifierType: ModifierTypeTranslationEntries;
battleMessageUiHandler: SimpleTranslationEntries;
berry: BerryTranslationEntries;
voucher: SimpleTranslationEntries;
};
}
}