Skip to content

Commit d97e186

Browse files
CLDR-18262 Unknown City -> Unknown Location (#4497)
1 parent 6bee0d0 commit d97e186

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

common/main/en.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3926,7 +3926,7 @@ annotations.
39263926
</long>
39273927
</zone>
39283928
<zone type="Etc/Unknown">
3929-
<exemplarCity>Unknown City</exemplarCity>
3929+
<exemplarCity>Unknown Location</exemplarCity>
39303930
</zone>
39313931
<zone type="Antarctica/Macquarie">
39323932
<exemplarCity>Macquarie Island</exemplarCity>

common/main/xh.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
14011401
</long>
14021402
</zone>
14031403
<zone type="Etc/Unknown">
1404-
<exemplarCity>Unknown City</exemplarCity>
1404+
<exemplarCity>↑↑↑</exemplarCity>
14051405
</zone>
14061406
<zone type="Europe/Andorra">
14071407
<exemplarCity>↑↑↑</exemplarCity>

docs/ldml/tr35-dates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1826,7 +1826,7 @@ When the data for a given format is not available, a fallback format is used. Th
18261826
* falling back to the special ID "unk" (Unknown)
18271827
* VV - long time zone ID (no fallback necessary, because this is the input)
18281828
* VVV - exemplar city
1829-
* falling back to the localized exemplar city for the unknown zone (Etc/Unknown), for example "Unknown City" for English
1829+
* falling back to the localized exemplar city for the unknown zone (Etc/Unknown), for example "Unknown Location" for English
18301830
* VVVV - generic location
18311831
* falling back to long localized GMT
18321832

@@ -2304,7 +2304,7 @@ Notes for the table below:
23042304
<tr><td>VV</td><td>America/Los_Angeles</td><td colspan="2">The long time zone ID.</td></tr>
23052305
<tr><td>VVV</td><td>Los Angeles</td>
23062306
<td colspan="2">The exemplar city (location) for the time zone.
2307-
Where that is unavailable, the localized exemplar city name for the special zone <i>Etc/Unknown</i> is used as the fallback (for example, "Unknown City").</td></tr>
2307+
Where that is unavailable, the localized exemplar city name for the special zone <i>Etc/Unknown</i> is used as the fallback (for example, "Unknown Location").</td></tr>
23082308
<tr><td>VVVV</td><td>Los Angeles Time</td>
23092309
<td colspan="2">The <i>generic location format</i>.
23102310
Where that is unavailable, falls back to the <i>long localized GMT format</i> ("OOOO"; Note: Fallback is only necessary with a GMT-style Time Zone ID, like Etc/GMT-830.)<br/>

0 commit comments

Comments
 (0)