Skip to content

Commit

Permalink
feat(translations): improve Indonesian translations and add tests (#1376
Browse files Browse the repository at this point in the history
)

## Enhances
- Add comprehensive test coverage for all validation tags
- Improve Indonesian translation messages for better clarity
- Add tests for field, network, string, format, comparison, other, and
alias tags
- Ensure consistent translation style across all validation messages
- Follow idiomatic Indonesian language patterns
- Grouping each tags based on README.md (Field, Network, Strings, etc.)

### Tests cover:
- Field validations (required, min, max, etc.)
- Network validations (email, ip, url, etc.)
- String validations (alpha, contains, etc.)
- Format validations (datetime, uuid, etc.)
- Comparison validations (eq, gt, lt, etc.)
- Other validations (file, unique, etc.)
- Alias validations (color, country code)

**Make sure that you've checked the boxes below before you submit PR:**
- [x] Tests exist or have been written that cover this particular
change.

@go-playground/validator-maintainers
  • Loading branch information
fathiraz authored Feb 20, 2025
1 parent 4676b8e commit 002f6c6
Show file tree
Hide file tree
Showing 2 changed files with 2,124 additions and 1,146 deletions.
Loading

0 comments on commit 002f6c6

Please sign in to comment.