Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion components/StartPage/LevelIntro.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,23 @@ function LevelIntro({ t, opacity }) {
opacity || ''
}`}
>
<ReactMarkdown>{t('MainBlocks.LevelText')}</ReactMarkdown>
<ReactMarkdown
components={{
a: ({ href, children }) => (
<a
href={href}
style={{
color: '#007bff',
textDecoration: 'underline',
}}
>
{children}
</a>
),
}}
>
{t('MainBlocks.LevelText')}
</ReactMarkdown>
</div>
<div className="flex flex-grow flex-col items-center justify-center pb-6 md:mt-4 md:pb-0">
<LevelIntroImage className="w-3/5 lg:w-2/3 xl:w-3/4" />
Expand Down
2 changes: 1 addition & 1 deletion public/locales/en/start-page.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
}
},
"Screenshots": "Screenshots",
"LevelText": "LEVEL is a free-to-use, open-source platform for step-by-step Bible translation that can accommodate any type of text materials. Available in online, intranet, and offline versions, it is designed to support church-based translation projects and beyond, offering a reliable, customizable, and accessible solution for translators and teams.\n\nIf you're looking to start translating the Bible, work on Open Bible Stories, or need support with an existing project facing challenges, please don't hesitate to contact us. We're here to help!",
"LevelText": "LEVEL is a free-to-use, open-source platform for step-by-step Bible translation that can accommodate any type of text materials. Available in online, intranet, and offline versions, it is designed to support church-based translation projects and beyond, offering a reliable, customizable, and accessible solution for translators and teams.\n\nIf you're looking to start translating the Bible, work on Open Bible Stories, or need support with an existing project facing challenges, please don't hesitate to [contact us](/connect-with-us). We're here to help!",
"WhatIsLevel": "What is LEVEL?"
},
"NotAllFieldFull": "Not all fields are filled in!",
Expand Down
2 changes: 1 addition & 1 deletion public/locales/es/start-page.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
}
},
"Screenshots": "Captura de pantalla",
"LevelText": "LEVEL es una plataforma de código abierto y uso gratuito para la traducción bíblica paso a paso que se adapta a cualquier tipo de material textual. Disponible en versiones en línea, intranet y fuera de línea, está diseñada para apoyar proyectos de traducción basados en iglesias y más allá, ofreciendo una solución fiable, personalizable y accesible para traductores y equipos.\n\nSi quieres empezar a traducir la Biblia, trabajar en Historias de la Biblia Abierta o necesitas ayuda con un proyecto existente que se enfrenta a desafíos, no dudes en ponerte en contacto con nosotros. Estamos aquí para ayudarte",
"LevelText": "LEVEL es una plataforma de código abierto y uso gratuito para la traducción bíblica paso a paso que se adapta a cualquier tipo de material textual. Disponible en versiones en línea, intranet y fuera de línea, está diseñada para apoyar proyectos de traducción basados en iglesias y más allá, ofreciendo una solución fiable, personalizable y accesible para traductores y equipos.\n\nSi quieres empezar a traducir la Biblia, trabajar en Historias de la Biblia Abierta o necesitas ayuda con un proyecto existente que se enfrenta a desafíos, no dudes en ponerte [en contacto](/connect-with-us) con nosotros. Estamos aquí para ayudarte",
"WhatIsLevel": "¿Qué es LEVEL?"
},
"NotAllFieldFull": "No todos los campos han sido rellenados!",
Expand Down
2 changes: 1 addition & 1 deletion public/locales/ru/start-page.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
}
},
"Screenshots": "Скриншоты",
"LevelText": "LEVEL - это бесплатная платформа с открытым исходным кодом для поэтапного перевода Библии, которая может работать с любыми текстовыми материалами. Она доступна в онлайн-, интранет- и офлайн-версиях и предназначена для поддержки церковных переводческих проектов и не только, предлагая надежное, настраиваемое и доступное решение для переводчиков и команд.\n\nЕсли вы хотите начать переводить Библию, работать над Open Bible Stories или нуждаетесь в поддержке существующего проекта, столкнувшегося с трудностями, пожалуйста, обращайтесь к нам. Мы готовы помочь!",
"LevelText": "LEVEL - это бесплатная платформа с открытым исходным кодом для поэтапного перевода Библии, которая может работать с любыми текстовыми материалами. Она доступна в онлайн-, интранет- и офлайн-версиях и предназначена для поддержки церковных переводческих проектов и не только, предлагая надежное, настраиваемое и доступное решение для переводчиков и команд.\n\nЕсли вы хотите начать переводить Библию, работать над Open Bible Stories или нуждаетесь в поддержке существующего проекта, столкнувшегося с трудностями, пожалуйста, [обращайтесь к нам](/connect-with-us). Мы готовы помочь!",
"WhatIsLevel": "Что такое LEVEL?"
},
"NotAllFieldFull": "Не все поля заполнены!",
Expand Down