diff options
author | joshua <joshua@joshuayun.com> | 2023-12-31 01:20:37 -0500 |
---|---|---|
committer | joshua <joshua@joshuayun.com> | 2023-12-31 01:20:37 -0500 |
commit | 6d68b39989996f4ce40bc7cca6eebcb3dacbf6c4 (patch) | |
tree | b53b813ae77e71c16c50b12184ee38537e518522 /docs/desktop | |
parent | 8cb4eb28a2aaa8f8bffcc280dc70b85546df1104 (diff) | |
download | wiki-6d68b39989996f4ce40bc7cca6eebcb3dacbf6c4.tar.gz |
Added some recipes (imcomplete) to wiki
Diffstat (limited to 'docs/desktop')
-rw-r--r-- | docs/desktop/thunderbird.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/desktop/thunderbird.md b/docs/desktop/thunderbird.md index f930254..222f540 100644 --- a/docs/desktop/thunderbird.md +++ b/docs/desktop/thunderbird.md @@ -8,7 +8,7 @@ Unfortunately, I'm American, so here's how I change it. 1. Go to settings in Thunderbird. 2. Change Date and Time Formatting to Regional settings locale. 3. Go to config editor at the bottom of general settings. -4. Create new config string intl.date_time.pattern_overrite.time_short. +4. Create new config string `intl.date_time.pattern_overrite.time_short`. 5. Format follows [datetime](https://unicode-org.github.io/icu/userguide/format_parse/datetime/) format, I use hh:mmaaaa. 6. Restart Thunderbird. |