9 Commits

Author SHA1 Message Date
Youssef Ahmed Hassan Elzedy
cd39052f50 Describe Egypt phone format (#10916) 2025-03-24 15:52:17 +01:00
Vincent Wong
4a1f27b1f6 Describe Macau phone format (#10901) 2025-03-23 15:03:24 +01:00
mukunda2912
1f207b3d9b Update phone number hint for Ivory Coast (#10655, #8379) 2025-01-07 09:51:43 +01:00
Dimitar
b1121b1175 Added Bulgarian phone format (#8775) 2023-06-26 16:16:39 +02:00
Biswajit Kaushik
4a9e097b13 Add india address and phone format (#9482) 2023-03-03 18:40:52 +01:00
Kyℓe Hensel
2bf92b42b9 fix the phone input field showing the wrong placeholder (#9316) 2022-11-01 18:56:48 +01:00
Diego
f88c271e31 Fix phone format 2020-03-17 07:41:44 -05:00
Diego Sangunietti
7b4c3ec346 added japanese number
See Wikipedia: https://en.wikipedia.org/wiki/Telephone_numbers_in_Japan
2020-03-15 19:52:28 -05:00
Bryan Housel
567eeac587 Make several data external instead of bundled:
Also dist/data/* contains minified files now

These are now external and will fetch as needed:
-export { dataAddressFormats } from './address-formats.json';
-export { dataDeprecated } from './deprecated.json';
-export { dataDiscarded } from './discarded.json';
-export { dataLanguages } from './languages.json';
-export { dataPhoneFormats } from './phone-formats.json';
-export { dataShortcuts } from './shortcuts.json';
-export { dataTerritoryLanguages } from './territory-languages.json';
2020-01-28 22:21:31 -05:00