Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.0.10
-
Fix Version/s: None
-
Component/s: Language pack
-
Labels:None
Description
It's about the various errors displayed by phpBB, like:
"General Error
SQL ERROR [ mysql4 ]
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) [2002]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists."
I think these should be translated in all available languages, because most users encounter these errors and they can not solve them because they do not understand them at all (I refer to the non-English users).


These messages are not provided by phpBB, but by the database client integrated in PHP. Some other messages are hardcoded in english, because the language system is not loaded at the point where the error happens. So there isn't much we can do.