1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-05-10 02:54:24 +00:00
oot/include/translation.h
2025-04-21 11:32:09 -04:00

11 lines
No EOL
375 B
C

#ifndef TRANSLATION_H
#define TRANSLATION_H
/**
* The T macro holds translations in English for original debug strings written in Japanese.
* The translated strings match the original debug strings, they are only direct translations.
* For example, any original name is left as is rather than being replaced with the name in the codebase.
*/
#define T(jp, en) jp
#endif