public marks

PUBLIC MARKS with tag internationalisation

2014

FormatJS

by Spone & 1 other
FormatJS is a modular collection of JavaScript libraries for internationalization that are focused on formatting numbers, dates, and strings for displaying to people. It includes a set of core libraries that build on the JavaScript Intl built-ins and industry-wide i18n standards, plus a set of integrations for common template and component libraries.

2013

2011

XLIFF : XML Localisation Interchange File Format

by astrochoupe
XLIFF est un langage de balisage créé pour standardiser les échanges liés à la localisation. XLIFF se fonde sur la syntaxe définie par XML. Ce format a été spécifié par l'OASIS en 2002.

2010

Internationalisation Gotchas — Internationalisation Tips

by Spone
The amount of work required to internationalise a website is woefully underestimated, and sometimes, the codebase is compromised to the extent that many features or capabilities are impossible to deliver with the existing code. In many cases, complete ground-up rewrites are needed to separate cleanly the business logic from the localisation requirements of countries. Mostly this requires developers and engineers of platforms to be aware of the internationalisation implications of their implementation choices. What may seem like an engineering best practice could very well be a massive barrier for localising sites to various countries.

2009

Internationalization in PHP 5.3

by Spone
PHP 5.3 has been recently released and one of the new features in core is the internationalization extension. It allows you to support a multitude of languages and local formats much easier than before, without having to learn all the tiny the details of local formats and rules.

Understanding Bidirectional (BIDI) Text in Unicode

by Spone
A little-understood corner of Unicode is its handling for bidirectional text (The spec is a little dry). While English languages are read left-to-right, plenty of scripts (notably Arabic and Hebrew) are read from right to left. When only a single direction of text is used in a document, it's fairly straight forward, but when texts with different directions are mixed in one document, some difficulty arises in determining direction. This document attempts to explain how bidirectional text in Unicode works and what this means for the web.

2007

Planet I18n

by pvergain & 2 others
The Planet I18n aggregates posts from various blogs that talk about Web internationalization (i18n). While it is hosted by the W3C Internationalization Activity, the content of the individual entries represent only the opinion of their respective authors and does not reflect the position of the Internationalization Activity.

Internationalisation de logiciel - Wikipédia

by pvergain (via)
L'internationalisation d'un logiciel consiste à le préparer à la régionalisation ((en) localization), c'est-à-dire à l'adaptation à des langues et des cultures différentes. Contrairement à la régionalisation, qui nécessite surtout des compétences en langues, l'internationalisation est un travail essentiellement technique, mené par des programmeurs. Par exemple, un programme C ainsi rédigé : printf("Fatal error: %sn", msg); n'est pas internationalisé. Pour traduire le message, il faudra éditer le source. Au contraire, printf(gettext("Fatal error: %sn"), msg); est internationalisé (grâce à la bibliothèque gettext) : le programme va chercher dans ses fichiers de régionalisation (localization) une chaîne de caractères correspondant à 'Fatal error: %s', et ce pour la langue de l'utilisateur. gettext utilise comme clé, comme index dans les fichiers de localisation, la version par défaut du message. D'autres environnements de programmation peuvent utiliser, par exemple, un numéro (ce que faisait Mac OS). L'internationalisation ne nécessite pas qu'un travail sur les messages. Il faut aussi souvent permettre de changer les couleurs (dont la signification peut changer selon les cultures), les graphiques, le format des dates ou des nombres, la direction de l'écriture (de droite à gauche en arabe), la taille des éléments graphiques (un texte en allemand est plus long qu'en anglais, etc). Il peut être judicieux de concevoir un programme pour fonctionner avec une forme d'unicode en particulier UTF-8/UTF-16, afin de le rendre plus facilement internationalisable. On abrège souvent internationalisation en i18n car, en anglais, il y a dix-huit lettres dans le mot, entre le i et le n. De même pour localization avec l10n.

Inter-Locale: Software Globalization, Régionalisation

by pvergain
Is your software ready for the world? This site is about internationalization and localization; the processes and designs you need to make "globalized software". The content, demos, and links here come from the experiences and problems faced by Addison Phillips, a Globalization Architect at Yahoo!. Addison has been the chair of the W3C Internationalization Core Working Group. He is also a member of the Internationalization and Unicode Conference Review Board and Advisory Committee. Voir: http://en.wikipedia.org/wiki/Internationalisation Voir:

Internationalisation d’une application en Python. - Programmation - Framasoft

by pvergain & 1 other
Internationalisation d’une application en Python. Python est le langage de programmation qui a le vent en poupe. Il est vrai qu’il possède les arguments pour séduire : il est libre, portable [1] et relativement simple à mettre en œuvre. Dans ce tutoriel d’une dizaine de pages, la traduction s’effectue en trois étapes : * L’extraction des chaînes de caractères à traduire du fichier Python (.py) ; * La traduction des chaînes extraites ; * L’adaptation de l’application Python pour qu’elle puisse tenir compte des différentes traductions.

2006

Interview de François Yergeau, I18N expert

by Monique & 2 others (via)
L'internationalisation du Web (interview par Daniel Glazman)

2005

W3C Internationalization Ressource Index

by marco
This page points to resources on the W3C Internationalization site that are distributed among articles, tutorials, tests and techniques documents.

PUBLIC TAGS related to tag internationalisation

[fr] +   apps +   architecture +   blog +   blogs +   culture +   date +   ergonomie +   format +   gettext +   heure +   howto +   html +   i18n +   interculturalité +   java +   javascript +   js +   l10n +   lang +   lang:fr +   library +   localisation +   localization +   logiciel +   multi-language +   NLS_LANG +   noms +   oasis +   outils +   php +   php 5.3 +   planète +   plateforme +   programmation +   python +   régionalisation +   ruby +   traduction +   translation +   unicode +   uri +   utf-8 +   utilisabilité +   w3c +   web +   webmaster +   xliff +   xml +   xml web +  

Active users

Spone
last mark : 14/10/2014 20:49

astrochoupe
last mark : 27/10/2011 20:56

vrossign
last mark : 10/06/2010 12:34

sdaclin
last mark : 20/04/2010 09:55

sebastien
last mark : 14/11/2007 12:46

jmfontaine
last mark : 18/08/2007 14:22

mauriz
last mark : 08/08/2007 17:37

pvergain
last mark : 22/07/2007 21:28

Monique
last mark : 13/08/2006 18:25

cbrocas
last mark : 09/07/2006 16:06

marco
last mark : 12/12/2005 10:39