-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into title,noscript
- Loading branch information
Showing
7 changed files
with
420 additions
and
397 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,27 @@ | ||
--- | ||
title: Internationalisation | ||
slug: Glossary/Internationalization | ||
l10n: | ||
sourceCommit: 050c1825df97d836d7b91c0719386dcb5b5dded2 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
L'**internationalisation** (aussi abrégée en "i18n") est l'ensemble des bonnes pratiques permettant à des produits ou des services d'être adaptés pour différents publics, d'une langue, d'une culture ou d'une région différente. | ||
|
||
La [localisation](/fr/docs/Glossary/Localization) est le processus complémentaire pour adapter un système à un public donné. | ||
|
||
L'internationalisation permet entre autres l'adaptation des différences relatives aux : | ||
|
||
- Systèmes d'écriture | ||
- Unités de mesure (monnaie, °C/°F, km/miles, etc.) | ||
- Formats de dates et heures | ||
- Dispositions de clavier | ||
|
||
Le travail du [consortium Unicode](https://home.unicode.org/) fait partie intégrante de l'internationalisation. Unicode prend en charge les variations entre les systèmes d'écriture du monde entier, et aussi les variations culturelles notamment liées aux devises et formats des dates et heures. | ||
|
||
## Voir aussi | ||
|
||
- [La localisation sur le glossaire MDN](/fr/docs/Glossary/Localization) | ||
- [Le site du consortium Unicode](https://home.unicode.org/) | ||
- [L'API JavaScript pour l'internationalisation](/fr/docs/Web/JavaScript/Reference/Global_Objects/Intl) |
16 changes: 0 additions & 16 deletions
16
files/fr/glossary/internationalization_and_localization/index.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.