feat(locales): Update 'deductBalance' to 'giftAmount' across multiple languages and fix newline in announcement.json

This commit is contained in:
web@ppanel
2025-01-08 12:55:10 +07:00
parent 46ae1665be
commit 70497af0aa
76 changed files with 169 additions and 151 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export function Logout() {
const pathname = location.pathname;
if (!['', '/', '/auth', '/tos'].includes(pathname)) {
setRedirectUrl(location.pathname);
location.href = `/`;
location.href = `/auth`;
}
}