PO::is_final()
最后更新于:2021-11-25 21:24:38
PO::is_final( string$context)
Helper function for read_entry
参数
- $context
-
(string)
(Required)
响应
(bool)
源文件
文件: gc-includes/pomo/po.php
protected static function is_final( $context ) {
return ( 'msgstr' === $context ) || ( 'msgstr_plural' === $context );
}