Added condition for items and started with localize
This commit is contained in:
@@ -16,6 +16,12 @@ module Vault171
|
||||
# Common ones are `templates`, `generators`, or `middleware`, for example.
|
||||
config.autoload_lib(ignore: %w[assets tasks])
|
||||
|
||||
# Setzt die Standard-Sprache der App dauerhaft auf Deutsch
|
||||
config.i18n.default_locale = :de
|
||||
|
||||
# Erlaubt Rails, auch Unterordner in locales zu durchsuchen
|
||||
config.i18n.available_locales = [ :de, :en ]
|
||||
|
||||
# Configuration for the application, engines, and railties goes here.
|
||||
#
|
||||
# These settings can be overridden in specific environments using the files
|
||||
|
||||
Reference in New Issue
Block a user