Closed (fixed)
Project:
Drupal core
Version:
5.0-rc1
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Dec 2006 at 18:46 UTC
Updated:
10 Jan 2007 at 13:15 UTC
The error messages about the missing database functionality were not translatable as well as the error message list headings printed by the installation process. The attached patch fixes both of these errors to provide a better user experience for users enjoying the installer in their native language.
| Comment | File | Size | Author |
|---|---|---|---|
| Drupal.translate.install.errors.patch.txt | 3.29 KB | gábor hojtsy |
Comments
Comment #1
webernet commentedPlease do not RTBC your own patches.
Comment #2
gábor hojtsywebernet, are you sure that the locale module maintainer should not set a locale no-brainer to RTBC?
Comment #3
dries commentedSmall nit with regard to the placement of dots. We write:
+ $output .= '<h3>'. $title .':</h3>';not:
+ $output .= '<h3>' .$title. ':</h3>';Comment #4
drummCommitted to HEAD.
Comment #5
(not verified) commented