We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d354c48 + 054d02f commit 688696cCopy full SHA for 688696c
cmd/kallu/locales/README.md
@@ -4,6 +4,10 @@ This directory contains source translations to different languages.
4
5
`messages.gotext.json` contains the actual translations which will be generated by `gotext`.
6
7
+Install `gotext`:
8
+
9
+ go get -u golang.org/x/text/cmd/gotext
10
11
Update locales with:
12
13
make updatelocales
@@ -26,7 +30,7 @@ Change both `messages.gotext.json` and `out.gotext.json` `language` JSON key to
26
30
27
31
* Translate `messages.gotext.json`
28
32
* Add language code to `cmd/kallu/main.go` `//go:generate` line
29
-* Run update locales (see Makefile).
33
+* Run update locales (see [Makefile](../../../Makefile)).
34
35
Make a pull request for your new translation when your translation is finished.
36
0 commit comments