mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Add bootstrap
This commit is contained in:
23
config/locales/en.bootstrap.yml
Normal file
23
config/locales/en.bootstrap.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
# Sample localization file for English. Add more files in this directory for other locales.
|
||||
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||||
|
||||
en:
|
||||
breadcrumbs:
|
||||
application:
|
||||
root: "Index"
|
||||
pages:
|
||||
pages: "Pages"
|
||||
helpers:
|
||||
actions: "Actions"
|
||||
links:
|
||||
back: "Back"
|
||||
cancel: "Cancel"
|
||||
confirm: "Are you sure?"
|
||||
destroy: "Delete"
|
||||
new: "New"
|
||||
edit: "Edit"
|
||||
titles:
|
||||
edit: "Edit %{model}"
|
||||
save: "Save %{model}"
|
||||
new: "New %{model}"
|
||||
delete: "Delete %{model}"
|
||||
Reference in New Issue
Block a user