Mark Scherer 11 年之前
父节点
当前提交
33bddbf023
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/Utility/L10n.php

+ 2 - 0
src/Utility/L10n.php

@@ -8,6 +8,8 @@ namespace Tools\Utility;
  * codes and their language names.
  *
  * //TODO: Make locale and localeFallback always iso2-letter-codes (deu => de) as per 3.x convention.
+ *
+ * @deprecated Only for upgrading and matching. Use intl PHP libs directly instead.
  */
 class L10n {