mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-29 19:29:35 +02:00
wmf-sitematrix v0.2.0 (#10489)
This commit is contained in:
@@ -43,11 +43,18 @@ _Breaking developer changes, which may affect downstream projects or sites that
|
||||
#### :white_check_mark: Validation
|
||||
#### :bug: Bugfixes
|
||||
#### :earth_asia: Localization
|
||||
|
||||
* Update Sinitic languages in the Multilingual Names field ([#10488], thanks [@winstonsung])
|
||||
* Update the list of languages in the Wikipedia field ([#10489])
|
||||
|
||||
#### :hourglass: Performance
|
||||
#### :mortar_board: Walkthrough / Help
|
||||
#### :rocket: Presets
|
||||
#### :hammer: Development
|
||||
|
||||
[#10488]: https://github.com/openstreetmap/iD/pull/10488
|
||||
[#10489]: https://github.com/openstreetmap/iD/pull/10489
|
||||
[@winstonsung]: https://github.com/winstonsung/
|
||||
|
||||
# 2.30.4
|
||||
##### 2024-Oct-07
|
||||
|
||||
@@ -39,7 +39,7 @@ export function coreFileFetcher() {
|
||||
'preset_defaults': presetsCdnUrl + 'dist/preset_defaults.min.json',
|
||||
'preset_fields': presetsCdnUrl + 'dist/fields.min.json',
|
||||
'preset_presets': presetsCdnUrl + 'dist/presets.min.json',
|
||||
'wmf_sitematrix': wmfSitematrixCdnUrl.replace('{version}', '0.1') + 'wikipedia.min.json'
|
||||
'wmf_sitematrix': wmfSitematrixCdnUrl.replace('{version}', '0.2') + 'data/wikipedia.min.json'
|
||||
};
|
||||
|
||||
let _cachedData = {};
|
||||
|
||||
Reference in New Issue
Block a user