mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 09:21:26 +00:00
one more translation
This commit is contained in:
parent
7542594769
commit
89aec4afc4
2 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,9 @@ global:
|
|||
sentence: Watch, read and play in a decentralized digital library controlled by the community.
|
||||
email:
|
||||
disclaimer: You will receive 1-2 messages a month, only from LBRY, Inc. and only about LBRY. You can easily unsubscribe at any time.
|
||||
page:
|
||||
home:
|
||||
primary_button: Get LBRY
|
||||
download:
|
||||
main:
|
||||
title: LBRY for %os%
|
|
@ -5,7 +5,7 @@
|
|||
<main class="column-fluid">
|
||||
<div class="span7">
|
||||
<div class="cover cover-dark cover-dark-grad content content-stretch content-dark">
|
||||
<h1><?php echo strtr(__('download.main.title'), ['%os%' => $osTitle]) ?> <span class="<?php echo $osIcon ?>"></span></h1>
|
||||
<h1><?php echo strtr(__('download.main.title'), ['%os%' => $osTitle]) ?> <span class="<?php echo $osIcon ?>"></span></h1>
|
||||
<?php if ($downloadHtml): ?>
|
||||
<?php echo View::render('download/_betaNotice') ?>
|
||||
<?php echo $downloadHtml ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue