Added new field and fix in i18n
This commit is contained in:
parent
bef220f46e
commit
13df174796
2 changed files with 180 additions and 4 deletions
|
|
@ -36,6 +36,8 @@ I18n.l['en-US']['common']['edit']='Edit'
|
|||
|
||||
I18n.l['en-US']['common']['delete']='Delete'
|
||||
|
||||
I18n.l['en-US']['common']['home']='Home'
|
||||
|
||||
I18n.l['en-US']['common']['add_new_item']='Add new item'
|
||||
|
||||
I18n.l['en-US']['common']['edit_new_item']='Edit item'
|
||||
|
|
@ -48,8 +50,6 @@ I18n.l['en-US']['common']['search']='Search'
|
|||
|
||||
I18n.l['en-US']['common']['pages']='Pages'
|
||||
|
||||
I18n.l['en-US']['common']['home']='Home'
|
||||
|
||||
I18n.l['en-US']['common']['delete_item_you_sure']='Are you sure for delete this item?'
|
||||
|
||||
I18n.l['es-ES']=I18n.l.get('es-ES', {})
|
||||
|
|
@ -86,6 +86,8 @@ I18n.l['es-ES']['common']['edit']='Edit'
|
|||
|
||||
I18n.l['es-ES']['common']['delete']='Delete'
|
||||
|
||||
I18n.l['es-ES']['common']['home']='Home'
|
||||
|
||||
I18n.l['es-ES']['common']['add_new_item']='Add new item'
|
||||
|
||||
I18n.l['es-ES']['common']['edit_new_item']='Edit item'
|
||||
|
|
@ -98,7 +100,5 @@ I18n.l['es-ES']['common']['search']='Search'
|
|||
|
||||
I18n.l['es-ES']['common']['pages']='Pages'
|
||||
|
||||
I18n.l['es-ES']['common']['home']='Home'
|
||||
|
||||
I18n.l['es-ES']['common']['delete_item_you_sure']='Are you sure for delete this item?'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue