Find a file
2024-07-28 11:12:48 -07:00
.github Rename package 2024-07-21 23:33:58 -07:00
cli/xgotext Rename package 2024-07-21 23:33:58 -07:00
fixtures call Get & GetC directly instead of using plural=1 for package methods 2020-04-19 14:50:56 -05:00
plurals Rename package 2024-07-21 23:33:58 -07:00
.gitignore Create MO parser 2018-03-24 22:44:37 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-11-16 18:45:37 -03:00
CONTRIBUTING.md Fix GetN and GetNC to honor package domain. Refactor global package functions to make them all concurrent safe. Fixes #14 2018-02-13 17:35:07 -03:00
domain.go Rename package 2024-07-21 23:33:58 -07:00
domain_test.go Remove usage of gob 2024-07-21 23:30:26 -07:00
go.mod Rename package 2024-07-21 23:33:58 -07:00
go.sum Remove unused dependency 2023-09-24 22:28:12 +02:00
gotext.go Rename package 2024-07-21 23:33:58 -07:00
gotext_test.go Rename 'storage' to 'locale' 2024-01-09 13:27:49 +01:00
helper.go Update commits 2018-03-26 20:47:41 +02:00
helper_test.go move common po.go/mo.go code to domain.go 2020-09-10 13:02:24 -07:00
introspector.go Detect translations in high-level structs 2023-04-12 17:15:46 +02:00
LICENSE Proposal 2022-04-24 23:09:15 +02:00
locale.go Rename package 2024-07-21 23:33:58 -07:00
locale_test.go Remove usage of gob 2024-07-21 23:30:26 -07:00
mo.go Rename package 2024-07-21 23:33:58 -07:00
mo_test.go Remove usage of gob 2024-07-21 23:30:26 -07:00
po.go Rename package 2024-07-21 23:33:58 -07:00
po_test.go Remove usage of gob 2024-07-21 23:30:26 -07:00
README.md Update README 2024-07-28 11:12:48 -07:00
translation.go Detect translations in low-level structs 2023-04-04 18:12:48 +02:00
translator.go Remove usage of gob 2024-07-21 23:30:26 -07:00

Gotext (Fork)

Note: This package is a fork of https://github.com/leonelquinteros/gotext with the following changes:

  • Add flag --no-locations
  • Remove usage of gob

See the original repository for documentation and examples.