File: timezonesi18n_generated.h.erb

package info (click to toggle)
plasma-workspace 4%3A6.3.6-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 104,900 kB
  • sloc: cpp: 125,434; xml: 31,579; python: 3,976; perl: 572; sh: 234; javascript: 74; ruby: 39; ansic: 13; makefile: 9
file content (23 lines) | stat: -rw-r--r-- 687 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
// SPDX-FileCopyrightText: 2021 Harald Sitter <sitter@kde.org>

// !!! This file was auto-generated. Do not edit it manually! !!!

#pragma once

#include <QHash>
#include <QString>

#include <KLocalizedString>

namespace TimeZonesI18nData
{
using TimezoneContinentToL10nMap = QHash<QString, QString>;

static TimezoneContinentToL10nMap timezoneContinentToL10nMap()
{
    return {<% continents.each do |continent| %>
        {QStringLiteral("<%= continent %>"), i18nc("<%= continent_description(continent) %>", "<%= to_contient_name(continent) %>")},<%end%>
    };
}
} // namespace TimeZonesI18nData