docbrown/lib/data_update_scripts/20200805171911_clean_up_language_settings.rb
Michael Kohl e258e36c92
Remove language settings (#12502)
* Remove language settings

* Remove more language related code

* Remove leftover spec

* Remove language from ES mapping
2021-02-04 08:35:00 +07:00

7 lines
134 B
Ruby

module DataUpdateScripts
class CleanUpLanguageSettings
def run
# This beta feature has now been removed
end
end
end