Move all the translated strings over to i18n

It's where all conditional language preprocessor goes
This commit is contained in:
Marco Antonio J. Costa
2024-12-31 16:28:44 -03:00
parent 73f7812165
commit 33e8c1dc39
27 changed files with 17 additions and 17 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef _EXPORTSTRINGS_H_
#define _EXPORTSTRINGS_H_
namespace Loc
{
bool ExportStrings();
}
#endif // _EXPORTSTRINGS_H_