6
edits
No edit summary |
(→Other) |
||
| Line 123: | Line 123: | ||
Some of examples below are somehow translatable, but IMO normal translator does not necessarily wants to fidle with perl/templates. | Some of examples below are somehow translatable, but IMO normal translator does not necessarily wants to fidle with perl/templates. | ||
; Emails | |||
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. | ||
; 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. | 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://svn.aviary.pl/wsvn/Bugzilla/branches/3.0/template/pl/default/email/newchangedmail.txt.tmpl | * [http://svn.aviary.pl/wsvn/Bugzilla/branches/3.0/template/pl/default/email/newchangedmail.txt.tmpl Method of translating email notification into Polish] | ||
* [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] | ||
* [http://mxr.mozilla.org/mozilla/source/webtools/bugzilla/Bugzilla/Field.pm#136 Constant with field names in Field.pm ] | * [http://mxr.mozilla.org/mozilla/source/webtools/bugzilla/Bugzilla/Field.pm#136 Constant with field names in Field.pm ] | ||
edits