mirror of
https://github.com/zeldaret/oot.git
synced 2025-05-09 18:43:45 +00:00
edit comment
This commit is contained in:
parent
51874589ee
commit
dc346c961b
1 changed files with 4 additions and 4 deletions
|
@ -2,14 +2,14 @@
|
|||
#define TRANSLATION_H
|
||||
|
||||
/**
|
||||
* Note: This translation macro exists for quality of life purposes.
|
||||
* This does not refect anything from the original game
|
||||
*
|
||||
* 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 to "en".
|
||||
* To use translated English strings in the build, change the definition below to "en".
|
||||
*
|
||||
* Note: This translation macro exists for quality of life purposes.
|
||||
* The original game would not have had a macro like this.
|
||||
*/
|
||||
#define T(jp, en) jp
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue