diff options
| author | DivisionByZero <[email protected]> | 2024-05-14 13:40:53 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-14 13:40:53 +0200 |
| commit | 5ba44bc4a62b708b86cd50cda74977bc3b697240 (patch) | |
| tree | c594248e109238987f1d68ca64b6cbd52dd03143 /src/locales/af_ZA | |
| parent | b27e1a8d4d0402553f6c5b0170bc371adc8f73f3 (diff) | |
| download | faker-5ba44bc4a62b708b86cd50cda74977bc3b697240.tar.xz faker-5ba44bc4a62b708b86cd50cda74977bc3b697240.zip | |
refactor(locale): normalize company data (#2889)
Diffstat (limited to 'src/locales/af_ZA')
| -rw-r--r-- | src/locales/af_ZA/company/suffix.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locales/af_ZA/company/suffix.ts b/src/locales/af_ZA/company/suffix.ts index d1bd2202..872faf24 100644 --- a/src/locales/af_ZA/company/suffix.ts +++ b/src/locales/af_ZA/company/suffix.ts @@ -1 +1 @@ -export default ['Pty Ltd', 'Ltd', 'CC']; +export default ['CC', 'Ltd', 'Pty Ltd']; |
