diff options
author | EuAndreh <eu@euandre.org> | 2025-05-12 07:36:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-12 10:31:18 -0300 |
commit | 80ae5eff35d4fe48953cb5e61f929f765ab7cd0f (patch) | |
tree | 8037182f336a421de927138f5c562015023c38fe /deps.mk | |
parent | mv po/* po/doc/ (diff) | |
download | gotext-80ae5eff35d4fe48953cb5e61f929f765ab7cd0f.tar.gz gotext-80ae5eff35d4fe48953cb5e61f929f765ab7cd0f.tar.xz |
Absorb gettext_test.go
Diffstat (limited to 'deps.mk')
-rw-r--r-- | deps.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ manpages.N.adoc = \ doc/gotext.fr.0.adoc \ doc/gotext.pt.0.adoc \ +sources.po = \ + po/tests/de.po \ + po/tests/es.po \ + functional-tests/lib.go = \ tests/functional/api-usage/gotext.go \ |