1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
Chris Cummer fcdb4988f9 Add support for user-configuration language tag specification.
Adds a new top-level configuration key called "language":

```yaml
wtf:
  langauge: "ja-JP"
```

Users can now define which BCP 47 language tag to use to format any
text or numbers that currently support localization. Defaults to
"en-CA".

Acceptible values: any BCP 47 language tag recognized by the Go
"language" package.

Good luck to you figuring out what that cannonical list is. After a
morning of trying to suss it out, I have no idea.

Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-12-29 12:04:17 -08:00
..
2019-10-11 23:13:38 +02:00
2019-10-15 15:33:03 -04:00
2019-12-13 22:33:28 -08:00
2020-05-16 12:34:57 -07:00
2019-12-21 07:59:02 -08:00