frontend app page
This commit is contained in:
parent
6dcebe0d31
commit
1086037b2b
|
@ -1,6 +1,6 @@
|
|||
<div class="row">
|
||||
<div class="span8 offset1">
|
||||
<table class="table table-striped" align ="center">
|
||||
<table class="table" align ="center">
|
||||
<tr>
|
||||
<td ><%= t :category, :scope => :dictionary %></td>
|
||||
<td><%= @vocab.dictionary_vocab_category.key %></td>
|
||||
|
|
|
@ -13,6 +13,8 @@ en:
|
|||
en:
|
||||
|
||||
dictionary:
|
||||
frontend:
|
||||
dictionary: Dictionary Front-end
|
||||
dictionary: Dictionary
|
||||
category: Category
|
||||
word: Word
|
||||
|
|
|
@ -17,6 +17,8 @@ zh_tw:
|
|||
zh_tw:
|
||||
|
||||
dictionary:
|
||||
frontend:
|
||||
dictionary: 字典前台
|
||||
dictionary: 字彙辭典
|
||||
category: 類別
|
||||
word: 字彙
|
||||
|
|
|
@ -12,8 +12,8 @@ module Dictionary
|
|||
update_info 'some update_info'
|
||||
|
||||
front_end do
|
||||
app_page 'archive_files' do
|
||||
frontend_i18n "archive.frontend.archive"
|
||||
app_page 'dictionary_vocabs' do
|
||||
frontend_i18n "dictionary.frontend.dictionary"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue