Initial i18n localization
This commit is contained in:
@@ -24,6 +24,7 @@ module Plottservice
|
||||
# config.time_zone = "Central Time (US & Canada)"
|
||||
# config.eager_load_paths << Rails.root.join("extras")
|
||||
|
||||
# config.i18n.default_locale = :de
|
||||
config.i18n.available_locales = [ :en, :de ]
|
||||
config.i18n.default_locale = :de
|
||||
end
|
||||
end
|
||||
|
||||
@@ -31,10 +31,15 @@ de:
|
||||
activerecord:
|
||||
attributes:
|
||||
job:
|
||||
pdf: "PDF Dokument"
|
||||
pdf: "Plan (PDF Format)"
|
||||
privacy_policy: "Datenschutzerklärung"
|
||||
costumer_firstname: "Vorname"
|
||||
costumer_lastname: "Nachname"
|
||||
errors:
|
||||
models:
|
||||
job:
|
||||
attributes:
|
||||
pdf:
|
||||
blank: "is erforderlich"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user