118
edits
(→Other: Template versioning) |
(→"Hardcoded" strings: split to separate cases) |
||
| Line 117: | Line 117: | ||
* {{bug|382398}} | * {{bug|382398}} | ||
== | == Non-localizable "Hardcoded" strings == | ||
Some of examples below are somehow translatable, but IMO normal translator does not necessarily want to fiddle with Perl/templates. | |||
=== Email notifications === | |||
Template replace filter is needed to translate some parts of Bugzilla's notification emails. | Template replace filter is needed to translate some parts of Bugzilla's notification emails. | ||
; | ; Solution : | ||
* [http://svn.aviary.pl/wsvn/Bugzilla/branches/3.0/template/pl/default/email/newchangedmail.txt.tmpl Bugzilla-pl example] Method of translating email notification. | |||
; References : | |||
* [http://mxr.mozilla.org/mozilla/source/webtools/bugzilla/Bugzilla/Field.pm#136 Constants with field names in ''Field.pm''] | |||
=== Report category values === | |||
; Field names : The '''-All-''' value is used as a constant in Bugzilla code. This text is translatable in templates, but translating it probably breaks Bugzilla. | |||
; References : | ; References : | ||
* [http://mxr.mozilla.org/mozilla/source/webtools/bugzilla/reports.cgi#201 -All- in ''reports.cgi''] | |||
* [http://mxr.mozilla.org/mozilla/source/webtools/bugzilla/reports.cgi#201 -All- in reports.cgi] | |||
== Other == | |||
=== Template versioning === | === Template versioning === | ||
edits