Skip to content

Commit

Permalink
Add .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
liaham committed Jan 16, 2021
1 parent 3091617 commit 620a060
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.history
2 changes: 1 addition & 1 deletion 35_change_load_order_locales.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
p = Redmine::Plugin.find(:redmine_message_customize)
custom_locales = Dir.glob(File.join(p.directory, 'config', 'locales', 'custom_messages', '*.rb'))
Rails.application.config.i18n.load_path = (Rails.application.config.i18n.load_path - custom_locales + custom_locales)
end
end
3 changes: 2 additions & 1 deletion config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ de:
label_yaml_tab: YAML Modus
label_enable_customize: Aktiviere eigene Anpassungen
label_disable_customize: Deaktiviere eigene Anpassungen
label_default_messages: Standardbezeichnugen ansehen
label_default_messages: Standardbezeichnugen ansehen

0 comments on commit 620a060

Please sign in to comment.