Copy as Markdown
Other Tools
// -*- mode: C++ -*-
// AUTOGENERATED BY glean_parser. DO NOT EDIT.
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
#ifndef mozilla_GleanIntlLocaleMetrics_h
#define mozilla_GleanIntlLocaleMetrics_h
#include "mozilla/glean/bindings/MetricTypes.h"
namespace mozilla::glean {
namespace intl {
/**
* generated from intl.accept_languages
* The languages for the Accept-Languages header.
*/
constexpr impl::StringListMetric accept_languages(3996);
/**
* generated from intl.app_locales
* The negotiated Locales that are being used.
*/
constexpr impl::StringListMetric app_locales(3997);
/**
* generated from intl.available_locales
* The Locales that are available for use.
*/
constexpr impl::StringListMetric available_locales(3998);
/**
* generated from intl.regional_prefs_locales
* The regional preferences for the OS.
*/
constexpr impl::StringListMetric regional_prefs_locales(3999);
/**
* generated from intl.requested_locales
* The Locales that are being requested.
*/
constexpr impl::StringListMetric requested_locales(4000);
/**
* generated from intl.system_locales
* The Locales for the OS.
*/
constexpr impl::StringListMetric system_locales(4001);
}
} // namespace mozilla::glean
#endif // mozilla_GleanIntlLocaleMetrics_h