Skip to content

Commit 06b8e04

Browse files
committed
fix typo and add translation widget
1 parent 60a94ff commit 06b8e04

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 🔑 Keymaster
22

3+
[![Translation status](https://weblate.stargazer.at/widget/keymaster/multi-auto.svg)](https://weblate.stargazer.at/engage/keymaster/)
4+
35
A lightweight, agentless SSH key manager that just does the job.
46

57
## What is Keymaster?
@@ -33,7 +35,7 @@ setup.
3335
- **Scriptable CLI:** All core features are available as command-line arguments,
3436
making Keymaster perfect for automation.
3537
- **Multi-Language Support:** The TUI is fully internationalized, with support
36-
for English, German, and even Old English.
38+
for English and German (more to come with your help)
3739
- **Flexible Backend:** Start with the default zero-config SQLite database, and
3840
migrate to PostgreSQL or MySQL as your needs grow.
3941

@@ -151,6 +153,7 @@ keymaster import /path/to/authorized_keys
151153
152154
```bash
153155
keymaster export-ssh-client-config ~/.ssh/config
156+
```
154157
155158
- **Database Management:**
156159
@@ -232,6 +235,16 @@ Keymaster is different. It's built on a simple premise:
232235
233236
It's designed for sysadmins and developers who want a straightforward, reliable way to control SSH access without the overhead. It's powerful enough for a fleet but simple enough for a home lab.
234237
238+
## Contributing
239+
240+
Keymaster is an open-source project, and contributions are always welcome! Whether it's reporting a bug, submitting a feature request, or writing code, we appreciate your help.
241+
242+
We are particularly looking for help with **translations**. If you speak a language other than English, you can easily contribute through our [Weblate project](https://weblate.stargazer.at/engage/keymaster/).
243+
244+
Please read our [**Contributing Guidelines**](CONTRIBUTING.md) for details on our code conventions and the development process. All contributors are expected to follow our [**Code of Conduct**](CODE_OF_CONDUCT.md).
245+
246+
---
247+
235248
## License
236249
237250
This project is licensed under the MIT License - see the `LICENSE` file for details. For a detailed list of third-party dependencies and their license texts, please see the `NOTICE.md` file.

0 commit comments

Comments
 (0)