Mirror: This repo is a read-only mirror of gitlab.com/vauchi/locales. Please open issues and merge requests there.
Locale JSON files for Vauchi — privacy-focused updatable contact cards.
| File | Language | Status |
|---|---|---|
en.json |
English | Source of truth |
de.json |
German | Complete |
fr.json |
French | Complete |
es.json |
Spanish | Complete |
We welcome community translations! To contribute:
- Fork this repo
- Copy
en.jsonto your language code (e.g.,it.jsonfor Italian) - Translate all values — keep keys identical
- Submit a merge request
- Keep the same JSON structure and key names
- Do not translate placeholder tokens like
{count},{name}, etc. - Preserve any HTML or markdown formatting in values
- When unsure about context, check the Vauchi app or open an issue
Each file is a flat JSON object with dot-notation keys:
{
"_meta.locale": "en",
"_meta.name": "English",
"welcome.title": "Welcome to Vauchi",
"contacts.count": "{count} contacts"
}GPL-3.0-or-later