Commit Graph

9 Commits

Author SHA1 Message Date
Martin Raifer
9cc4f39451 refresh assets 2023-11-14 09:30:54 +01:00
Martin Raifer
ffab062ca0 update assets (npm run all) 2023-05-26 19:37:32 +02:00
Martin Raifer
af69bf91a9 override/extend languages data, thanks @bgo-eiu
closes #9241
closes #9242
2022-09-16 14:12:23 +02:00
Martin Raifer
c1746dc4c4 upgrade cldr libraries
see https://github.com/openstreetmap/iD/pull/9241#discussion_r945342493
2022-09-16 12:53:04 +02:00
Quincy Morgan
cc1e512f44 Include languages in the Multilingual Name field dropdown even if they don't have native labels in CLDR
Don't bundle translated names for languages that won't be shown in the multilingual name field
2020-11-06 17:40:38 -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
Quincy Morgan
24b82e907f npm run translations and add Occitan language to Multilingual Name field (close #7156) 2019-12-23 13:55:51 -05:00
Quincy Morgan
e5e1888e5e Update derived data for cldr-core 36.0.0 2019-10-10 07:25:44 +02:00
Quincy Morgan
e37948fe9a Use CLDR for a translated language list in the localized name field instead of untranslated wmf site matrix (close #2457)
Translate language names in the community index list (close #4990)
2019-07-31 13:47:53 -04:00