| 80 | } // namespace |
| 81 | |
| 82 | std::string GetLocalizedString(Duration const & duration, std::initializer_list<Duration::Units> units, |
| 83 | Locale const & locale) |
| 84 | { |
| 85 | return GetString(duration, std::move(units), GetUnitSeparator(locale), GetUnitsGroupingSeparator(locale)); |
| 86 | } |
| 87 | |
| 88 | std::string GetPlatformLocalizedString(Duration const & duration) |
| 89 | { |