diaspora/app/helpers
Benjamin Neff 5508401ed8
Don't modify default translations when merging with other language
`deep_merge!` modifies the hash of the default translation, and it looks
like `I18n.t` always returns the same instance, so after that, the
default stays translated. So lets duplicate the hash first, before
modifying it, this also helps because we also add more keys below, which
probably also shouldn't be added to the original.
2023-06-10 05:00:27 +02:00
..
activity_streams_helper.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
application_helper.rb Adding Smart App Banner for insporation on iOS devices 2022-11-17 23:20:35 +01:00
aspect_global_helper.rb Remove aspect_ids parameter from publisher 2017-12-25 20:54:10 +01:00
contacts_helper.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
conversations_helper.rb Fix ConversationsHelper#conversation_class with frozen strings 2017-09-17 19:29:16 +02:00
error_messages_helper.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
getting_started_helper.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
gon_helper.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
interim_stream_hackiness_helper.rb Cleanup unused commenting_disabled? and can_comment? 2021-06-30 23:19:29 +02:00
invitation_codes_helper.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
language_helper.rb Don't modify default translations when merging with other language 2023-06-10 05:00:27 +02:00
layout_helper.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
meta_data_helper.rb Replace some http links with their https counterparts. 2021-02-21 19:44:42 +01:00
mobile_helper.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
notifications_helper.rb Fix some keyword args for ruby 3 compatibility 2022-07-21 01:25:53 +02:00
notifier_helper.rb Render markdown to html for notifications 2022-07-16 04:34:07 +02:00
o_embed_helper.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
open_graph_helper.rb Fix XSS via OpenGraph on mobile 2018-11-08 20:41:50 +01:00
people_helper.rb Merge branch 'next-minor' into develop 2022-07-16 04:44:59 +02:00
posts_helper.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
profile_helper.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
publisher_helper.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
report_helper.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
services_helper.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
sessions_helper.rb Adding default value to predefined username 2022-06-20 21:59:43 +02:00
statistics_helper.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
stream_helper.rb Adds a local-public tag on the sidebar that shows all posts local to this pod 2021-04-18 13:11:25 +02:00
tags_helper.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
user_applications_helper.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
users_helper.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00