forked from mdn/content
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue 29587: remove unhelpful link to Unicode
- Loading branch information
Showing
5 changed files
with
28 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
17 changes: 0 additions & 17 deletions
17
files/en-us/glossary/internationalization_and_localization/index.md
This file was deleted.
Oops, something went wrong.