3wc 7168234604
All checks were successful
continuous-integration/drone/push Build is passing
Sort filenames (predictable order pls)
2025-08-27 12:59:01 -04:00
2025-08-26 14:23:46 -04:00
2025-08-26 14:23:46 -04:00
2025-08-27 10:53:53 -04:00
2025-08-27 12:56:44 -04:00

drone-xgettext-go

Build Status

Use xgettext-go as a Drone plugin.

!!! warning "Caution!" This is currently configured very specifically for use with Co-op Cloud abra. More customisability Coming Soon™, see #1

Settings

Optional

  • in: (default: /drone/src) The source directory to scan for source files
  • out: (default: /drone/src/locales/default.pot) The target directory in which to create a pot file.
  • keyword: (default: gotext.Get) The keyword to search for translatable strings.
  • comments_tag: (default: disabled) "place comment blocks starting with TAG and prceding keyword lines in output file"

Example

---
kind: pipeline
name: Update Gettext catalog template
steps:
  - name: Run xgettext-go
    image: git.coopcloud.tech/toolshed/drone-xgettext-go

Publishing

The version can be bumped in the .drone.yml file. We're sticking with latest as we iterate on the code right now.

If you push a commit to master, the Drone config will publish to git.coopcloud.tech.

Description
No description provided
Readme 37 KiB
Languages
Shell 49.9%
Dockerfile 26.8%
Makefile 23.3%