mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 09:19:25 +02:00
@@ -185,12 +185,10 @@ _Press <kbd>P</kbd> to view privacy preferences._
|
||||
* Differentiate the "wireframe mode" and "highlight changes" hotkeys in the German localization ([#6972], thanks [@manfredbrandl])
|
||||
* Improve Chinese address field ([#7075], thanks [@koaber])
|
||||
* Add Bolivia-specific address and phone number formats ([#7147], thanks [@51114u9])
|
||||
* Add the Occitan language to the Multilingual Name field ([#7156])
|
||||
|
||||
[#6972]: https://github.com/openstreetmap/iD/issues/6972
|
||||
[#7075]: https://github.com/openstreetmap/iD/issues/7075
|
||||
[#7147]: https://github.com/openstreetmap/iD/issues/7147
|
||||
[#7156]: https://github.com/openstreetmap/iD/issues/7156
|
||||
|
||||
[@manfredbrandl]: https://github.com/manfredbrandl
|
||||
[@koaber]: https://github.com/koaber
|
||||
|
||||
@@ -25,7 +25,7 @@ export function coreContext() {
|
||||
var context = utilRebind({}, dispatch, 'on');
|
||||
var _deferred = new Set();
|
||||
|
||||
context.version = '2.17.0';
|
||||
context.version = '2.16.0';
|
||||
context.privacyVersion = '20191217';
|
||||
|
||||
// create a special translation that contains the keys in place of the strings
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "2.17.0",
|
||||
"version": "2.16.0",
|
||||
"description": "A friendly editor for OpenStreetMap",
|
||||
"main": "iD.js",
|
||||
"repository": "openstreetmap/iD",
|
||||
|
||||
Reference in New Issue
Block a user