i18n
Loading...
Searching...
No Matches
SupportedLocales.hpp
Go to the documentation of this file.
1
12#pragma once
13
14 #include <tuple>
15
16 #include "DefaultLocale.hpp"
17
18 #include "LocaleEN.hpp"
19 #include "LocaleES.hpp"
20 #include "LocaleFR.hpp"
21 #include "LocaleIT.hpp"
22
23using SupportedLocales = std::tuple<LocaleEn, LocaleEs, LocaleFr, LocaleIt>;
std::tuple< LocaleEn, LocaleEs, LocaleFr, LocaleIt > SupportedLocales
Definition SupportedLocales.hpp:23