diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-10-01 20:49:39 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-10-01 20:49:39 +0000 |
commit | fc76c94ab14993f98e0bbbf8b26150886ce69352 (patch) | |
tree | 8a5ab75b8dc3b471bfeaed7a9437dc2c45568157 /phpBB | |
parent | 17989aba24faf1b63c7f5b9c35836fa6a2cc8afa (diff) | |
download | forums-fc76c94ab14993f98e0bbbf8b26150886ce69352.tar forums-fc76c94ab14993f98e0bbbf8b26150886ce69352.tar.gz forums-fc76c94ab14993f98e0bbbf8b26150886ce69352.tar.bz2 forums-fc76c94ab14993f98e0bbbf8b26150886ce69352.tar.xz forums-fc76c94ab14993f98e0bbbf8b26150886ce69352.zip |
Make sure comments in generated language files include UTF reference
git-svn-id: file:///svn/phpbb/trunk@6427 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/acp/acp_language.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/acp/acp_language.php b/phpBB/includes/acp/acp_language.php index 423ced43e0..2c4e4f71f6 100644 --- a/phpBB/includes/acp/acp_language.php +++ b/phpBB/includes/acp/acp_language.php @@ -960,6 +960,8 @@ if (empty($lang) || !is_array($lang)) // 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 // \'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 |