diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-08-16 02:20:16 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-08-30 05:45:18 -0500 |
commit | d7a405e5e7df0d792a75f27fa404e76ab46aad66 (patch) | |
tree | f4f452c9666ba240562e02b845523be06a41ac2f /app/models | |
parent | 0773647aee366ef5cc0df403e7ae6e5bd9b62481 (diff) |
[Bug, Localization] Replace "en-MP" with "en" in post language
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/status.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/status.rb b/app/models/status.rb index d31e5668e..9067f44df 100644 --- a/app/models/status.rb +++ b/app/models/status.rb @@ -680,6 +680,7 @@ class Status < ApplicationRecord text&.strip! spoiler_text&.strip! title&.strip! + language&.gsub!('en-MP', 'en') end def set_reblog |