mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
add chinese language support
This commit is contained in:
parent
68d067ef7b
commit
dc26f063c8
7 changed files with 769 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
{{#if (gt rootDocCount 0)}}
|
||||
<div class="item {{if (eq selectedFilter "uncategorized") "selected"}}" {{action "onDocumentFilter" "uncategorized" space.id}} role="button" tabindex="0">
|
||||
<i class={{concat "dicon " constants.Icon.Filter}} />
|
||||
<div class="name">Uncategorized ({{rootDocCount}})</div>
|
||||
<div class="name">{{localize 'un_categorized'}} ({{rootDocCount}})</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue