aboutsummaryrefslogtreecommitdiff
path: root/src/locales/th
diff options
context:
space:
mode:
authorShinigami <[email protected]>2023-04-21 23:39:04 +0200
committerGitHub <[email protected]>2023-04-21 21:39:04 +0000
commit3529ef7a97513286ef9ecfdfb3a460bd9723f69f (patch)
tree03891648489e2103738518c2c6dfe2dbf2a2a5f1 /src/locales/th
parent14a033a9435ecff907511368ada5be59e7bb9594 (diff)
downloadfaker-3529ef7a97513286ef9ecfdfb3a460bd9723f69f.tar.xz
faker-3529ef7a97513286ef9ecfdfb3a460bd9723f69f.zip
refactor(location)!: rename definition street to street_pattern (#2051)
Diffstat (limited to 'src/locales/th')
-rw-r--r--src/locales/th/location/index.ts2
-rw-r--r--src/locales/th/location/street_pattern.ts1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/locales/th/location/index.ts b/src/locales/th/location/index.ts
index d9d54753..59ec807e 100644
--- a/src/locales/th/location/index.ts
+++ b/src/locales/th/location/index.ts
@@ -11,6 +11,7 @@ import default_country from './default_country';
import postcode from './postcode';
import state from './state';
import street_name from './street_name';
+import street_pattern from './street_pattern';
const location: LocationDefinitions = {
building_number,
@@ -21,6 +22,7 @@ const location: LocationDefinitions = {
postcode,
state,
street_name,
+ street_pattern,
};
export default location;
diff --git a/src/locales/th/location/street_pattern.ts b/src/locales/th/location/street_pattern.ts
new file mode 100644
index 00000000..30a9a5dd
--- /dev/null
+++ b/src/locales/th/location/street_pattern.ts
@@ -0,0 +1 @@
+export default ['{{location.street_name}}'];