https://bz.apache.org/bugzilla/show_bug.cgi?id=63980
Bug ID: 63980
Summary: TH columns have English values only
Product: Apache httpd-2
Version: 2.4.38
Hardware: PC
Status: NEW
Severity: minor
Priority: P2
Component: mod_autoindex
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 36908
--> https://bz.apache.org/bugzilla/attachment.cgi?id=36908&action=edit
Mod_autoindex
<th class="indexcolicon">
<img src="/listing/.styles/icons/blank.svg" />
</th>
<th class="indexcolname">
<a href="?C=N;O=D">Name</a>
</th>
<th class="indexcolsize">
<a href="?C=S;O=A">Size</a>
</th>
<th class="indexcoldesc">
<a href="?C=D;O=A">Description</a>
</th>
TH columns have English values only and I can't translate this values.
Fix it, please.
Adding variables in module:
IndexOptions ColName="Name String"
IndexOptions ColLastMod="Lastmod String"
IndexOptions ColSize="Size String"
IndexOptions ColDesc="Description String"
IndexOptions IndexParentDir="Parent Directory String"
Example for Russian lang:
IndexOptions ColName="Название"
IndexOptions ColLastMod="Изменён"
IndexOptions ColSize="Размер"
IndexOptions ColDesc="Описание"
IndexOptions IndexParentDir="Наверх"
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]