diff --git a/CHANGELOG.md b/CHANGELOG.md index b43023b19..06ce7162d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,8 @@ - Added freeCAD files as default allowed extensions - Rake task to sync local users with Stripe - Unified translations syntax to use ICU MessageFormat -- Updated and refactored README +- Refactored front-end translations keys with unified paths +- Updated and refactored README and documentations - Fix a bug: unable to remove the picture from a training - Fix a bug: no alerts on errors during admin creation - Fix a bug: replaces all Time.now by DateTime.current to prevent time zones issues [Taiga#134] diff --git a/app/views/application/index.html.erb b/app/views/application/index.html.erb index a429ac4e8..91c45be70 100644 --- a/app/views/application/index.html.erb +++ b/app/views/application/index.html.erb @@ -12,6 +12,13 @@ + <% if Rails.env.staging? && Rails.application.secrets.enable_in_context_translation == 'true' %> + + + <% end %>