gotext icon indicating copy to clipboard operation
gotext copied to clipboard

Go (Golang) GNU gettext utilities package

Results 16 gotext issues
Sort by recently updated
recently updated
newest added

I know there is a lot to implement if one wants to copy the complete xgettext cli but I would at least implement the behaviour with reading in files. I.e....

I'm using the library to apply some changes to some existing PO files (from some open source projects), but due to how the library keeps the PO file internally, it's...

# Please describe your issue ### Is this a bug, an improvement, a proposal or something else? Describe it. This is a bug. The `Printf` function used to format strings...

bug

Hi ! I find your lib very attractive since it implements `gettext` in native Go and supports .po files, that are not the case for the other libs. The wip...

Currently, a translation that doesn't exist just defaults to the passed message ID. It can be helpful to be able to catch these missing cases e.g. to save to a...

v2

# Please describe your issue The only documentation for this package is Godoc and the README.md file from this repo. We need to write better docs, some tutorial and use...

enhancement
help wanted
hacktoberfest

# Please describe your issue We're trying to use this package to parse translations from PO files or export them into PO. When we use parsing, it's clear and works...

## Is this a fix, improvement or something else? This pull request addresses issue #92 by fixing a bug in the IsTranslatedN() and IsTranslatedNC() functions, which previously failed to utilize...

# Please describe your issue ### Is this a bug, an improvement, a proposal or something else? Describe it. this is an bug, checking if there is a translation for...

## Is this a fix, improvement or something else? This is an improvement, an updated version of #73. This patch adds support for fallback translations. `pt_BR:pt:es` makes it possible to...