use translations (doh)

This commit is contained in:
Kane York 2015-09-11 09:46:54 -07:00
parent b3913b5692
commit 42263ac969
2 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,8 @@
<div id="rc-scroll-anchor"></div> <div id="rc-scroll-anchor"></div>
<table> <table>
<thead> <thead>
<th class="th-pos">Position</th> <th class="th-pos">{{i18n "categories.reorder.position"}}</th>
<th class="th-cat">Category</th> <th class="th-cat">{{i18n "categories.category"}}</th>
</thead> </thead>
{{#each categoriesOrdered as |cat|}} {{#each categoriesOrdered as |cat|}}
<tr data-category-id="{{cat.id}}"> <tr data-category-id="{{cat.id}}">

View File

@ -375,6 +375,7 @@ en:
fix_order_tooltip: "Not all categories have a unique position number, which may cause unexpected results." fix_order_tooltip: "Not all categories have a unique position number, which may cause unexpected results."
save: "Save Order" save: "Save Order"
apply_all: "Apply" apply_all: "Apply"
position: "Position"
posts: "Posts" posts: "Posts"
topics: "Topics" topics: "Topics"
latest: "Latest" latest: "Latest"