#920 Fix russian comma in main-head-index
Closed 5 years ago by xdknight. Opened 5 years ago by xdknight.
xdknight/fedora-websites hotfixes  into  master

@@ -71,7 +71,7 @@ 

            <p>${Markup(_('Fedora Workstation is provided via Fedora Media Writer. Download this program for your &lt;a href="%s"&gt;supported platform&lt;/a&gt; and follow the prompts to generate a live version (see \'What does "Live" mean?\' to the right) of Fedora Workstation on a USB flash drive. You may then run the live version of Fedora Workstation from your USB flash drive.') % ('#fmw'))}</p>

            <p>${_('Optionally, you may install Fedora Workstation to a laptop or desktop computer that has at least 1 GHz processor, 1 GB RAM, and 10 GB space available. To do this, run the live version of Fedora Workstation from your USB flash drive on the computer you\'d like to install to, run the Fedora Media Writer application, and follow the on-screen prompts to complete installation.')}</p>

  

-           <h3>${_('Supported Platforms')}</h3>

+           <h3 id="fmw">${_('Supported Platforms')}</h3>

            <p>${_('Fedora Media Writer supports the following platforms:')}</p>

            <ul>

                <li>${_('Mac OS X')}</li>
@@ -88,7 +88,7 @@ 

                <p>${Markup(_('We have auto-detected that you are running &lt;strong&gt;Windows&lt;/strong&gt; and have offered that version for download. If we have detected your operating system incorrectly or you would like to download a different version, please click the "View all platform downloads" button below.'))}</p>

            </div>

  

-           <div id="fmw">

+           <div>

            <a href="#" id="openstack-base-click" class="btn btn-success" role="button">${_('View all platform downloads')}</a>

            <div id="openstack-base-link" class="reveal" style="display: none;">

              <div class="row top-margin">

file modified
+1 -1
@@ -142,7 +142,7 @@ 

  "Less setup, more innovation. Choose a flavor of Fedora<br /><br /> "

  "streamlined for your needs, and get to work right away."

  msgstr ""

- "Меньше настроек, больше новизны. Выберите вариант Fedora<br /><br />, "

+ "Меньше настроек, больше новизны. Выберите вариант Fedora,<br /><br /> "

  "подходящий вам, и сразу же приступайте к работе."

  

  #: data/content/index.html:32 data/content/index.html:43

@@ -6,7 +6,7 @@ 

    py:strip="">

  

  	<h3>${_('Documentation and other resources')}</h3>

- 	<p>${Markup(_('Before installing Fedora, you may want to confirm your system meets minimum requirements for Fedora. Consult &lt;a href="%(release_notes)s"&gt;the online release notes&lt;/a&gt; to see minimum requirements and recommendations.') % {'release_notes': 'https://docs.fedoraproject.org/f%s/release-notes/' % (global_variables.release['curr_id'])})}</p>

+ 	<p>${Markup(_('Before installing Fedora, you may want to confirm your system meets minimum requirements for Fedora. Consult &lt;a href="%(release_notes)s"&gt;the online release notes&lt;/a&gt; to see minimum requirements and recommendations.') % {'release_notes': 'https://docs.fedoraproject.org/en-US/fedora/f%s/release-notes/' % (global_variables.release['curr_id'])})}</p>

  	<p>${Markup(_('There is also a &lt;a href="%(install_guide)s"&gt;complete Installation Guide&lt;/a&gt; available. We recommend you look through it before installing to your system, since it answers many common questions.') % {'install_guide': 'https://docs.fedoraproject.org/en-US/fedora/f%s/install-guide/' % (global_variables.release['curr_id'])})}</p>

  

  </html>

@@ -6,7 +6,7 @@ 

    py:strip="">

  

  	<h3>${Markup(_('Verify your Download!'))}</h3>

-     	<p>${Markup(_('Once you have downloaded an image, verify it for security and integrity. To verify your image, start by downloading the proper CHECKSUM file into the same directory as the image you downloaded and follow &lt;a href="../../%s/verify"&gt;these instructions&lt;/a&gt;.') % (lang))}</p>

+     	<p>${Markup(_('Once you have downloaded an image, verify it for security and integrity. To verify your image, start by downloading the proper CHECKSUM file into the same directory as the image you downloaded and follow &lt;a href="/%s/verify"&gt;these instructions&lt;/a&gt;.') % (lang))}</p>

            <div class="row bottom-margin">

              <div class="col-sm-4 col-xs-12">

                <a class="btn btn-default btn-topmargin" href="${path}/static/checksums/Fedora-Spins-${global_variables.release['curr_id']}-${global_variables.release['RC_gold']}-x86_64-CHECKSUM">${_('Verify 64bit!')}</a>