Skip to content

Commit 9b83a73

Browse files
committed
docs: current domain, endpoint and language counts across the guides
1 parent b748d0f commit 9b83a73

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ $roxy->numerology->calculateLifePath(year: 1990, month: 1, day: 15);
109109

110110
### Multi-language via `lang`
111111

112-
Eight languages: `en`, `tr`, `de`, `es`, `fr`, `hi`, `pt`, `ru`. Defaults to `en`.
112+
Ten languages: `en`, `tr`, `de`, `es`, `fr`, `hi`, `pt`, `ru`, `zh-Hans`, `zh-Hant`. Defaults to `en`.
113113

114114
```php
115115
$roxy->tarot->getDailyCard(date: '2026-04-22', lang: 'es');
116116
$roxy->numerology->calculateLifePath(year: 1990, month: 1, day: 15, lang: 'hi');
117117
```
118118

119-
Supported: `astrology`, `vedicAstrology`, `forecast`, `humanDesign`, `chineseAstrology`, `fengShui`, `numerology`, `tarot`, `biorhythm`, `iching`, `crystals`, `angelNumbers`. English-only: `dreams`, `location`, `usage`, `languages`. The two Chinese scripts (`zh-Hans`, `zh-Hant`) currently ship on Chinese astrology and feng shui; every other domain answers those codes in English per field. To list supported codes at runtime, call `$roxy->languages->listLanguages()`.
119+
Supported: `astrology`, `vedicAstrology`, `forecast`, `humanDesign`, `chineseAstrology`, `fengShui`, `mesoamericanAstrology`, `vastu`, `numerology`, `kabbalah`, `tarot`, `biorhythm`, `ayurveda`, `iching`, `crystals`, `angelNumbers`. English-only: `dreams`, `location`, `usage`, `languages`. The two Chinese scripts (`zh-Hans`, `zh-Hant`) currently ship on Chinese astrology and feng shui; every other domain answers those codes in English per field. To list supported codes at runtime, call `$roxy->languages->listLanguages()`.
120120

121121
### Error handling
122122

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Stable codes: `validation_error`, `api_key_required`, `invalid_api_key`, `subscr
9898

9999
## Multi-language responses
100100

101-
Pass `lang` (ISO 639-1) on supported endpoints. Defaults to English. Eight languages: `en`, `tr`, `de`, `es`, `fr`, `hi`, `pt`, `ru`.
101+
Pass `lang` (ISO 639-1) on supported endpoints. Defaults to English. Ten languages: `en`, `tr`, `de`, `es`, `fr`, `hi`, `pt`, `ru`, `zh-Hans`, `zh-Hant`.
102102

103103
```php
104104
$roxy->tarot->getDailyCard(seed: 'user-42', lang: 'es');

0 commit comments

Comments
 (0)