Skip to content

A GitHub action that runs lupdate on the repository.

License

Notifications You must be signed in to change notification settings

Mudlet/lupdate-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action to Update translations via lupdate

This action lets you use Qt lupdate on a repository..

It is based on the vookimedlo/ubuntu-qt docker image. The action currently uses Qt 5.12 and will be upgraded periodically.

Secrets

None.

Environment Variables

None.

Arguments

All arguments get appended to the lupdate command.

Example Usage

This is the action block used to render the website for this action.

  - name: run lupdate
    uses: Mudlet/lupdate-action@master
    with:
      args: -recursive ./src/ ./3rdparty/dblsqd/dblsqd ./3rdparty/edbee-lib/edbee-lib -ts ./translations/mudlet.ts

About

A GitHub action that runs lupdate on the repository.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published