mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Make sure comments in generated language files include UTF reference
git-svn-id: file:///svn/phpbb/trunk@6427 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -960,6 +960,8 @@ if (empty($lang) || !is_array($lang))
|
|||||||
|
|
||||||
// DEVELOPERS PLEASE NOTE
|
// DEVELOPERS PLEASE NOTE
|
||||||
//
|
//
|
||||||
|
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
|
||||||
|
//
|
||||||
// Placeholders can now contain order information, e.g. instead of
|
// Placeholders can now contain order information, e.g. instead of
|
||||||
// \'Page %s of %s\' you can (and should) write \'Page %1$s of %2$s\', this allows
|
// \'Page %s of %s\' you can (and should) write \'Page %1$s of %2$s\', this allows
|
||||||
// translators to re-order the output of data while ensuring it remains correct
|
// translators to re-order the output of data while ensuring it remains correct
|
||||||
|
Reference in New Issue
Block a user