Skip to content

vauchi/locales

Repository files navigation

Mirror: This repo is a read-only mirror of gitlab.com/vauchi/locales. Please open issues and merge requests there.

Pipeline REUSE

Vauchi Locales

Locale JSON files for Vauchi — privacy-focused updatable contact cards.

Languages

File Language Status
en.json English Source of truth
de.json German Complete
fr.json French Complete
es.json Spanish Complete

Contributing Translations

We welcome community translations! To contribute:

  1. Fork this repo
  2. Copy en.json to your language code (e.g., it.json for Italian)
  3. Translate all values — keep keys identical
  4. Submit a merge request

Guidelines

  • 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

Format

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"
}

License

GPL-3.0-or-later

About

Vauchi — Translations (i18n) (mirror of gitlab.com/vauchi)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors