Skip to content

Commit

Permalink
Use a distinct commit message on translation updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jan 10, 2024
1 parent 7b9be72 commit fc76a56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
run: |
# Commit the updated PO files.
git add docs/locales
git commit -m "Update translations."
git commit -m "Update translations to $(git rev-parser --short HEAD)."
git push origin
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Welcome to the BeeWare Tutorial!

**Write Python. Run Anywhere.**

Welcome to BeeWare! In this tutorial, we're going to build an graphical user interface
Welcome to BeeWare! In this tutorial, we're going to build a graphical user interface
using Python, and deploy it as a desktop application, as a mobile application, and as a
single page web app. We're also going to look at how you can use BeeWare tools to do
some of the common tasks that you'll need to do as an app developer, such as testing
Expand Down Expand Up @@ -72,8 +72,8 @@ platforms such as Android and iOS; and for the Web.
Lets go!
========

Ready to try BeeWare for yourself? :doc:`Let's build a cross platform
application in Python! <tutorial/tutorial-0>`
Ready to try BeeWare for yourself? :doc:`Let's build a cross platform application in
Python! <tutorial/tutorial-0>`

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit fc76a56

Please sign in to comment.