aboutsummaryrefslogtreecommitdiff
path: root/src/locales/it
diff options
context:
space:
mode:
authorDivisionByZero <[email protected]>2023-04-30 13:28:01 +0200
committerGitHub <[email protected]>2023-04-30 13:28:01 +0200
commitb72d52e5d5501579f6b98629d020292ceaa78c60 (patch)
tree82bc35b18ae38af651c44b17d81822e900de81b8 /src/locales/it
parentbfd877fa97c70aad688939a31221ae60e1c3a7a7 (diff)
downloadfaker-b72d52e5d5501579f6b98629d020292ceaa78c60.tar.xz
faker-b72d52e5d5501579f6b98629d020292ceaa78c60.zip
refactor(locale): add city_name to city_patterns (#2104)
Diffstat (limited to 'src/locales/it')
-rw-r--r--src/locales/it/location/city_pattern.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/locales/it/location/city_pattern.ts b/src/locales/it/location/city_pattern.ts
index b29e1252..15eebc48 100644
--- a/src/locales/it/location/city_pattern.ts
+++ b/src/locales/it/location/city_pattern.ts
@@ -3,4 +3,5 @@ export default [
'{{location.city_prefix}} {{person.first_name}}',
'{{person.first_name}} {{location.city_suffix}}',
'{{person.last_name}} {{location.city_suffix}}',
+ '{{location.city_name}}',
];