Closed
Bug 902331
Opened 12 years ago
Closed 11 years ago
Different URL of domxref is generated between English and Korean
Categories
(Developer Documentation Graveyard :: API: Miscellaneous, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pillarlee16, Assigned: teoli)
Details
(Whiteboard: [specification][type:bug])
What did you do?
================
1. I went to "https://developer.mozilla.org/en-US/docs/WebAPI/WebSMS" page.
2. add traslation of Korean
3. after translate, save the wiki page.
What happened?
==============
There were template codes in the wiki like {{ domxref("MozSmsManager") }}
It generated different URLs according to language of the page.
In English : "https://developer.mozilla.org/en-US/docs/Web/API/MozSmsManager"
In Korean : "https://developer.mozilla.org/ko/docs/DOM/MozSmsManager"
But, this generated a different URL, "
What should have happened?
==========================
I think that those two URLs should have been same except for language part.
en-US/docs/Web/API/MozSmsManager, ko/docs/Web/API/MozSmsManager
or
en-US/docs/DOM/MozSmsManager, ko/docs/DOM/MozSmsManager
Is there anything else we should know?
======================================
There are more bugs related with page redirection about languages. Please check about this problem totally.
It seems that the ko locale has been moved properly to its new location for this page, an update of the template domxref (https://developer.mozilla.org/en-US/docs/Template:domxref) seems necessary. Teoli can you confirm ?
Flags: needinfo?(jypenator)
Assignee | ||
Comment 2•11 years ago
|
||
I think so too. Requesting feedback from Channy, the korean l10n lead to double check before I fix {{domxref}}
Flags: needinfo?(jypenator) → needinfo?(channy)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jypenator
Status: UNCONFIRMED → NEW
Component: General → API
Ever confirmed: true
Product: Mozilla Developer Network → Developer Documentation
Comment 3•11 years ago
|
||
Yes. I confirmed.
Assignee | ||
Comment 4•11 years ago
|
||
I updated the macro. When a page is regenerated (in ko) it should have the new link. If not, please reopen.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(channy)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•