Skip to content

Commit e6151e4

Browse files
refactor(locale): normalize internet data (#3502)
1 parent aa98867 commit e6151e4

File tree

95 files changed

+2154
-2966
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+2154
-2966
lines changed

scripts/generate-locales.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ async function normalizeLocaleFile(filePath: string, definitionKey: string) {
369369

370370
const legacyDefinitions = ['app', 'cell_phone', 'team'];
371371
const definitionsToSkip = [
372-
'internet',
373372
'location',
374373
'lorem',
375374
'metadata',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default ['co.za', 'com', 'org.za', 'info', 'net.za'];
1+
export default ['co.za', 'com', 'info', 'net.za', 'org.za'];
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default ['com', 'az', 'com.az', 'info', 'net', 'org'];
1+
export default ['az', 'com', 'com.az', 'info', 'net', 'org'];

src/locales/az/internet/free_email.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default ['box.az', 'mail.az', 'gmail.com', 'yahoo.com', 'hotmail.com'];
1+
export default ['box.az', 'gmail.com', 'hotmail.com', 'mail.az', 'yahoo.com'];

0 commit comments

Comments
 (0)