1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-24 16:01:26 +00:00

non-overlays complete

This commit is contained in:
fig02 2025-04-22 18:37:29 -04:00
parent b93a5dcb7c
commit 8fd9aa105a
77 changed files with 86 additions and 7 deletions

View file

@ -2,10 +2,12 @@
#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.
* The "T" macro holds translations in English for original debug strings written in Japanese.
* The translated strings are only direct translations. Certain names or terms may not reflect
* their in-game localized counterparts.
*
* To use translated English strings in the build, change the definition below from "jp" to "en".
*/
#define T(jp, en) jp
#endif
#endif