Closed Bug 260809 Opened 20 years ago Closed 20 years ago

Impossible to localize template edit.html.tmpl because of hardcoded values

Categories

(Bugzilla :: Administration, task)

task
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 252739

People

(Reporter: mozilla_by, Assigned: justdave)

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040910 Build Identifier: Bugzilla 2.18rc2 Some control attributes are hardcoded in template\en\default\admin\flag-type\edit.html.tmpl. ------------------------------------------------------ <input type="submit" name="categoryAction" value="Include"> <input type="submit" name="categoryAction" value="Exclude"> ------------------------------------------------------- Then values "Include" and "Exclude" are processed in editflagtypes.cgi. So, it is impossible to localize them without impacting processing. Also hardcoded string __Any__ is not localizeable. Reproducible: Always Steps to Reproduce: Expected Results: A localizer should have possibility to translate submit values "Include" and "Exclude" without impacting of processing. For example: ------------------------------------------------------ <input type="submit" name="categoryAction" value="Уключыць"> <input type="submit" name="categoryAction" value="Выключыць"> -------------------------------------------------------
*** This bug has been marked as a duplicate of 252739 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.