dbrgn / tealdeer

A very fast implementation of tldr in Rust.
https://dbrgn.github.io/tealdeer/
Apache License 2.0
4.09k stars 124 forks source link

Add config file option to set preferred language #318

Closed cjwcommuny closed 1 year ago

cjwcommuny commented 1 year ago

This pull request enable users to write the following config:

[display]
language = "zh_CN"

to override the language.

Closes #251.

niklasmohrin commented 1 year ago

@cjwcommuny Do you want to continue working on this, or should we close this PR for now?