diff options
| author | Pradeeep G <[email protected]> | 2025-04-10 23:32:43 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-10 20:02:43 +0200 |
| commit | cdf6dc4a973b8e64069f8b8d98e6921188f08575 (patch) | |
| tree | d396f3906b184b55c108ef6eae15873428c8dfa3 /docs/guide | |
| parent | e2efa601b3f073cbca68fa0d396acbace685a1ce (diff) | |
| download | faker-cdf6dc4a973b8e64069f8b8d98e6921188f08575.tar.xz faker-cdf6dc4a973b8e64069f8b8d98e6921188f08575.zip | |
feat(locale): add Tamil language support (#3468)
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/localization.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/guide/localization.md b/docs/guide/localization.md index 61abade1..ffab0b76 100644 --- a/docs/guide/localization.md +++ b/docs/guide/localization.md @@ -110,6 +110,7 @@ In this example there are 5 locales. Each of these is checked in order, and the | `sk` | Slovak | `fakerSK` | | `sr_RS_latin` | Serbian (Serbia, Latin) | `fakerSR_RS_latin` | | `sv` | Swedish | `fakerSV` | +| `ta_IN` | Tamil (India) | `fakerTA_IN` | | `th` | Thai | `fakerTH` | | `tr` | Turkish | `fakerTR` | | `uk` | Ukrainian | `fakerUK` | |
