+ import from github

This commit is contained in:
scorcher24
2015-08-04 06:00:51 +02:00
commit e86fcb8827
17 changed files with 2998 additions and 0 deletions

6
test/test.cpp Normal file
View File

@ -0,0 +1,6 @@
void foo()
{
_("String English One");
_("String English Two");
_("String English Three");
}