Skip to content

Commit c40b270

Browse files
iqbalhasandevgithub-actions[bot]
authored andcommitted
style: fix code formatting [skip ci]
1 parent b706b11 commit c40b270

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,17 @@ This is the first stable release of Laravel Localizer React, providing seamless
2323
A powerful React hook for accessing Laravel translations with full TypeScript support:
2424

2525
- **Translation Functions**
26-
2726
- `__()` - Main translation function with placeholder replacement and fallback support
2827
- `trans()` - Alias for `__()` (Laravel compatibility)
2928
- `lang()` - Alias for `__()` (Laravel compatibility)
3029
- `has()` - Check if translation key exists
3130
- `choice()` - Pluralization support with replacement variables
32-
31+
3332
- **Locale Information**
34-
3533
- `locale` - Current locale code (e.g., 'en', 'fr')
3634
- `dir` - Text direction ('ltr' or 'rtl')
3735
- `availableLocales` - Available locales with metadata (label, flag, direction)
3836
- `translations` - All translations for current locale
39-
4037

4138
#### Placeholder Replacement
4239

0 commit comments

Comments
 (0)