Skip to content

Commit 7a98e81

Browse files
authored
release 4.14.1 (#1831)
1 parent ed2f4d9 commit 7a98e81

File tree

3 files changed

+41
-70
lines changed

3 files changed

+41
-70
lines changed

.github/workflows/merge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
gettext:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v5
2727

2828
- name: Install gettext
2929
run: sudo apt-get update && sudo apt-get install -y gettext
3030

3131
- name: Update POTFILES and translations
3232
run: |
33-
# Regenerar POTFILES
33+
# Regenerate POTFILES
3434
cat > po/POTFILES << 'EOF'
3535
# List of source files containing translatable strings.
3636
# Please keep this file sorted alphabetically.
@@ -44,7 +44,7 @@ jobs:
4444
echo >> po/POTFILES
4545
echo "data/resources/ui/shortcuts.ui" >> po/POTFILES
4646
47-
# Actualizar traducciones
47+
# Update translations
4848
xgettext --files-from=po/POTFILES --directory=. --output=po/io.github.alainm23.planify.pot --from-code=UTF-8 --keyword=_ --keyword=N_
4949
5050
for lang in $(cat po/LINGUAS); do

0 commit comments

Comments
 (0)