Closed
Bug 525924
Opened 16 years ago
Closed 16 years ago
[FyFx] The "5 years of Firefox" website should be easier to localize
Categories
(Webtools Graveyard :: Five Years of Firefox, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stas, Unassigned)
References
Details
(Keywords: l12y)
Attachments
(1 file, 1 obsolete file)
The website's code should be improved to make localizer's work easier. Attached is a patch to home.php with suggested chages.
The patch:
- adds comments
- adds more _()
- adds plurals to the "views" string
- changes str_replace to urlencode for Twitter URLs
- puts some html tags outside of _() calls
- puts URLs outside of _() calls
To include the comments in the messages.po file, just add --add-comments=L10n to xgettext's options, like so:
xgettext --language=PHP --add-comments=L10n home.php
Not sure who should review this. Pascal, any suggestions?
Attachment #409725 -
Flags: review?
Updated•16 years ago
|
Component: Other → Five Years of Firefox
Product: Websites → Webtools
QA Contact: other → fiveyearsofFirefox
Version: unspecified → other
| Reporter | ||
Comment 1•16 years ago
|
||
This has a fix for bug 525929, too (the Spanish string is now in English).
Attachment #409725 -
Attachment is obsolete: true
Attachment #409725 -
Flags: review?
Comment 2•16 years ago
|
||
this looks good to me, a zemoga webdev should look at it though
Comment 3•16 years ago
|
||
asked Zemoga to take a look and commented that we would make the change/s if we don't hear back in the next few hours. Its a public hol today in Colombia (which we were aware of).
Comment 4•16 years ago
|
||
Feedback from Zemoga:
"... tried contacting the team to resolve the issue but they don’t have easy access to a computer to help out. I wouldn’t want your team to be delayed any further so if you can take care of this in any way internally I would say that is the best approach for the situation at hand and we will look into the SVN first thing tomorrow for any changes your team has made in order to be in sync.
We will obviously be attentive again tomorrow for any immediate help you might need."
(Stas - I have also asked Zemgoa to add you to Basecamp, this should be done now).
| Reporter | ||
Comment 5•16 years ago
|
||
Comment on attachment 409731 [details] [diff] [review]
v0.2, fixing bug 525929 and addressing Pascal's review comments on IRC
Landed in r54879.
| Reporter | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 6•16 years ago
|
||
Verified FIXED; production's localization in more than 25 languages speaks for itself.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•