mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-26 09:57:50 +02:00
Merge remote-tracking branch 'upstream/develop' into add-button-to-mapillary
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
- uses: codespell-project/actions-codespell@master
|
||||
with:
|
||||
check_filenames: true
|
||||
skip: ./.git,./data/territory_languages.json,./data/imagery.json,./data/languages.json,./data/address_formats.json,./dist/locales,./docs/img,./dist/img
|
||||
ignore_words_list: "auxilary,casette,cemetary,chancel,childs,extentions,falsy,files',froms,generat,guerilla,inflight,kindergarden,nd,specialties,tos,vias,visibles"
|
||||
skip: ./.git,./data/territory_languages.json,./data/imagery.json,./data/languages.json,./data/address_formats.json,./dist/locales,./docs/img,./dist/img,./css
|
||||
ignore_words_list: "auxilary,casette,cemetary,chancel,childs,extentions,falsy,files',froms,generat,guerilla,inflight,kindergarden,nd,ot,pavillion,specialties,tos,vias,visibles"
|
||||
exclude_file: .codespellignorelines
|
||||
only_warn: 1
|
||||
|
||||
+73
-5
@@ -35,31 +35,99 @@ _Breaking developer changes, which may affect downstream projects or sites that
|
||||
[@xxxx]: https://github.com/xxxx
|
||||
-->
|
||||
|
||||
# Unreleased (2.28.0-dev)
|
||||
# Unreleased (2.29.0-dev)
|
||||
|
||||
#### :tada: New Features
|
||||
* Add button to fully load incompletely downloaded relations ([#5420])
|
||||
#### :sparkles: Usability & Accessibility
|
||||
* Preserve rows with empty tag values in raw tag editor ([#10145], thanks [@Asif-Sheriff])
|
||||
#### :scissors: Operations
|
||||
#### :camera: Street-Level
|
||||
* Show Mapillary username and deep link to external viewer on Mapillary photos ([#10135], thanks [@Sushil642])
|
||||
#### :white_check_mark: Validation
|
||||
* Drop validation which checks for [old style multipolygons](https://wiki.openstreetmap.org/wiki/Old_style_multipolygons), as these have long been [fixed](https://blog.jochentopf.com/2017-08-28-polygon-fixing-effort-concluded.html) in OSM
|
||||
* Upgrade closed ways with `traffic_calming=island` to `area:highway=traffic_calming` ([id-tagging-schema#1162])
|
||||
#### :bug: Bugfixes
|
||||
* Prevent (route) relations from getting corrupted while splitting their way members in certain conditions ([#7653], [#8415])
|
||||
* Fix overflowing UI input elements of maxheight field when in imperial units mode on Firefox ([#10175], thanks [@1ec5])
|
||||
#### :earth_asia: Localization
|
||||
#### :hourglass: Performance
|
||||
#### :mortar_board: Walkthrough / Help
|
||||
* Show message when a POI point is incorrectly placed as vertex ([#9439], thanks [@mattiapezzotti])
|
||||
#### :rocket: Presets
|
||||
#### :hammer: Development
|
||||
|
||||
[#5420]: https://github.com/openstreetmap/iD/issues/5420
|
||||
[#7653]: https://github.com/openstreetmap/iD/issues/7653
|
||||
[#8415]: https://github.com/openstreetmap/iD/issues/8415
|
||||
[#9439]: https://github.com/openstreetmap/iD/issues/9439
|
||||
[#10135]: https://github.com/openstreetmap/iD/issues/10135
|
||||
[#10145]: https://github.com/openstreetmap/iD/issues/10145
|
||||
[#10175]: https://github.com/openstreetmap/iD/pull/10175
|
||||
[id-tagging-schema#1162]: https://github.com/openstreetmap/id-tagging-schema/issues/1162
|
||||
[@Sushil642]: https://github.com/Sushil642
|
||||
[@mattiapezzotti]: https://github.com/mattiapezzotti
|
||||
[@Asif-Sheriff]: https://github.com/Asif-Sheriff
|
||||
|
||||
|
||||
# 2.28.1
|
||||
##### 2024-Feb-29
|
||||
|
||||
#### :bug: Bugfixes
|
||||
* Fix false validation message, which was suggesting to add empty `*:wikipedia` tags to NSI presets ([#10140])
|
||||
#### :earth_asia: Localization
|
||||
* Add address format for New Zealand ([#10123], thanks [@k-yle])
|
||||
|
||||
[#10123]: https://github.com/openstreetmap/iD/pull/10123
|
||||
[#10140]: https://github.com/openstreetmap/iD/issues/10140
|
||||
|
||||
|
||||
# 2.28.0
|
||||
##### 2024-Feb-28
|
||||
|
||||
#### :sparkles: Usability & Accessibility
|
||||
* Show the color of (route) relations in the form of small colored circles in relation membership section and feature search results ([#9424])
|
||||
* Hide tag suggestions for tags like `name_1` in raw tag editor autocomplete ([#9422])
|
||||
* Show `(empty)` as a tag value option in the raw tag editor when a multi selections contains at least one feature which does not have the particular tag ([#9876], thanks [@k-yle])
|
||||
#### :scissors: Operations
|
||||
* Allow to search for OSM notes by id in search bar ([#10062], thanks [@NaVis0mple])
|
||||
* Add support for coordinates in `<degree> <minutes>[ <seconds>]` format to search bar ([#10066], thanks [@NaVis0mple])
|
||||
* Improve styling of combobox dopdown list to give entries with long labels more room for better readability ([#10127], thanks [@tordans])
|
||||
#### :camera: Street-Level
|
||||
* Fetch Microsoft Bing Streetlevel imagery layer via the Bing Maps API (from the previously used undocumented internal API endpoints), fixing reliability issues with the service's integration ([#10074])
|
||||
#### :white_check_mark: Validation
|
||||
* Warn when objects contain tags which are considered to be _mutually exclusive_ like for example `noname` and `name` (replaces previous `incorrect_name` validator) ([#10035], thanks [@mtmail])
|
||||
#### :bug: Bugfixes
|
||||
* Show turn restriction editor also when there is only one possible "to" way, as there might exist restrictions with that way as _via_ ([#9983])
|
||||
* Local photos: Fix bug which prevented the last image from being removed from the map when removed from the list
|
||||
* Fix wrong mouse cursor on "foreign link" field buttons (for example in the Mapillary or Wikimedia Commons fields) ([#9992], thanks [@ramith-kulal])
|
||||
#### :earth_asia: Localization
|
||||
#### :hourglass: Performance
|
||||
* Don't show duplicates of notes when they lie exactly on special locations like null island (0.0,0.0)
|
||||
* Preserve `side` tag of `highway=cyclist_waiting_aid` features when reversing its way ([#10128])
|
||||
#### :mortar_board: Walkthrough / Help
|
||||
#### :hammer: Development
|
||||
* Show message about how to support OSM (e.g. in form of a donation) after a successful save ([#10054])
|
||||
#### :rocket: Presets
|
||||
* Don't consider traffic_calming features as areas ([id-tagging-schema#1076])
|
||||
* Add rendering style for roller coaster tracks and supports ([#9891], thanks [@mangerlahn])
|
||||
* Drop `*:wikipedia` tags when switching to a new NSI-based preset which specifies a corresponding `*:wikidata` tag ([#9103])
|
||||
|
||||
[#9103]: https://github.com/openstreetmap/iD/issues/9103
|
||||
[#9424]: https://github.com/openstreetmap/iD/pull/9424
|
||||
[#9422]: https://github.com/openstreetmap/iD/issues/9422
|
||||
[#9876]: https://github.com/openstreetmap/iD/issues/9876
|
||||
[#9891]: https://github.com/openstreetmap/iD/pull/9891
|
||||
[#9983]: https://github.com/openstreetmap/iD/issues/9983
|
||||
[#9992]: https://github.com/openstreetmap/iD/issues/9992
|
||||
[#10035]: https://github.com/openstreetmap/iD/pull/10035
|
||||
[#10054]: https://github.com/openstreetmap/iD/issues/10054
|
||||
[#10062]: https://github.com/openstreetmap/iD/pull/10062
|
||||
[#10066]: https://github.com/openstreetmap/iD/pull/10066
|
||||
[#10074]: https://github.com/openstreetmap/iD/issues/10074
|
||||
[#10127]: https://github.com/openstreetmap/iD/issues/10127
|
||||
[#10128]: https://github.com/openstreetmap/iD/issues/10128
|
||||
[id-tagging-schema#1076]: https://github.com/openstreetmap/id-tagging-schema/pull/1076
|
||||
[@ramith-kulal]: https://github.com/ramith-kulal
|
||||
[@mangerlahn]: https://github.com/mangerlahn
|
||||
[@NaVis0mple]: https://github.com/NaVis0mple
|
||||
[@mtmail]: https://github.com/mtmail
|
||||
|
||||
|
||||
# 2.27.3
|
||||
|
||||
@@ -166,21 +166,17 @@ open while we wait for something to happen.
|
||||
|
||||
Light grey labels are for **wontfix items**. We've decided these doesn't belong in
|
||||
iD at this time. Don't feel bad, sometimes we change our minds later and revisit them!
|
||||
(ISATIDL = "I saw a thing I don't like", a common OpenStreetMap complaint)
|
||||
|
||||
* <sub>[![wontfix][wontfix]][wontfix_link]
|
||||
[![wontfix-confusing][wontfix-confusing]][wontfix-confusing_link]
|
||||
[![wontfix-ISATIDL][wontfix-ISATIDL]][wontfix-ISATIDL_link]
|
||||
[![wontfix-low-impact][wontfix-low-impact]][wontfix-low-impact_link]</sub>
|
||||
|
||||
[wontfix]: http://labl.es/svg?text=wontfix&bgcolor=eee
|
||||
[wontfix-confusing]: http://labl.es/svg?text=wontfix-confusing&bgcolor=eee
|
||||
[wontfix-ISATIDL]: http://labl.es/svg?text=wontfix-ISATIDL&bgcolor=eee
|
||||
[wontfix-low-impact]: http://labl.es/svg?text=wontfix-low-impact&bgcolor=eee
|
||||
|
||||
[wontfix_link]: https://github.com/openstreetmap/iD/issues?q=is%3Aclosed+is%3Aissue+label%3Awontfix
|
||||
[wontfix-confusing_link]: https://github.com/openstreetmap/iD/issues?q=is%3Aclosed+is%3Aissue+label%3Awontfix-confusing
|
||||
[wontfix-ISATIDL_link]: https://github.com/openstreetmap/iD/issues?q=is%3Aclosed+is%3Aissue+label%3Awontfix-ISATIDL
|
||||
[wontfix-low-impact_link]: https://github.com/openstreetmap/iD/issues?q=is%3Aclosed+is%3Aissue+label%3Awontfix-low-impact
|
||||
|
||||
Special:
|
||||
|
||||
+4
-2
@@ -14,8 +14,10 @@ const envs = {
|
||||
ENV__ID_API_CONNECTION_CLIENT_SECRET: JSON.stringify(process.env.ID_API_CONNECTION_CLIENT_SECRET || null),
|
||||
ENV__ID_API_CONNECTION: JSON.stringify(process.env.ID_API_CONNECTION || null),
|
||||
|
||||
ENV__ID_TAGINFO_API_URL: JSON.stringify(process.env.ENV__ID_TAGINFO_API_URL || null),
|
||||
ENV__ID_NOMINATIM_API_URL: JSON.stringify(process.env.ENV__ID_NOMINATIM_API_URL || null),
|
||||
ENV__ID_TAGINFO_API_URL: JSON.stringify(process.env.ID_TAGINFO_API_URL || null),
|
||||
ENV__ID_NOMINATIM_API_URL: JSON.stringify(process.env.ID_NOMINATIM_API_URL || null),
|
||||
|
||||
ENV__ID_SHOW_DONATION_MESSAGE: JSON.stringify(process.env.ID_SHOW_DONATION_MESSAGE || null),
|
||||
};
|
||||
|
||||
export default envs;
|
||||
|
||||
@@ -53,6 +53,9 @@ const taginfoApiUrl = ENV__ID_TAGINFO_API_URL
|
||||
const nominatimApiUrl = ENV__ID_NOMINATIM_API_URL
|
||||
|| 'https://nominatim.openstreetmap.org/';
|
||||
|
||||
// support/donation message on upload success screen
|
||||
const showDonationMessage = ENV__ID_SHOW_DONATION_MESSAGE !== 'false';
|
||||
|
||||
export {
|
||||
presetsCdnUrl,
|
||||
ociCdnUrl,
|
||||
@@ -61,4 +64,5 @@ export {
|
||||
osmApiConnections,
|
||||
taginfoApiUrl,
|
||||
nominatimApiUrl,
|
||||
showDonationMessage
|
||||
};
|
||||
|
||||
@@ -6,6 +6,8 @@ path.line.shadow.tag-attraction-water_slide,
|
||||
path.line.shadow.tag-golf-cartpath,
|
||||
path.line.shadow.tag-man_made-pipeline,
|
||||
path.line.shadow.tag-natural-tree_row,
|
||||
path.line.shadow.tag-roller_coaster-track,
|
||||
path.line.shadow.tag-roller_coaster-support,
|
||||
path.line.shadow.tag-piste {
|
||||
stroke-width: 16;
|
||||
}
|
||||
@@ -15,6 +17,8 @@ path.line.casing.tag-attraction-water_slide,
|
||||
path.line.casing.tag-golf-cartpath,
|
||||
path.line.casing.tag-man_made-pipeline,
|
||||
path.line.casing.tag-natural-tree_row,
|
||||
path.line.casing.tag-roller_coaster-track,
|
||||
path.line.casing.tag-roller_coaster-support,
|
||||
path.line.casing.tag-piste {
|
||||
stroke-width: 7;
|
||||
}
|
||||
@@ -24,6 +28,8 @@ path.line.stroke.tag-attraction-water_slide,
|
||||
path.line.stroke.tag-golf-cartpath,
|
||||
path.line.stroke.tag-man_made-pipeline,
|
||||
path.line.stroke.tag-natural-tree_row,
|
||||
path.line.stroke.tag-roller_coaster-track,
|
||||
path.line.stroke.tag-roller_coaster-support,
|
||||
path.line.stroke.tag-piste {
|
||||
stroke-width: 5;
|
||||
}
|
||||
@@ -34,6 +40,8 @@ path.line.stroke.tag-piste {
|
||||
.low-zoom path.line.shadow.tag-golf-cartpath,
|
||||
.low-zoom path.line.shadow.tag-man_made-pipeline,
|
||||
.low-zoom path.line.shadow.tag-natural-tree_row,
|
||||
.low-zoom path.line.shadow.tag-roller_coaster-track,
|
||||
.low-zoom path.line.shadow.tag-roller_coaster-support,
|
||||
.low-zoom path.line.shadow.tag-piste {
|
||||
stroke-width: 12;
|
||||
}
|
||||
@@ -43,6 +51,8 @@ path.line.stroke.tag-piste {
|
||||
.low-zoom path.line.casing.tag-golf-cartpath,
|
||||
.low-zoom path.line.casing.tag-man_made-pipeline,
|
||||
.low-zoom path.line.casing.tag-natural-tree_row,
|
||||
.low-zoom path.line.casing.tag-roller_coaster-track,
|
||||
.low-zoom path.line.casing.tag-roller_coaster-support,
|
||||
.low-zoom path.line.casing.tag-piste {
|
||||
stroke-width: 5;
|
||||
}
|
||||
@@ -52,6 +62,8 @@ path.line.stroke.tag-piste {
|
||||
.low-zoom path.line.stroke.tag-golf-cartpath,
|
||||
.low-zoom path.line.stroke.tag-man_made-pipeline,
|
||||
.low-zoom path.line.stroke.tag-natural-tree_row,
|
||||
.low-zoom path.line.stroke.tag-roller_coaster-track,
|
||||
.low-zoom path.line.stroke.tag-roller_coaster-support,
|
||||
.low-zoom path.line.stroke.tag-piste {
|
||||
stroke-width: 3;
|
||||
}
|
||||
@@ -117,6 +129,23 @@ path.line.casing.tag-attraction-water_slide {
|
||||
stroke: #3d6c71;
|
||||
}
|
||||
|
||||
path.line.stroke.tag-roller_coaster-track {
|
||||
stroke: #dddddd;
|
||||
stroke-width: 3;
|
||||
stroke-dasharray: 5, 1;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
path.line.casing.tag-roller_coaster-track {
|
||||
stroke: #707070;
|
||||
}
|
||||
|
||||
path.line.stroke.tag-roller_coaster-support {
|
||||
stroke: #707070;
|
||||
}
|
||||
path.line.casing.tag-roller_coaster-support {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
|
||||
/* golf cartpaths (like service roads) */
|
||||
.preset-icon .icon.tag-golf-cartpath {
|
||||
|
||||
+5
-1
@@ -401,8 +401,12 @@ label.streetside-hires {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.mapillary-attribution-image-container {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.mly-wrapper .mapillary-attribution-container .mapillary-attribution-username {
|
||||
display: none;
|
||||
padding: 0px 8px 0 6px;
|
||||
}
|
||||
|
||||
.mly-wrapper .mapillary-attribution-container .mapillary-attribution-date {
|
||||
|
||||
+35
-4
@@ -504,6 +504,12 @@ button.disabled .icon.operation use,
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
button.loading .icon {
|
||||
background-image: url(img/mini-loader.gif);
|
||||
background-position: 0 0;
|
||||
background-size: auto;
|
||||
}
|
||||
|
||||
|
||||
/* Toolbar / Persistent UI Elements
|
||||
------------------------------------------------------- */
|
||||
@@ -1585,11 +1591,11 @@ input.date-selector {
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
}
|
||||
.form-field ul.rows li.labeled-input > span,
|
||||
.form-field ul.rows li.labeled-input > div {
|
||||
flex: 1 1 auto;
|
||||
width: 100%;
|
||||
border-radius: 0;
|
||||
line-height: 0.95rem;
|
||||
}
|
||||
.form-field ul.rows li input {
|
||||
border-radius: 0;
|
||||
@@ -1608,6 +1614,28 @@ input.date-selector {
|
||||
border-right-width: 1px;
|
||||
}
|
||||
|
||||
/* Field - lists with labeled input items as table
|
||||
------------------------------------------------------- */
|
||||
.form-field ul.rows.rows-table {
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
.form-field ul.rows.rows-table li.labeled-input {
|
||||
display: table-row;
|
||||
}
|
||||
.form-field ul.rows.rows-table li.labeled-input > div:first-child {
|
||||
display: table-cell;
|
||||
width: auto;
|
||||
max-width: 170px;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
.form-field ul.rows.rows-table li.labeled-input > div:nth-child(2) {
|
||||
display: table-cell;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
||||
/* Field - Structure
|
||||
------------------------------------------------------- */
|
||||
@@ -2027,6 +2055,7 @@ input.date-selector {
|
||||
.form-field-input-roadheight input.roadheight-secondary-number,
|
||||
.form-field-input-roadspeed input.roadspeed-number {
|
||||
flex-basis: 0;
|
||||
width: 0;
|
||||
}
|
||||
.form-field-input-roadheight input.roadheight-unit,
|
||||
.form-field-input-roadheight input.roadheight-secondary-unit {
|
||||
@@ -2354,9 +2383,8 @@ div.combobox {
|
||||
display: block;
|
||||
padding: 5px 10px;
|
||||
border-top: 1px solid #ccc;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
line-height: 0.95rem;
|
||||
break: all;
|
||||
}
|
||||
|
||||
.combobox a.selected,
|
||||
@@ -5078,10 +5106,12 @@ img.tile-debug {
|
||||
}
|
||||
|
||||
.save-summary,
|
||||
.save-supporting,
|
||||
.save-communityLinks {
|
||||
padding: 0px 20px 15px 20px;
|
||||
}
|
||||
|
||||
.save-supporting,
|
||||
.save-communityLinks {
|
||||
border-top: 1px solid #ccc;
|
||||
}
|
||||
@@ -5113,6 +5143,7 @@ img.tile-debug {
|
||||
}
|
||||
|
||||
.summary-view-on-osm,
|
||||
.support-the-map,
|
||||
.community-name {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
|
||||
@@ -78,6 +78,14 @@
|
||||
["postcode", "city"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["nz"],
|
||||
"format": [
|
||||
["housenumber", "street"],
|
||||
["suburb"],
|
||||
["city", "postcode"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["br"],
|
||||
"format": [
|
||||
|
||||
+21
-3
@@ -499,6 +499,8 @@ en:
|
||||
one: "Split a feature."
|
||||
other: "Split {n} features."
|
||||
not_eligible: Lines can't be split at their beginning or end.
|
||||
parent_incomplete: This line cannot be split because a parent relation isn’t fully downloaded. Download the full relation.
|
||||
simple_roundabout: This line cannot be split because this roundabout is part of a larger relation. You must remove it from the relation first.
|
||||
connected_to_hidden: This can't be split because it is connected to a hidden feature.
|
||||
restriction:
|
||||
annotation:
|
||||
@@ -1038,6 +1040,12 @@ en:
|
||||
help_link_url: "https://wiki.openstreetmap.org/wiki/FAQ#I_have_just_made_some_changes_to_the_map._How_do_I_get_to_see_my_changes.3F"
|
||||
view_on_osm: "View Changes on OSM"
|
||||
changeset_id: "Your changeset #: {changeset_id}"
|
||||
supporting:
|
||||
title: "OpenStreetMap is free to use, but not free to run"
|
||||
details: "Its stability, quality, independence, and strength depend on donations from people like you."
|
||||
donation:
|
||||
title: "Support the map"
|
||||
details: "Any donation will go directly towards keeping OpenStreetMap running."
|
||||
like_osm: "Like OpenStreetMap? Connect with others:"
|
||||
more: More
|
||||
events: Events
|
||||
@@ -1837,9 +1845,6 @@ en:
|
||||
amap: "Amap products are proprietary and must not be used as references."
|
||||
baidu: "Baidu products are proprietary and must not be used as references."
|
||||
google: "Google products are proprietary and must not be used as references."
|
||||
incorrect_name:
|
||||
message: '{feature} has the mistaken name "{name}"'
|
||||
message_language: '{feature} has the mistaken name "{name}" in {language}'
|
||||
invalid_format:
|
||||
title: Invalid Formatting
|
||||
tip: Find tags with unexpected formats
|
||||
@@ -1871,6 +1876,15 @@ en:
|
||||
message: "{feature} has no descriptive tags"
|
||||
relation_type:
|
||||
message: "{feature} is a relation without a type"
|
||||
mutually_exclusive_tags:
|
||||
title: Contradictory Tags
|
||||
tip: "Find features that have contradictory tags."
|
||||
default:
|
||||
message: "{feature} has both {tag1} and {tag2}"
|
||||
reference: 'The tags "{tag1}" and "{tag2}" contradict each other. Only one tag should be set.'
|
||||
same_value:
|
||||
message: "{feature}: {tag1} and {tag2} have same value"
|
||||
reference: 'The tags "{tag1}" and "{tag2}" have the same value. Only one tag should be set.'
|
||||
old_multipolygon:
|
||||
message: "{multipolygon} has misplaced tags"
|
||||
reference: "Multipolygons should be tagged on their relation, not their outer way."
|
||||
@@ -1996,6 +2010,9 @@ en:
|
||||
remove_tag:
|
||||
title: Remove the tag
|
||||
annotation: Removed tag.
|
||||
remove_named_tag:
|
||||
title: 'Remove the "{tag}" tag'
|
||||
annotation: 'Removed "{tag}" tag.'
|
||||
remove_tags:
|
||||
title: Remove the tags
|
||||
remove_the_name:
|
||||
@@ -2197,6 +2214,7 @@ en:
|
||||
add_point: "They mark a specific location, and describe what's there. **Press the {point_icon} {point} button to add a new point.**"
|
||||
place_point: "To place the new point on the map, position your mouse cursor where the point should go, then {leftclick} left-click or press `{space}`. **Move the mouse pointer over this building, then left-click or press `{space}`.**"
|
||||
place_point_touch: "To place the new point on the map, {tap_icon} tap the location where it should go. **Tap the center of this building.**"
|
||||
place_point_error: "The point should be placed inside the building area, not on its outline. Let's try again."
|
||||
search_cafe: "There are many different features that can be represented by points. The point you just added is a cafe. **Search for '{preset}'.**"
|
||||
choose_cafe: "**Choose {preset} from the list.**"
|
||||
feature_editor: "The point is now marked as a cafe. Using the feature editor, we can add more information about the cafe."
|
||||
|
||||
+10706
-3848
File diff suppressed because it is too large
Load Diff
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -1 +1 @@
|
||||
{"ee":{"languageNames":{"ab":"abkhaziagbe","af":"afrikaangbe","agq":"aghemgbe","ak":"blugbe","am":"amhariagbe","ar":"Arabiagbe","as":"assamegbe","asa":"asagbe","ay":"aymargbe","az":"azerbaijangbe","be":"belarusiagbe","bem":"bembagbe","bez":"benagbe","bg":"bulgariagbe","bm":"bambaragbe","bn":"Bengaligbe","bo":"tibetagbe","br":"bretongbe","brx":"bodogbe","bs":"bosniagbe","ca":"katalagbe","cs":"tsɛkgbe","cy":"walesgbe","da":"denmarkgbe","de":"Germaniagbe","dv":"divehgbe","dz":"dzongkhagbe","ebu":"embugbe","ee":"Eʋegbe","efi":"efigbe","el":"grisigbe","en":"Yevugbe","eo":"esperantogbe","es":"Spanishgbe","et":"estoniagbe","eu":"basqugbe","fa":"persiagbe","fi":"finlanɖgbe","fil":"filipingbe","fj":"fidzigbe","fr":"Fransegbe","ga":"irelanɖgbe","gl":"galatagbe","gn":"guarangbe","gsw":"swizerlanɖtɔwo ƒe germaniagbe","gu":"gujarati","ha":"hausagbe","haw":"hawaigbe","he":"hebrigbe","hi":"Hindigbe","hr":"kroatiagbe","ht":"haitigbe","hu":"hungarigbe","hy":"armeniagbe","id":"Indonesiagbe","ig":"igbogbe","is":"icelanɖgbe","it":"Italiagbe","ja":"Japangbe","jv":"dzavangbe","ka":"gɔgiagbe","kea":"cape verdegbe","kk":"kazakhstangbe","km":"khmergbe","kn":"kannadagbe","ko":"Koreagbe","ks":"kashmirgbe","ku":"kurdiagbe","ky":"kirghistangbe","la":"latin","lah":"lahndagbe","lb":"laksembɔggbe","ln":"lingala","lo":"laogbe","lt":"lithuaniagbe","luy":"luyiagbe","lv":"latviagbe","mg":"malagasegbe","mi":"maorgbe","mk":"makedoniagbe","ml":"malayagbe","mn":"mongoliagbe","mr":"marathiagbe","ms":"malaygbe","mt":"maltagbe","my":"burmagbe","nb":"nɔweigbe bokmål","nd":"dziehe ndebelegbe","ne":"nepalgbe","nl":"Hollandgbe","nn":"nɔweigbe ninɔsk","no":"nɔweigbe","nso":"dziehe sothogbe","ny":"nyanjagbe","or":"oriyagbe","os":"ossetiagbe","pa":"pundzabgbe","pl":"Polishgbe","ps":"pashtogbe","pt":"Portuguesegbe","qu":"kwetsuagbe","rm":"romanshgbe","rn":"rundigbe","ro":"romaniagbe","rof":"rombogbe","ru":"Russiagbe","rw":"ruwandagbe","rwk":"rwagbe","sa":"sanskrigbe","sah":"sakagbe","sd":"sindhgbe","se":"dziehe samigbe","sg":"sangogbe","sh":"serbo-croatiagbe","si":"sinhalgbe","sk":"slovakiagbe","sl":"sloveniagbe","sm":"samoagbe","sn":"shonagbe","so":"somaliagbe","sq":"albaniagbe","sr":"serbiagbe","ss":"swatgbe","st":"anyiehe sothogbe","sv":"swedengbe","sw":"swahili","swb":"komorogbe","ta":"tamilgbe","te":"telegugbe","tet":"tetumgbe","tg":"tadzikistangbe","th":"Thailandgbe","ti":"tigrinyagbe","tk":"tɛkmengbe","tl":"tagalogbe","tn":"tswanagbe","to":"tongagbe","tpi":"tok pisigbe","tr":"Turkishgbe","ts":"tsongagbe","ty":"tahitigbe","ug":"uighurgbe","uk":"ukraingbe","ur":"urdugbe","uz":"uzbekistangbe","ve":"vendagbe","vi":"vietnamgbe","wae":"walsegbe","wo":"wolofgbe","xh":"xhosagbe","yo":"yorubagbe","yue":"cantongbe","zh":"Chinagbe","zh-Hans":"tsainagbe","zh-Hant":"blema tsainagbe","zu":"zulugbe"},"scriptNames":{"Arab":"Arabiagbeŋɔŋlɔ","Cyrl":"Cyrillicgbeŋɔŋlɔ","Latn":"Latingbeŋɔŋlɔ","Deva":"devanagarigbeŋɔŋlɔ","Beng":"bengaligbeŋɔŋlɔ","Guru":"gurmukhigbeŋɔŋlɔ","Hans":"Chinesegbeŋɔŋlɔ","Hant":"Blema Chinesegbeŋɔŋlɔ"}}}
|
||||
{"ee":{"languageNames":{"ab":"abkhaziagbe","af":"afrikaangbe","agq":"aghemgbe","ak":"blugbe","am":"amhariagbe","ar":"Arabiagbe","as":"assamegbe","asa":"asagbe","ay":"aymargbe","az":"azerbaijangbe","be":"belarusiagbe","bem":"bembagbe","bez":"benagbe","bg":"bulgariagbe","bm":"bambaragbe","bn":"Bengaligbe","bo":"tibetagbe","br":"bretongbe","brx":"bodogbe","bs":"bosniagbe","ca":"katalagbe","cs":"tsɛkgbe","cy":"walesgbe","da":"denmarkgbe","de":"Germaniagbe","dv":"divehgbe","dz":"dzongkhagbe","ebu":"embugbe","ee":"Eʋegbe","efi":"efigbe","el":"grisigbe","en":"Yevugbe","eo":"esperantogbe","es":"Spanishgbe","et":"estoniagbe","eu":"basqugbe","fa":"persiagbe","fi":"finlanɖgbe","fil":"filipingbe","fj":"fidzigbe","fr":"Fransegbe","ga":"irelanɖgbe","gl":"galatagbe","gn":"guarangbe","gsw":"swizerlanɖtɔwo ƒe germaniagbe","gu":"gujarati","ha":"hausagbe","haw":"hawaigbe","he":"hebrigbe","hi":"Hindigbe","hr":"kroatiagbe","ht":"haitigbe","hu":"hungarigbe","hy":"armeniagbe","id":"Indonesiagbe","ig":"igbogbe","is":"icelanɖgbe","it":"Italiagbe","ja":"Japangbe","jv":"dzavangbe","ka":"gɔgiagbe","kea":"cape verdegbe","kk":"kazakhstangbe","km":"khmergbe","kn":"kannadagbe","ko":"Koreagbe","ks":"kashmirgbe","ku":"kurdiagbe","ky":"kirghistangbe","la":"latin","lah":"lahndagbe","lb":"laksembɔggbe","ln":"lingala","lo":"laogbe","lt":"lithuaniagbe","luy":"luyiagbe","lv":"latviagbe","mg":"malagasegbe","mi":"maorgbe","mk":"makedoniagbe","ml":"malayagbe","mn":"mongoliagbe","mr":"marathiagbe","ms":"malaygbe","mt":"maltagbe","my":"burmagbe","nb":"nɔweigbe bokmål","nd":"dziehe ndebelegbe","ne":"nepalgbe","nl":"Hollandgbe","nn":"nɔweigbe ninɔsk","no":"nɔweigbe","nso":"dziehe sothogbe","ny":"nyanjagbe","or":"oriyagbe","os":"ossetiagbe","pa":"pundzabgbe","pl":"Polishgbe","ps":"pashtogbe","pt":"Portuguesegbe","qu":"kwetsuagbe","rm":"romanshgbe","rn":"rundigbe","ro":"romaniagbe","rof":"rombogbe","ru":"Russiagbe","rw":"ruwandagbe","rwk":"rwagbe","sa":"sanskrigbe","sah":"sakagbe","sd":"sindhgbe","se":"dziehe samigbe","sg":"sangogbe","sh":"serbo-croatiagbe","si":"sinhalgbe","sk":"slovakiagbe","sl":"sloveniagbe","sm":"samoagbe","sn":"shonagbe","so":"somaliagbe","sq":"albaniagbe","sr":"serbiagbe","ss":"swatgbe","st":"anyiehe sothogbe","sv":"swedengbe","sw":"swahili","swb":"komorogbe","ta":"tamilgbe","te":"telegugbe","tet":"tetumgbe","tg":"tadzikistangbe","th":"Thailandgbe","ti":"tigrinyagbe","tk":"tɛkmengbe","tl":"tagalogbe","tn":"tswanagbe","to":"tongagbe","tpi":"tok pisigbe","tr":"Turkishgbe","ts":"tsongagbe","ty":"tahitigbe","ug":"uighurgbe","uk":"ukraingbe","ur":"urdugbe","uz":"uzbekistangbe","ve":"vendagbe","vi":"vietnamgbe","wae":"walsegbe","wo":"wolofgbe","xh":"xhosagbe","yo":"yorubagbe","yue":"cantongbe","zh":"Chinagbe","zh-Hans":"tsainagbe","zh-Hant":"blema tsainagbe","zu":"zulugbe"},"scriptNames":{"Arab":"Arabiagbeŋɔŋlɔ","Cyrl":"Cyrillicgbeŋɔŋlɔ","Latn":"Latingbeŋɔŋlɔ","Deva":"devanagarigbeŋɔŋlɔ","Orya":"oriyagbeŋɔŋlɔ","Telu":"telegugbeŋɔŋlɔ","Beng":"bengaligbeŋɔŋlɔ","Guru":"gurmukhigbeŋɔŋlɔ","Hans":"Chinesegbeŋɔŋlɔ","Hant":"Blema Chinesegbeŋɔŋlɔ"}}}
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -1 +1 @@
|
||||
{"af":{"rtl":false,"pct":0.04},"ak":{"rtl":false,"pct":0},"am":{"rtl":false,"pct":0},"ar":{"rtl":true,"pct":0.9},"ar-AA":{"rtl":true,"pct":0.01},"as":{"rtl":false,"pct":0},"ast":{"rtl":false,"pct":0.12},"ay":{"rtl":false,"pct":0},"az":{"rtl":false,"pct":0},"ba":{"rtl":false,"pct":0},"be":{"rtl":false,"pct":0.23},"bg":{"rtl":false,"pct":0.4},"bn":{"rtl":false,"pct":0.06},"bo":{"rtl":false,"pct":0},"bqi":{"rtl":true,"pct":0},"br":{"rtl":false,"pct":0.66},"bs":{"rtl":false,"pct":0.02},"ca":{"rtl":false,"pct":0.5},"ckb":{"rtl":true,"pct":0.11},"cs":{"rtl":false,"pct":0.99},"cv":{"rtl":false,"pct":0},"cy":{"rtl":false,"pct":0.49},"da":{"rtl":false,"pct":0.45},"de":{"rtl":false,"pct":1},"de-AT":{"rtl":false,"pct":0},"de-CH":{"rtl":false,"pct":0},"dv":{"rtl":true,"pct":0.01},"ee":{"rtl":false,"pct":0},"el":{"rtl":false,"pct":0.36},"en":{"rtl":false,"pct":1},"en-AU":{"rtl":false,"pct":0},"en-CA":{"rtl":false,"pct":0},"en-GB":{"rtl":false,"pct":0.19},"en-IE":{"rtl":false,"pct":0},"en-IN":{"rtl":false,"pct":0},"en-NZ":{"rtl":false,"pct":0},"en-PH":{"rtl":false,"pct":0},"en-US":{"rtl":false,"pct":1},"eo":{"rtl":false,"pct":0.62},"es":{"rtl":false,"pct":1},"et":{"rtl":false,"pct":0.19},"eu":{"rtl":false,"pct":0.06},"fa":{"rtl":true,"pct":0.56},"fa-IR":{"rtl":true,"pct":0},"ff":{"rtl":false,"pct":0},"fi":{"rtl":false,"pct":0.36},"fil":{"rtl":false,"pct":0},"fr":{"rtl":false,"pct":0.98},"fr-FR":{"rtl":false,"pct":0.08},"fy":{"rtl":false,"pct":0.01},"ga":{"rtl":false,"pct":0.23},"gan":{"rtl":false,"pct":0},"gl":{"rtl":false,"pct":0.52},"grt":{"rtl":false,"pct":0},"gu":{"rtl":false,"pct":0.01},"ha":{"rtl":false,"pct":0},"he":{"rtl":true,"pct":0.65},"he-IL":{"rtl":true,"pct":0.01},"hi":{"rtl":false,"pct":0.01},"hr":{"rtl":false,"pct":0.16},"hu":{"rtl":false,"pct":0.55},"hy":{"rtl":false,"pct":0.03},"ia":{"rtl":false,"pct":0},"id":{"rtl":false,"pct":0.07},"ig":{"rtl":false,"pct":0},"is":{"rtl":false,"pct":0.28},"it":{"rtl":false,"pct":0.99},"ja":{"rtl":false,"pct":0.99},"jam":{"rtl":false,"pct":0},"jv":{"rtl":false,"pct":0},"ka":{"rtl":false,"pct":0},"kbd":{"rtl":false,"pct":0},"kha":{"rtl":false,"pct":0},"ki":{"rtl":false,"pct":0},"kk":{"rtl":false,"pct":0},"km":{"rtl":false,"pct":0.01},"kn":{"rtl":false,"pct":0.05},"ko":{"rtl":false,"pct":0.43},"ks":{"rtl":false,"pct":0},"ku":{"rtl":false,"pct":0},"ky":{"rtl":false,"pct":0},"lb":{"rtl":false,"pct":0.14},"lg":{"rtl":false,"pct":0},"lij":{"rtl":false,"pct":0},"ln":{"rtl":false,"pct":0},"lo":{"rtl":false,"pct":0},"lt":{"rtl":false,"pct":0.17},"lus":{"rtl":false,"pct":0},"lv":{"rtl":false,"pct":0.22},"mg":{"rtl":false,"pct":0.06},"mi":{"rtl":false,"pct":0},"mk":{"rtl":false,"pct":0.35},"ml":{"rtl":false,"pct":0.01},"mn":{"rtl":false,"pct":0},"mr":{"rtl":false,"pct":0},"ms":{"rtl":false,"pct":0.13},"my":{"rtl":false,"pct":0},"nb":{"rtl":false,"pct":0.02},"nd":{"rtl":false,"pct":0},"ne":{"rtl":false,"pct":0.01},"nl":{"rtl":false,"pct":0.67},"nl-BE":{"rtl":false,"pct":0},"nl-NL":{"rtl":false,"pct":0},"nn":{"rtl":false,"pct":0.03},"no":{"rtl":false,"pct":0.45},"nr":{"rtl":false,"pct":0},"nso":{"rtl":false,"pct":0},"nv":{"rtl":false,"pct":0},"ny":{"rtl":false,"pct":0},"oc":{"rtl":false,"pct":0},"om":{"rtl":false,"pct":0},"or":{"rtl":false,"pct":0},"pa":{"rtl":false,"pct":0},"pa-PK":{"rtl":true,"pct":0.12},"pap":{"rtl":false,"pct":0},"pl":{"rtl":false,"pct":0.88},"ps":{"rtl":true,"pct":0},"pt":{"rtl":false,"pct":0.62},"pt-BR":{"rtl":false,"pct":0.58},"qu":{"rtl":false,"pct":0},"rm":{"rtl":false,"pct":0},"ro":{"rtl":false,"pct":0.12},"ru":{"rtl":false,"pct":0.5},"rw":{"rtl":false,"pct":0},"sat":{"rtl":false,"pct":0.03},"sc":{"rtl":false,"pct":0},"sd":{"rtl":false,"pct":0},"sg":{"rtl":false,"pct":0},"si":{"rtl":false,"pct":0.02},"sk":{"rtl":false,"pct":0.51},"skr":{"rtl":false,"pct":0},"sl":{"rtl":false,"pct":0.14},"sm":{"rtl":false,"pct":0},"sn":{"rtl":false,"pct":0},"so":{"rtl":false,"pct":0.01},"sq":{"rtl":false,"pct":0.07},"sr":{"rtl":false,"pct":0.41},"ss":{"rtl":false,"pct":0},"st":{"rtl":false,"pct":0},"su":{"rtl":false,"pct":0},"sv":{"rtl":false,"pct":0.96},"sw":{"rtl":false,"pct":0},"ta":{"rtl":false,"pct":0.07},"te":{"rtl":false,"pct":0.02},"tg":{"rtl":false,"pct":0},"th":{"rtl":false,"pct":0.2},"ti":{"rtl":false,"pct":0},"tk":{"rtl":false,"pct":0},"tl":{"rtl":false,"pct":0.03},"tn":{"rtl":false,"pct":0},"tr":{"rtl":false,"pct":0.96},"ts":{"rtl":false,"pct":0},"tt":{"rtl":false,"pct":0},"tum":{"rtl":false,"pct":0},"ug":{"rtl":true,"pct":0},"uk":{"rtl":false,"pct":1},"ur":{"rtl":true,"pct":0.07},"uz":{"rtl":false,"pct":0},"ve":{"rtl":false,"pct":0},"vi":{"rtl":false,"pct":0.8},"wa":{"rtl":false,"pct":0},"wo":{"rtl":false,"pct":0},"xh":{"rtl":false,"pct":0},"yo":{"rtl":false,"pct":0},"yue":{"rtl":false,"pct":0.1},"zh":{"rtl":false,"pct":0.02},"zh-CN":{"rtl":false,"pct":0.76},"zh-HK":{"rtl":false,"pct":0.31},"zh-TW":{"rtl":false,"pct":0.92},"zu":{"rtl":false,"pct":0}}
|
||||
{"af":{"rtl":false,"pct":0.04},"ak":{"rtl":false,"pct":0},"am":{"rtl":false,"pct":0},"ar":{"rtl":true,"pct":0.9},"ar-AA":{"rtl":true,"pct":0.01},"as":{"rtl":false,"pct":0},"ast":{"rtl":false,"pct":0.12},"ay":{"rtl":false,"pct":0},"az":{"rtl":false,"pct":0},"ba":{"rtl":false,"pct":0},"be":{"rtl":false,"pct":0.25},"bg":{"rtl":false,"pct":0.39},"bn":{"rtl":false,"pct":0.06},"bo":{"rtl":false,"pct":0},"bqi":{"rtl":true,"pct":0},"br":{"rtl":false,"pct":0.66},"bs":{"rtl":false,"pct":0.02},"ca":{"rtl":false,"pct":0.5},"ckb":{"rtl":true,"pct":0.11},"cs":{"rtl":false,"pct":0.99},"cv":{"rtl":false,"pct":0},"cy":{"rtl":false,"pct":0.55},"da":{"rtl":false,"pct":0.44},"de":{"rtl":false,"pct":1},"de-AT":{"rtl":false,"pct":0},"de-CH":{"rtl":false,"pct":0},"dv":{"rtl":true,"pct":0.01},"ee":{"rtl":false,"pct":0},"el":{"rtl":false,"pct":0.46},"en":{"rtl":false,"pct":1},"en-AU":{"rtl":false,"pct":0},"en-CA":{"rtl":false,"pct":0},"en-GB":{"rtl":false,"pct":0.4},"en-IE":{"rtl":false,"pct":0},"en-IN":{"rtl":false,"pct":0},"en-NZ":{"rtl":false,"pct":0},"en-PH":{"rtl":false,"pct":0},"en-US":{"rtl":false,"pct":1},"eo":{"rtl":false,"pct":0.62},"es":{"rtl":false,"pct":1},"et":{"rtl":false,"pct":0.19},"eu":{"rtl":false,"pct":0.05},"fa":{"rtl":true,"pct":0.55},"fa-IR":{"rtl":true,"pct":0},"ff":{"rtl":false,"pct":0},"fi":{"rtl":false,"pct":0.36},"fil":{"rtl":false,"pct":0},"fr":{"rtl":false,"pct":0.98},"fr-FR":{"rtl":false,"pct":0.08},"fy":{"rtl":false,"pct":0.01},"ga":{"rtl":false,"pct":0.22},"gan":{"rtl":false,"pct":0},"gl":{"rtl":false,"pct":0.51},"grt":{"rtl":false,"pct":0},"gu":{"rtl":false,"pct":0.01},"ha":{"rtl":false,"pct":0},"he":{"rtl":true,"pct":0.66},"he-IL":{"rtl":true,"pct":0.01},"hi":{"rtl":false,"pct":0.01},"hr":{"rtl":false,"pct":0.16},"hu":{"rtl":false,"pct":0.55},"hy":{"rtl":false,"pct":0.03},"ia":{"rtl":false,"pct":0},"id":{"rtl":false,"pct":0.07},"ig":{"rtl":false,"pct":0},"is":{"rtl":false,"pct":0.28},"it":{"rtl":false,"pct":0.98},"ja":{"rtl":false,"pct":0.98},"jam":{"rtl":false,"pct":0},"jv":{"rtl":false,"pct":0},"ka":{"rtl":false,"pct":0},"kbd":{"rtl":false,"pct":0},"kha":{"rtl":false,"pct":0},"ki":{"rtl":false,"pct":0},"kk":{"rtl":false,"pct":0},"km":{"rtl":false,"pct":0.01},"kn":{"rtl":false,"pct":0.05},"ko":{"rtl":false,"pct":0.45},"ks":{"rtl":false,"pct":0},"ku":{"rtl":false,"pct":0},"ky":{"rtl":false,"pct":0},"lb":{"rtl":false,"pct":0.14},"lg":{"rtl":false,"pct":0},"lij":{"rtl":false,"pct":0},"ln":{"rtl":false,"pct":0},"lo":{"rtl":false,"pct":0},"lt":{"rtl":false,"pct":0.17},"lus":{"rtl":false,"pct":0},"lv":{"rtl":false,"pct":0.23},"mg":{"rtl":false,"pct":0.06},"mi":{"rtl":false,"pct":0},"mk":{"rtl":false,"pct":0.35},"ml":{"rtl":false,"pct":0.01},"mn":{"rtl":false,"pct":0},"mr":{"rtl":false,"pct":0},"ms":{"rtl":false,"pct":0.13},"my":{"rtl":false,"pct":0},"nb":{"rtl":false,"pct":0.02},"nd":{"rtl":false,"pct":0},"ne":{"rtl":false,"pct":0.01},"nl":{"rtl":false,"pct":0.68},"nl-BE":{"rtl":false,"pct":0},"nl-NL":{"rtl":false,"pct":0},"nn":{"rtl":false,"pct":0.03},"no":{"rtl":false,"pct":0.45},"nr":{"rtl":false,"pct":0},"nso":{"rtl":false,"pct":0},"nv":{"rtl":false,"pct":0},"ny":{"rtl":false,"pct":0},"oc":{"rtl":false,"pct":0},"om":{"rtl":false,"pct":0},"or":{"rtl":false,"pct":0.01},"pa":{"rtl":false,"pct":0},"pa-PK":{"rtl":true,"pct":0.12},"pap":{"rtl":false,"pct":0},"pl":{"rtl":false,"pct":0.87},"ps":{"rtl":true,"pct":0},"pt":{"rtl":false,"pct":0.61},"pt-BR":{"rtl":false,"pct":0.59},"qu":{"rtl":false,"pct":0},"rm":{"rtl":false,"pct":0},"ro":{"rtl":false,"pct":0.12},"ru":{"rtl":false,"pct":0.5},"rw":{"rtl":false,"pct":0},"sat":{"rtl":false,"pct":0.03},"sc":{"rtl":false,"pct":0},"sd":{"rtl":false,"pct":0},"sg":{"rtl":false,"pct":0},"si":{"rtl":false,"pct":0.02},"sk":{"rtl":false,"pct":0.51},"skr":{"rtl":false,"pct":0},"sl":{"rtl":false,"pct":0.14},"sm":{"rtl":false,"pct":0},"sn":{"rtl":false,"pct":0},"so":{"rtl":false,"pct":0.01},"sq":{"rtl":false,"pct":0.07},"sr":{"rtl":false,"pct":0.4},"ss":{"rtl":false,"pct":0},"st":{"rtl":false,"pct":0},"su":{"rtl":false,"pct":0},"sv":{"rtl":false,"pct":0.98},"sw":{"rtl":false,"pct":0},"ta":{"rtl":false,"pct":0.07},"te":{"rtl":false,"pct":0.02},"tg":{"rtl":false,"pct":0},"th":{"rtl":false,"pct":0.2},"ti":{"rtl":false,"pct":0},"tk":{"rtl":false,"pct":0},"tl":{"rtl":false,"pct":0.03},"tn":{"rtl":false,"pct":0},"tr":{"rtl":false,"pct":0.95},"ts":{"rtl":false,"pct":0},"tt":{"rtl":false,"pct":0},"tum":{"rtl":false,"pct":0},"ug":{"rtl":true,"pct":0},"uk":{"rtl":false,"pct":0.99},"ur":{"rtl":true,"pct":0.07},"uz":{"rtl":false,"pct":0},"ve":{"rtl":false,"pct":0},"vi":{"rtl":false,"pct":0.79},"wa":{"rtl":false,"pct":0},"wo":{"rtl":false,"pct":0},"xh":{"rtl":false,"pct":0},"yo":{"rtl":false,"pct":0},"yue":{"rtl":false,"pct":0.09},"zh":{"rtl":false,"pct":0.02},"zh-CN":{"rtl":false,"pct":0.76},"zh-HK":{"rtl":false,"pct":0.3},"zh-TW":{"rtl":false,"pct":1},"zu":{"rtl":false,"pct":0}}
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -1 +1 @@
|
||||
{"lij":{"intro":{"graph":{"block_number":"<value for addr:block_number>","county":"<value for addr:county>","district":"<value for addr:district>","hamlet":"<value for addr:hamlet>","neighbourhood":"<value for addr:neighbourhood>","province":"<value for addr:province>","quarter":"<value for addr:quarter>","state":"<value for addr:state>","subdistrict":"<value for addr:subdistrict>","suburb":"<value for addr:suburb>","countrycode":"it"},"lines":{"title":"Righe"},"startediting":{"title":"Tàca a Mudificà","save":"Nu te scurdà de sarvà regularmènte e tou mudifiche!","start":"Cumènsa a disegnà a tou màpa!"}},"languageNames":{"lij":"ligure"},"scriptNames":{"Latn":"latin"}}}
|
||||
{"lij":{"intro":{"graph":{"block_number":"<value for addr:block_number>","county":"<value for addr:county>","district":"<value for addr:district>","hamlet":"<value for addr:hamlet>","neighbourhood":"<value for addr:neighbourhood>","province":"<value for addr:province>","quarter":"<value for addr:quarter>","state":"<value for addr:state>","subdistrict":"<value for addr:subdistrict>","suburb":"<value for addr:suburb>","countrycode":"it"},"lines":{"title":"Righe"},"startediting":{"title":"Tàca a Mudificà","save":"Nu te scurdà de sarvà regularmènte e tou mudifiche!","start":"Cumènsa a disegnà a tou màpa!"}},"languageNames":{"en":"ingleise","lij":"ligure"},"scriptNames":{"Latn":"latin"}}}
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -1 +1 @@
|
||||
{"oc":{}}
|
||||
{"oc":{"languageNames":{"en":"anglés","oc":"occitan"},"scriptNames":{"Latn":"latin"}}}
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user