mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Revert "Removed i18n toggle from labs UI (#21916)"
This reverts commit d8820230fc
.
This commit is contained in:
parent
d8820230fc
commit
d2b7872a08
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ const BetaFeatures: React.FC = () => {
|
|||
action={<FeatureToggle flag="additionalPaymentMethods" />}
|
||||
detail={<>Enable support for CashApp, iDEAL, Bancontact, and others. <a className='text-green' href="https://ghost.org/help/payment-methods" rel="noopener noreferrer" target="_blank">Learn more →</a></>}
|
||||
title='Additional payment methods' />
|
||||
<LabItem
|
||||
action={<FeatureToggle flag='i18n' />}
|
||||
detail={<>Translate your membership flows into your publication language (<a className='text-green' href="https://github.com/TryGhost/Ghost/tree/main/ghost/i18n/locales" rel="noopener noreferrer" target="_blank">supported languages</a>). Don’t see yours? <a className='text-green' href="https://forum.ghost.org/t/help-translate-ghost-beta/37461" rel="noopener noreferrer" target="_blank">Get involved</a></>}
|
||||
title='Portal translation' />
|
||||
<LabItem
|
||||
action={<div className='flex flex-col items-end gap-1'>
|
||||
<FileUpload
|
||||
|
|
Loading…
Add table
Reference in a new issue