How can I manipulate translation methods of cakephp 3 to become case insensitive?
问题 This is a part of my src/Locale/en_US/default.po file msgid "Acg_id" msgstr "access control group identifier" msgid "acg_id" msgstr "access control group identifier" msgid "Acg_Id" msgstr "access control group identifier" my default.po file is too long. And I think it is impossible to write like this. msgid "Acg_id" msgid "acg_id" msgid "Acg_Id" msgstr "access control group identifier" How can I implement function below in cakephp core function __($token){ $translation = translation