Opened 12 years ago
Closed 12 years ago
#29233 closed defect (bug) (invalid)
Strings not translated during configuration file setup
| Reported by: | netweb | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | I18N | Version: | 4.0 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Two strings are currently not being translated during configuration file setup (setup-config.php#L126 and #L132)
We're going to use this information to create a wp-config.php file.
and
Let's go
There is some inconsistent use of single quotes versus double quotes throughout the entire file, a missing semi-colon on line #117, each string is using _e though as I'm on my iPad looking at this I may be missing something!
1st string Korean translation:
http://translate.wordpress.org/projects/wp/dev/admin/ko/default?filters[status]=either&filters[original_id]=142396&filters[translation_id]=8299463
2nd string Korean translation:
http://translate.wordpress.org/projects/wp/dev/admin/ko/default?filters[status]=either&filters[original_id]=33289&filters[translation_id]=1676801
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
These language packs are for testing only and are built against 3.9 translations, not 4.0 translations. These strings are simply new in 4.0. I'll be doing a new run of the language packs in a day or two as more languages hit 100%.