import type { Metadata } from 'next' import { getTranslations, setRequestLocale } from 'next-intl/server' import { getRealmName } from '@/lib/realm' export const metadata: Metadata = { title: 'Ayuda' } export const dynamic = 'force-dynamic' export default async function HelpPage({ params }: { params: Promise<{ locale: string }> }) { const { locale } = await params setRequestLocale(locale) const t = await getTranslations('Misc') const realm = await getRealmName() return (
{t('help.intro1')}
{t('help.intro2')}
{t('help.intro3')}
{t('help.clientText')}
{t('help.mediaAre')}
{t('help.mediaForos')}
{t('help.mediaDiscord')}
{t('help.serverErrorsText')}
{t('help.mediaAre')}
{t('help.mediaForos')}
{t('help.characterText')}
{t('help.mediaAre')}
{t('help.mediaTicket')}
{t('help.mediaDiscord')}
{t('help.otherPlayerText1')}
{t('help.otherPlayerText2')}
{t('help.mediaAre')}
{t('help.mediaForos')}
{t('help.accountBlocksText', { realm })}
{t('help.mediaAre')}
{t('help.mediaForos')}
{t('help.websiteText')}
{t('help.mailTo')} ryuzaki@ultimowow.com
{t('help.pdText')}
{t('help.mailTo')} contacto@ultimowow.com