summaryrefslogtreecommitdiff
path: root/devel/go-i18n
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-08-25 16:30:23 +0000
committerjperkin <jperkin@pkgsrc.org>2017-08-25 16:30:23 +0000
commit8e8566b2d6bf124658bc1e870f043f38a89e29b3 (patch)
treefaf60e08123fcfe803873965dabbce683dfe6f85 /devel/go-i18n
parentd88b78af53580d21f09330b05e03fd02527d2882 (diff)
downloadpkgsrc-8e8566b2d6bf124658bc1e870f043f38a89e29b3.tar.gz
Fix formatting of go DESCR files. Some of the contents still leave a lot to be
desired.
Diffstat (limited to 'devel/go-i18n')
-rw-r--r--devel/go-i18n/DESCR15
1 files changed, 8 insertions, 7 deletions
diff --git a/devel/go-i18n/DESCR b/devel/go-i18n/DESCR
index 70eda1d0773..e18d00dcbea 100644
--- a/devel/go-i18n/DESCR
+++ b/devel/go-i18n/DESCR
@@ -1,8 +1,9 @@
-go-i18n is a Go package and a command that helps you translate Go programs into multiple languages.
-
- Supports pluralized strings for all 200+ languages in the Unicode Common Locale Data Repository (CLDR).
- Code and tests are automatically generated from CLDR data
- Supports strings with named variables using text/template syntax.
- Translation files are simple JSON, TOML or YAML.
- Documented and tested!
+go-i18n is a Go package and a command that helps you translate Go programs into
+multiple languages.
+ * Supports pluralized strings for all 200+ languages in the Unicode Common
+ Locale Data Repository (CLDR).
+ * Code and tests are automatically generated from CLDR data
+ * Supports strings with named variables using text/template syntax.
+ * Translation files are simple JSON, TOML or YAML.
+ * Documented and tested!