diff options
| author | Matt Mayer <[email protected]> | 2023-05-02 04:32:27 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-01 21:32:27 +0000 |
| commit | 08cf1d85c8ba29991e47dc4b764172abb2cc0705 (patch) | |
| tree | 16575210723433014dc5b07cea614a8b4d659103 /docs | |
| parent | a0fb69d666c85c40b1f8620dbfa0516e9872397f (diff) | |
| download | faker-08cf1d85c8ba29991e47dc4b764172abb2cc0705.tar.xz faker-08cf1d85c8ba29991e47dc4b764172abb2cc0705.zip | |
feat(locale): add ro_MD locale (#2084)
Diffstat (limited to 'docs')
| -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 3c90df20..446c914a 100644 --- a/docs/guide/localization.md +++ b/docs/guide/localization.md @@ -125,6 +125,7 @@ In this example there are 5 locales. Each of these is checked in order, and the | `pt_BR` | Portuguese (Brazil) | `fakerPT_BR` | | `pt_PT` | Portuguese (Portugal) | `fakerPT_PT` | | `ro` | Romanian | `fakerRO` | +| `ro_MD` | Romanian (Moldova) | `fakerRO_MD` | | `ru` | Russian | `fakerRU` | | `sk` | Slovak | `fakerSK` | | `sr_RS_latin` | Serbian (Serbia, Latin) | `fakerSR_RS_latin` | |
