Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 435 Bytes

__.md

File metadata and controls

20 lines (14 loc) · 435 Bytes

__

语言翻译,I18N支持,依赖locales文件夹下的文件

文件信息 suda\core\functions.php: 40~43

参数

参数名 类型 默认值 说明
message string 输入的信息,支持不定参数,类似printf

返回值

类型:string 翻译过的字符串,如果没有既定翻译,则原样输出

例子

 echo __('text is %d',1);