#679 Python Classroom Lab Followup
Merged 6 years ago by robyduck. Opened 6 years ago by churchyard.
churchyard/fedora-websites f26-py-fixup  into  f26

@@ -70,13 +70,13 @@ 

            <div class="border">

              <img src="${path}/static/images/python-classroom/pypy.png" alt="PyPy Logo" />

              <h4>${Markup(_('Multiple Pythons'))}</h4>

-             <p>${_('Multiple implementations of the Python programming language, including CPython 3.61 2.7 and PyPy 3.3')}</p>

+             <p>${_('Multiple implementations of the Python programming language, including CPython 3.6, 2.7 and PyPy 3.3')}</p>

              <a href="https://developer.fedoraproject.org/tech/languages/python/multiple-pythons.html">${Markup(_('Learn More &gt;'))}</a>

            </div>

          </div>

          <div class="col-md-4 col-xs-12 text-center">

            <div class="border">

-           <img src="${path}/static/images/python-classroom/python.png" alt="Python Logo" />

+           <img src="${path}/static/images/python-classroom/sympy.png" alt="Scientific Python" />

              <h4>${_('Scientific Python stack')}</h4>

              <p>${_('All you need to learn or teach science in Python including SciPy')}</p>

              <a href="https://developer.fedoraproject.org/tech/languages/python/scipy.html">${Markup(_('Learn More &gt;'))}</a>

no initial comment

Pull-Request has been merged by robyduck

6 years ago

@robyduck I believe that by fixing that typo, I broke all the translations. However, that could be fixed by a global search and replace, however, the po files in this branch do not reflect the stuff translated in Zanata or on the staging website, so I would not know how to do that.

Don't worry, it's all fine. I froze translations because of possible conflicts, but we will sync them out for release time.
PS: translations are not in the repo, we have them just for testing purposes and they are not up to date.