aboutsummaryrefslogtreecommitdiff
path: root/app/source/Cplt/Utils/I18n.hpp
blob: 895856ae704afb0e4248bb2099ffb700f6b77f90 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <Cplt/Utils/Macros.hpp>

#if !defined(TARGET_LOCALE)
#	define I18N_TEXT(defaultText, name) defaultText
#else
#	include TARGET_LOCALE_FILE
#	define I18N_TEXT(defaultText, name) name
#endif