如何__( )
在 CakePHP 中使用转换变量/自定义值?比如,字符串、整数或十进制值?
例如:
__('You have $16.52 in your wallet')
我尝试使用sprintf
但不起作用,就像这样:
sprintf(__("Table %s can't have status changed to Busy. Please check the number and try again"), $table_num)
如何__( )
在 CakePHP 中使用转换变量/自定义值?比如,字符串、整数或十进制值?
例如:
__('You have $16.52 in your wallet')
我尝试使用sprintf
但不起作用,就像这样:
sprintf(__("Table %s can't have status changed to Busy. Please check the number and try again"), $table_num)