aboutsummaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorPradeeep G <[email protected]>2025-04-10 23:32:43 +0530
committerGitHub <[email protected]>2025-04-10 20:02:43 +0200
commitcdf6dc4a973b8e64069f8b8d98e6921188f08575 (patch)
treed396f3906b184b55c108ef6eae15873428c8dfa3 /docs/guide
parente2efa601b3f073cbca68fa0d396acbace685a1ce (diff)
downloadfaker-cdf6dc4a973b8e64069f8b8d98e6921188f08575.tar.xz
faker-cdf6dc4a973b8e64069f8b8d98e6921188f08575.zip
feat(locale): add Tamil language support (#3468)
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/localization.md1
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` |