Opened 14 years ago
Closed 14 years ago
#13865 closed defect (bug) (fixed)
Fix sprintf placeholders in string in wp-inc/load.php
Reported by: | demetris | Owned by: | westi |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | I18N | Keywords: | has-patch dev-reviewed i18n-change commit regression |
Focuses: | Cc: |
Description
See attached patch.
This may need to go into 3.0.
Attachments (1)
Change History (5)
#1
@
14 years ago
- Component changed from General to i18n
- Keywords dev-reviewed added
- Owner set to westi
- Status changed from new to accepted
This looks like an honest mistake - surprised no one caught it yet!
I guess these strings have to be manually translated so us changing them doesn't directly affect translators?
#2
@
14 years ago
As far as I understand, the non gettexted strings are handled automatically by the build system that is used by the various locale.wordpress.org sites.
(You tell the build system which WP tag/branch to use with which locale tag/branch. It then puts together the package, making the replacements of non-gettexted strings automatically and saving the changed files as UTF-8 without a BOM.)
So, on the one hand, translations will not be affected.
On the other hand, translations will still have a string that gives no information.
Fixing sprintf placeholders