aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfoswret2026-05-20 12:21:51 -0500
committerfoswret2026-05-20 12:21:51 -0500
commit04fc01ab521abf48cede1e64563fd6276e781b24 (patch)
tree2b41708c80466e20d220171cd087a8b5c48e93ef /README.md
parent879425cba4cc5ba85b15a01423ad6e50f526fec8 (diff)
add LANG support
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 291f89f..21906dc 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,21 @@ make install
make uninstall
```
+# Notes
+Month names are generated based on your set locale. This can be changed by setting `LANG` at runtime. Running `locale -a` provides a list of locales to choose from. Please select a `utf8` locale.
+
+```shell
+# Example: setting language to Dutch before generating the calendar
+$ LANG=nl_NL.utf8 calp
+```
+
# Known Issues
- Accuracy of dates deviates when approaching the beginning of A.D.
- Should be accurate enough for recent years
+
+# Planned Features
+- Sunrise/sunset calcuations
+- Moon phase calculations
+
+# Credits
+- ezini library by Michael Dipperstein