#13652 closed defect (bug) (worksforme)
Some words aren't localized
| Reported by: | j.conti | Owned by: | nbachiyski |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | I18N | Version: | 3.0 |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: | Focuses: |
Description
The words:
Name, desription, parent
on 'Post' -> 'Categories' and 'Post' -> 'Post Tags' needs to be localized
Now there does not translate
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Can you give us the line or a a screenshot? I found these 3 lines:
<?php _ex('Name', 'Taxonomy Name'); ?> <?php _ex('Parent', 'Taxonomy Parent'); ?> <?php _ex('Description', 'Taxonomy Description'); ?>In German there are all translated.
Maybe you use a 'beta' language file which is not ready?