2 Commits

Author SHA1 Message Date
decentral1se 82a924b0f4 docs: fix option naming
continuous-integration/drone/push Build is passing
2025-09-30 19:22:48 +02:00
decentral1se c160d2e4ea Merge pull request 'feat: forked xgettext-go' (#2) from feat/forked into main
continuous-integration/drone/push Build is passing
Reviewed-on: #2
2025-09-30 17:18:43 +00:00
+1 -1
View File
@@ -14,7 +14,7 @@ Use the forked [`xgettext-go`](https://git.coopcloud.tech/toolshed/xgettext-go)
- **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.
- **keyword-ctx:** (default: `gotext.GetC`) The keyword to search for translatable strings with context.
- **keyword_ctx:** (default: `gotext.GetC`) The keyword to search for translatable strings with context.
- **comments_tag**: (default: disabled) "place comment blocks starting with TAG and prceding keyword lines in output file"
## Example