This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
The-Powder-Toy/data/localization/EN.cpp
2020-03-11 07:14:40 +03:00

11 lines
167 B
C++

#include "common/Localization.h"
#include "common/Internationalization.h"
Locale LocaleEN {
[]{ return String("English"); },
[]
{
using i18n::translation;
}
};