文件名称:[只读]为日期和数字的消息翻译和本地化提供支持。 此仓库是主要代码的一部分,可以在https://github.com/cakephp/cakephp中找到-PHP开发
文件大小:52KB
文件格式:ZIP
更新时间:2024-06-16 02:41:46
PHP Miscellaneous
CakePHP国际化库I18n库提供了一个I18n服务定位器,可用于设置当前语言环境,构建翻译包和翻译消息。 此外,它还提供了Time CakePHP国际化库。I18n库提供了一个I18n服务定位器,可用于设置当前语言环境,构建翻译包和翻译消息。 另外,它提供了时间和数字类,可用于以正确的格式输出日期,货币和任何数字(对于指定的语言环境)。 用法在内部,I18n类使用Aura.Intl。 熟悉它会帮助您了解如何构建和操作翻译包
【文件预览】:
i18n-master
----TranslatorRegistry.php(10KB)
----Parser()
--------PoFileParser.php(7KB)
--------MoFileParser.php(5KB)
----RelativeTimeFormatter.php(15KB)
----LICENSE.txt(1KB)
----Exception()
--------I18nException.php(813B)
----Formatter()
--------SprintfFormatter.php(1KB)
--------IcuFormatter.php(2KB)
----Translator.php(6KB)
----DateFormatTrait.php(16KB)
----ChainMessagesLoader.php(2KB)
----Middleware()
--------LocaleSelectorMiddleware.php(2KB)
----FormatterInterface.php(1KB)
----MessagesFileLoader.php(5KB)
----Number.php(17KB)
----FrozenTime.php(10KB)
----FrozenDate.php(7KB)
----FormatterLocator.php(2KB)
----functions.php(9KB)
----README.md(3KB)
----Time.php(12KB)
----I18n.php(9KB)
----I18nDateTimeInterface.php(9KB)
----Package.php(4KB)
----Date.php(7KB)
----PluralRules.php(6KB)
----PackageLocator.php(3KB)
----composer.json(1KB)