mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 21:21:50 +08:00
Merge pull request #662 from Ducz0r/lm-fix-en-yml
Fix en.yml localization bug
This commit is contained in:
commit
78147b5a4f
2 changed files with 3 additions and 9 deletions
|
@ -329,9 +329,9 @@ class MyModule < ActiveRecord::Base
|
||||||
|
|
||||||
# Prepare column headers
|
# Prepare column headers
|
||||||
headers = [
|
headers = [
|
||||||
I18n.t('repositories.table.name'),
|
I18n.t('repositories.table.row_name'),
|
||||||
I18n.t('repositories.table.created_at'),
|
I18n.t('repositories.table.added_on'),
|
||||||
I18n.t('repositories.table.created_by')
|
I18n.t('repositories.table.added_by')
|
||||||
]
|
]
|
||||||
{ data: data, headers: headers }
|
{ data: data, headers: headers }
|
||||||
end
|
end
|
||||||
|
|
|
@ -1039,12 +1039,6 @@ en:
|
||||||
destroy_modal_submit: 'Permanently delete sample type'
|
destroy_modal_submit: 'Permanently delete sample type'
|
||||||
destroy_flash: "\"%{name}\" sample type was successfully deleted!"
|
destroy_flash: "\"%{name}\" sample type was successfully deleted!"
|
||||||
|
|
||||||
repositories:
|
|
||||||
table:
|
|
||||||
name: 'Name'
|
|
||||||
created_at: 'Added on'
|
|
||||||
created_by: 'Added by'
|
|
||||||
|
|
||||||
custom_fields:
|
custom_fields:
|
||||||
new:
|
new:
|
||||||
title_html: "Add new column to team <strong>%{team}</strong>"
|
title_html: "Add new column to team <strong>%{team}</strong>"
|
||||||
|
|
Loading…
Reference in a new issue