Skip to content

Commit

Permalink
feat: support locale based name (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurhenrique committed May 19, 2021
1 parent 8df6990 commit ab0e513
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusti-cal"
version = "0.4.2"
version = "0.4.3"
authors = ["Arthur Henrique <arthur393@gmail.com>"]
edition = "2018"
description = "⚡️ Lightning-fast and minimal calendar command line. It's similar to `cal`. Written in Rust 🦀"
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,11 @@ $ rusti-cal <year> --starting-day 5
```sh
$ rusti-cal <year> --starting-day 6
```

## Locale based names

The current locale can be overwritten with the `LANG` environment variable to display the calendar in another language.

```sh
$ LANG=fr_FR rusti-cal <year>
```

0 comments on commit ab0e513

Please sign in to comment.