Added new field and fix in i18n

This commit is contained in:
Antonio de la Rosa 2019-10-12 18:55:53 +02:00
parent bef220f46e
commit 13df174796
2 changed files with 180 additions and 4 deletions

View file

@ -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?'