Skip to content

Commit

Permalink
Fix issue 29587: remove unhelpful link to Unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg committed Oct 18, 2023
1 parent 7afa94e commit a1b3566
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 66 deletions.
3 changes: 2 additions & 1 deletion files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3593,11 +3593,12 @@
/en-US/docs/Glossary/Grid_Rows /en-US/docs/Glossary/Grid_Row
/en-US/docs/Glossary/Hash_function /en-US/docs/Glossary/Cryptographic_hash_function
/en-US/docs/Glossary/Header /en-US/docs/Glossary/HTTP_header
/en-US/docs/Glossary/I18N /en-US/docs/Glossary/Internationalization
/en-US/docs/Glossary/IMAP4 /en-US/docs/Glossary/IMAP
/en-US/docs/Glossary/Index /en-US/docs/Glossary
/en-US/docs/Glossary/Instance_method /en-US/docs/Glossary/Method
/en-US/docs/Glossary/Instance_property /en-US/docs/Glossary/property/JavaScript
/en-US/docs/Glossary/Internationalization /en-US/docs/Glossary/I18N
/en-US/docs/Glossary/Internationalization_and_localization /en-US/docs/Glossary/Internationalization
/en-US/docs/Glossary/Modern_web_apps /en-US/docs/Glossary/Progressive_web_apps
/en-US/docs/Glossary/NodeJs /en-US/docs/Glossary/Node.js
/en-US/docs/Glossary/Node_(networking) /en-US/docs/Glossary/Node/networking
Expand Down
23 changes: 0 additions & 23 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -2822,19 +2822,6 @@
"sandeepmishraxp"
]
},
"Glossary/I18N": {
"modified": "2019-03-23T23:11:33.019Z",
"contributors": [
"lpiot",
"Andrew_Pfeiffer",
"kscarfone",
"S4y4Nt4n",
"Sukanta.Pal",
"Biraj",
"Sheppy",
"klez"
]
},
"Glossary/IANA": {
"modified": "2019-03-23T22:57:40.767Z",
"contributors": ["lpiot", "klez", "Andrew_Pfeiffer"]
Expand Down Expand Up @@ -3077,16 +3064,6 @@
"gusleindecker"
]
},
"Glossary/Internationalization_and_localization": {
"modified": "2020-03-27T15:13:27.575Z",
"contributors": [
"RafeyIqbalRahman",
"paulderek97",
"Iqbalh11",
"Charles2020",
"estelle"
]
},
"Glossary/Internet": {
"modified": "2020-04-12T18:15:51.304Z",
"contributors": [
Expand Down
25 changes: 0 additions & 25 deletions files/en-us/glossary/i18n/index.md

This file was deleted.

26 changes: 26 additions & 0 deletions files/en-us/glossary/internationalization/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Internationalization
slug: Glossary/Internationalization
page-type: glossary-definition
---

{{GlossarySidebar}}

**Internationalization**, often shortened to "i18n", is the practice of designing a system in such a way that it can easily be adapted for different target audiences, that may vary in region, language, or culture.

The complementary process of adapting a system for a specific target audience is called {{glossary("Localization")}}.

Among other things, internationalization requires support for:

- different writing systems
- different units of measure (currency, °C/°F, km/miles, etc.)
- different time and date formats
- different keyboard layouts

The work of the [Unicode Consortium](https://home.unicode.org/) is a fundamental part of internationalization. Unicode supports not only variations among the world's writing systems but also cultural variations such as currencies and time/date formats.

## See also

- {{glossary("Localization")}}
- [Unicode Consortium](https://home.unicode.org/)
- [JavaScript Internationalization API](/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl)

This file was deleted.

0 comments on commit a1b3566

Please sign in to comment.