i18n
Loading...
Searching...
No Matches
tests
includes
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
23
using
SupportedLocales
= std::tuple<LocaleEn, LocaleEs, LocaleFr, LocaleIt>;
DefaultLocale.hpp
LocaleEN.hpp
LocaleES.hpp
LocaleFR.hpp
LocaleIT.hpp
SupportedLocales
std::tuple< LocaleEn, LocaleEs, LocaleFr, LocaleIt > SupportedLocales
Definition
SupportedLocales.hpp:23
Generated by
1.9.8