diaspora/app
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
..
assets Merge pull request #8404 from Flaburgan/8118-scrolling-photos 2022-11-01 21:20:12 +01:00
controllers Remove i18n-inflector-rails dependency 2023-06-09 01:13:16 +02:00
helpers Don't modify default translations when merging with other language 2023-06-10 05:00:27 +02:00
mailers Fix some keyword args for ruby 3 compatibility 2022-07-21 01:25:53 +02:00
models Always strip exif data and drop user setting for it 2023-06-04 04:25:01 +02:00
presenters Adding total and active count to pod view 2022-07-31 00:19:41 +02:00
serializers Always strip exif data and drop user setting for it 2023-06-04 04:25:01 +02:00
services Dont Convert when initialized by import 2022-07-16 04:12:01 +02:00
uploaders Always strip exif data and drop user setting for it 2023-06-04 04:25:01 +02:00
views Correctly escape username pattern regex 2023-06-05 23:35:31 +02:00
workers Replace Unicorn with Puma 2022-09-09 04:33:37 +02:00