i18n
Loading...
Searching...
No Matches
SupportedLocales.hpp File Reference
#include <tuple>
#include "DefaultLocale.hpp"
#include "LocaleEN.hpp"
#include "LocaleES.hpp"
#include "LocaleFR.hpp"
#include "LocaleIT.hpp"

Go to the source code of this file.

Detailed Description

Author
Perry Chouteau (perry.nosp@m..cho.nosp@m.uteau.nosp@m.@out.nosp@m.look..nosp@m.com)
Date
2025-10-05

Typedef Documentation

◆ SupportedLocales

using SupportedLocales = std::tuple<LocaleEn, LocaleEs, LocaleFr, LocaleIt>