mysociety/alaveteli

View on GitHub
app/models/alaveteli_pro/embargo/translated_constants.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AlaveteliPro::Embargo
  module TranslatedConstants
    def self.duration_labels
      {
        "3_months" => _("3 Months"),
        "6_months" => _("6 Months"),
        "12_months" => _("12 Months")
      }.freeze
    end
  end
end