mirror of
https://github.com/internetee/registry.git
synced 2025-08-11 20:19:34 +02:00
added localziations
This commit is contained in:
parent
d323487c16
commit
68ae8483e2
2 changed files with 3 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
%li= link_to t('.epp_log'), admin_epp_logs_path(created_after: 'today')
|
%li= link_to t('.epp_log'), admin_epp_logs_path(created_after: 'today')
|
||||||
%li= link_to t('.repp_log'), admin_repp_logs_path(created_after: 'today')
|
%li= link_to t('.repp_log'), admin_repp_logs_path(created_after: 'today')
|
||||||
%li.divider
|
%li.divider
|
||||||
%li.dropdown-header= t(:tasks)
|
%li.dropdown-header= t('.tasks')
|
||||||
%li= link_to t('.sidekiq'), admin_sidekiq_web_path
|
%li= link_to t('.sidekiq'), admin_sidekiq_web_path
|
||||||
|
|
||||||
%ul.nav.navbar-nav.navbar-right
|
%ul.nav.navbar-nav.navbar-right
|
||||||
|
|
|
@ -19,3 +19,5 @@ en:
|
||||||
mass_actions: Mass actions
|
mass_actions: Mass actions
|
||||||
epp_log: EPP log
|
epp_log: EPP log
|
||||||
repp_log: REPP log
|
repp_log: REPP log
|
||||||
|
sidekiq: Sidekiq
|
||||||
|
tasks: Tasks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue