If you don't use subsilver2 then no problem...
Tip for the ones who use the Automatic Update function so that they can avoid updating their own language files manually:
Download the updated package for your lang. Apply Winmerge to your lang and your lang's 3.0.2 version.
Delete files that are identical, so that only files which have changed from 3.0.2 are in 3.0.2 and 3.0.3 folder.
Download the AU package and unpack it.
Copy your lang's 3.0.3 version in folder update/new/language
Copy your lang's 3.0.2 version in folder update/old/language
Open update/index.php
Find and copy
Code: Select all
'language/en/acp/attachments.php',
'language/en/acp/board.php',
'language/en/acp/common.php',
'language/en/acp/groups.php',
'language/en/acp/permissions_phpbb.php',
'language/en/acp/posting.php',
'language/en/acp/styles.php',
'language/en/common.php',
'language/en/email/group_request.txt',
'language/en/help_faq.php',
'language/en/install.php',
'language/en/mcp.php',
'language/en/ucp.php',
'language/en/viewtopic.php',
paste copied text under
replace all instances of
en in your copied text with your own language
Save and close the file
Upload install directory to your server
Now the Automatic Updater will also consider your lang files in the update and will update them automatically...
Hope that this helps somebody..
