瀏覽代碼

[Locale] add a list of unimplemented date format keywords

Igor Wiedler 14 年之前
父節點
當前提交
cc6f996334
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Symfony/Component/Locale/Stub/StubIntlDateFormatter.php

+ 1 - 0
src/Symfony/Component/Locale/Stub/StubIntlDateFormatter.php

@@ -49,6 +49,7 @@ class StubIntlDateFormatter
         $dateTime->setTimestamp($timestamp);
         $dateTime->setTimezone($this->dateTimeZone);
 
+        // not implemented: YuwWFgecSAZvVW
         $specialChars = 'MLydGQqhDEaHkKmsz';
         $specialCharsArray = str_split($specialChars);
         $specialCharsMatch = implode('|', array_map(function($char) {