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