Closed
Bug 664330
Opened 14 years ago
Closed 14 years ago
Not localized string
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: leszekz, Assigned: nmaul)
References
Details
Attachments
(2 files)
On the Dev Derby page is not localized string:
NOTE: Firefox 5 will introduce support for CSS3 Animations. You should use the Firefox Beta or Aurora channel for this Dev Derby. Your demo will not work in Firefox 4.
See: https://developer-stage9.mozilla.org/pl/demos/devderby#upcoming
Updated•14 years ago
|
Target Milestone: --- → 0.9.6
Reporter | ||
Comment 1•14 years ago
|
||
This string should be corrected asap because is in the June challenge.
Comment 2•14 years ago
|
||
Leszek, can you group your other non-localized string bugs into this one and mark them duplicates? lorchard is going to re-extract all strings.
Reporter | ||
Comment 3•14 years ago
|
||
Reporter | ||
Comment 4•14 years ago
|
||
(In reply to comment #2)
> Leszek, can you group your other non-localized string bugs into this one and
> mark them duplicates? lorchard is going to re-extract all strings.
OK. I add to this bug all bugs involve MDN localization.
On promote page are too large font for colors. See attached image.
Reporter | ||
Comment 6•14 years ago
|
||
On the bottom each page is not localized string "Privacy Policy:. This string is in the messages. po file but not displayed localized.
Reporter | ||
Comment 8•14 years ago
|
||
On the bottom each page is not localized string "Join MDN".
Reporter | ||
Comment 10•14 years ago
|
||
Go e.g. Web page and in the right pane is displayed e.g. 2 weeks ago ago. Should be only one time: 2 weeks ago.
Reporter | ||
Comment 13•14 years ago
|
||
Not localized string "Explore MDN". See: https://developer-stage9.mozilla.org/pl/learn
In meantime this string was changed to "Explore other parts of MDN" and is displayed as "Topics" tooltip. "Topics" is also not translated.
Reporter | ||
Comment 14•14 years ago
|
||
On the home page in the right pane is not localized string "Firefox 4 for developers". See: https://developer.mozilla.org/pl/
Reporter | ||
Comment 16•14 years ago
|
||
On the home page in the right pane is not localized string "Join the MDN forum and share your thoughts on the open web:". See: https://developer.mozilla.org/pl/
Updated•14 years ago
|
Target Milestone: 0.9.6 → 0.9.7
Updated•14 years ago
|
Assignee: nobody → lcrouch
Comment 18•14 years ago
|
||
I can't find any of these strings left out of l10n markup, now. Thinking they're have either since been marked up with template redesigns, or have just been removed altogether.
For strings that remain un-localized, we should try to separate them into:
1) strings that are not marked up in the project and
2) strings that just haven't been localized by volunteers
Bugs filed for #1 can be fixed by the dev team. Bugs filed for #2 can only be addressed by volunteer localizers
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 19•14 years ago
|
||
reopening because I'm working on something to help us spot #1
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•14 years ago
|
Target Milestone: 0.9.7 → 0.9.8
Comment 20•14 years ago
|
||
taking longer to wrap up than I though, so I won't try to push this into today's release.
Updated•14 years ago
|
Assignee: lcrouch → server-ops
Component: Localization → Server Operations: Web Content Push
Product: Mozilla Developer Network → mozilla.org
QA Contact: localization → mrz
Target Milestone: 0.9.8 → ---
Version: MDN → other
Comment 21•14 years ago
|
||
I think these are on cron jobs, but not sure how often they run. In any case, on stage9 we need to:
cd locale/ && svn up
python manage.py update_product_details
Comment 22•14 years ago
|
||
also add:
settings.STAGE = True
to settings_local.py
Updated•14 years ago
|
Severity: normal → major
Updated•14 years ago
|
Assignee: server-ops → dgherman
Comment 23•14 years ago
|
||
we may also need to restart apache, to reload the locale/ directory?
Comment 24•14 years ago
|
||
sorry, that shouldn't be settings.STAGE = True, just:
STAGE = True
Comment 25•14 years ago
|
||
Done.
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Comment 26•14 years ago
|
||
did you restart (both) apache server(s)? I see the new messages.mo on the filesystem but it's not loading for x-testing:
https://developer-stage9.mozilla.org/x-testing/
Comment 27•14 years ago
|
||
I did. You still don't see the change?
Comment 28•14 years ago
|
||
Nope. Apache/django is looking for x_testing, which is a symlink to xx_testing under locale/. I wonder if apache needs an explicit follow symlinks directive for that?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 29•14 years ago
|
||
(In reply to comment #28)
> Nope. Apache/django is looking for x_testing, which is a symlink to
> xx_testing under locale/. I wonder if apache needs an explicit follow
> symlinks directive for that?
Not sure if this is the issue, but does our locale stuff use gettext at all?
In a PHP app, I couldn't get arbitrary locales to work (eg. x-testing) unless they were configured as system-wide locales in Linux.
Comment 30•14 years ago
|
||
It's gettext, but that's what I'm using locally too and I didn't have to add x-testing ...
Comment 31•14 years ago
|
||
(In reply to comment #30)
> It's gettext, but that's what I'm using locally too and I didn't have to add
> x-testing ...
Are you running OS X or Linux, locally? You don't need to configure the locales on OS X.
Comment 32•14 years ago
|
||
OS X. so yeah - maybe we need to add x-testing locale to the box itself?
Comment 33•14 years ago
|
||
(In reply to comment #32)
> OS X. so yeah - maybe we need to add x-testing locale to the box itself?
Yeah... unfortunately, it was a year or two ago when I did this, so I can't remember what all I had to do. :/
Comment 34•14 years ago
|
||
dumitru, can you go thru http://www.gnu.org/software/gettext/FAQ.html#integrating_noop with me so we can try to debug this?
Comment 35•14 years ago
|
||
Les, dumitru and I don't really know where to start. can you remember anything you searched for to do this?
Comment 36•14 years ago
|
||
(In reply to comment #35)
> Les, dumitru and I don't really know where to start. can you remember
> anything you searched for to do this?
I think just things like "linux install new locale"... Something like this looks vaguely familiar, but only for ubuntu:
http://marzoa.com/2009/04/29/install-new-locales-on-ubuntu/
Comment 37•14 years ago
|
||
dumitru: can we try this now that you're out of marionette school? ;)
Comment 38•14 years ago
|
||
CC'ing Jake and Jeremy here to help...
Assignee | ||
Comment 39•14 years ago
|
||
I don't have any good idea on this. My google-fu isn't revealing any procedures for creating a brand-new locale, only adding pre-existing locales to a box that just doesn't have that locale compiled yet.
The link in comment 36 doesn't work on RHEL... the file /usr/share/i18n/SUPPORTED doesn't exist, nor does 'locale-gen'. I suspect both might be under other names, but that it wouldn't willingly create locale data for a locale it doesn't already know about.
This kinda bothers me, and makes me think there must be a better way to go about solving this problem (spotting un-localized strings) than adding test locales. If test locales were the recommended solution, I would have expected to see more easy-to-find documentation on how to set them up.
Maybe we can build a list of 'msgid' lines in one locale, and compare to all others? That seems like a relatively straightforward shell script I could write. Let me know if that seems like it would get you the info you need.
Comment 40•14 years ago
|
||
to spot un-localized strings we're looking for strings in the code that are missing 'msgid' lines altogether, so there's no way to automatically compare between locales.
this is a known practice in localizability testing - http://msdn.microsoft.com/en-us/goglobal/bb688150
cc'ing Stas and gandalf:
how do we normally catch un-localized strings in code?
Comment 41•14 years ago
|
||
Locale Defintion file for localedef - just copies en_US for testing
Comment 42•14 years ago
|
||
I ran into this again while looking at bug 690399. I tried adding a local definition on a centOS 5.6 box on rackspace. I got as far as trying the instructions from http://linux.die.net/man/1/localedef, using the attached sourcefile, and the following command options:
localedef -f UTF-8 -i xx_TESTING.UTF-8 xx_TESTING
No errors, but it didn't generate the xx_TESTING file, or else I couldn't find where it was outputting the file. I'm commenting here in case this gives us ideas for how to fix compeltely.
Comment 43•14 years ago
|
||
What's the next action for this? Should we talk about it when we meet about MDN tomorrow?
Updated•14 years ago
|
Assignee: dgherman → nmaul
Comment 44•14 years ago
|
||
Let's talk about kuma wiki stuff first and if we have time we can talk about this. It's not a very high priority. Mostly a nice-to-have.
Assignee | ||
Updated•14 years ago
|
Severity: major → minor
OS: Windows XP → All
Hardware: x86 → All
Assignee | ||
Comment 45•14 years ago
|
||
Per today's meeting discussions, we're going to close this out for now. If it becomes a significant issue, we can re-evaluate. Thanks!
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → INCOMPLETE
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•