]> git.mxchange.org Git - friendica.git/blobdiff - util/README
update to the zh-cn THX mytbk
[friendica.git] / util / README
index a6efd938b62fc21edf4734801740a1b4224ffe78..83a49cd2230b7afd99208692303e0deb72b79b68 100644 (file)
@@ -12,7 +12,7 @@ extract.php - extracts translatable strings from our project files. It
 currently doesn't pick up strings in other libraries we might be using such as
 the HTML parsers.
 
-In order for extract to do its job, every use of the t() translation function
+In order for extract to do its job, every use of the L10n::t() translation function
 must be preceded by one space. The string also can not contain parentheses. If
 parens are required in a string which requires translation, please use hex escapes.