docs: add translation links to README and update guidelines

- Add translation links at the top of README.md
- Update CLAUDE.md with README translation conventions

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Matthew Rathbone
2026-01-12 15:17:21 -06:00
parent c7b5f89fea
commit d4f2ad792d
2 changed files with 18 additions and 0 deletions

View File

@@ -220,3 +220,19 @@ English is the primary language. To find all files needing translation for a new
3. For each English file found, create the corresponding `.{locale}.md` translation
Example: If you find `docs/user_guide/security.md`, create `docs/user_guide/security.es.md` for Spanish.
### README Translations
The main `README.md` has translations in the repo root using the pattern `README-{locale}.md` or `README.{locale}.md`:
- `README.md` - English (primary)
- `README-es.md` - Spanish
- `README.pt-br.md` - Portuguese (Brazil)
When adding a new README translation:
1. Create `README-{locale}.md` in the repo root
2. Add a link to it in the translation line at the top of `README.md`
The first line of `README.md` links to all translations using the format:
```markdown
🌐 [ES](README-es.md) | [PT-BR](README.pt-br.md)
```

View File

@@ -1,3 +1,5 @@
🌐 [ES](README-es.md) | [PT-BR](README.pt-br.md)
# Beekeeper Studio
Beekeeper Studio is a cross-platform SQL editor and database manager available for Linux, Mac, and Windows.