mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added short intro.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@239044 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f5ea13bca2
commit
7041108a36
1 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- Purpose: international -->
|
||||
<!-- Membership: core, external -->
|
||||
|
||||
|
@ -15,7 +15,15 @@
|
|||
<section xml:id="i18n.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
i18n support. <!-- nice intro needed :) -->
|
||||
I18n (short for internationalization) are means of adapting an application
|
||||
for different languages and cultures. The scope of i18n support includes
|
||||
support for local date and time, currency, measures, number formatting and
|
||||
strings in different encoding. Native support for i18n and l10n
|
||||
(localization) appeared in PHP6.
|
||||
</para>
|
||||
<para>
|
||||
Please note that in PHP6, POSIX locales are obsoleted by the set of locales
|
||||
included with the ICU library.
|
||||
</para>
|
||||
<warning>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue