mirror of
https://github.com/zeldaret/oot.git
synced 2025-05-10 02:54:24 +00:00
11 lines
No EOL
375 B
C
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 |