jak-project/goal_src/jak1/engine/ui
Luminar Light 89feb5d0f1
Create Hungarian translation of game text for Jak 1 (#2141)
This will probably take a while, since we also have to translate all the
text of the base game - Naughty Dog never translated this game to
Hungarian. This PR will stay a draft until it is complete.

We realized that every letter in our alphabet was already working, apart
from two: Ő and Ű (they are unique sounds, so leaving their marks
wouldn't be okay).
Since I did not find that double accent thing in the jak font, I decided
to use ~ (see my change in FontUtils.cpp). It is good enough, and my
memory tells me that I already saw this exact same "solution"
(workaround) somewhere in the past. If anyone knows a better solution,
please let us know.

We chose ID 14 for the Hungarian language, as it was the lowest free ID.

**Progress tracker**
A tick here means that everything was translated. It does not mean that
everything is perfect yet. We will review everything multiple times, to
have the best translations possible.

Game text:
- [x] base game text
- [x] pc port text
- [ ] credits text ?

[Sziloyoo](https://github.com/Sziloyoo) helped with reviewing my
changes, and gave advice/suggestions for some complicated translations.

Subtitles will be done in the future, not in this PR.
2023-02-04 20:01:22 -05:00
..
progress Jak 1 Checkpoint Select / IL Speedrun support (#2162) 2023-01-30 19:11:57 -05:00
credits.gc cleanup cheats menu + change game territory logic + some subtitles (#1733) 2022-08-06 11:57:19 -04:00
hud-classes.gc Fix infinite pause buffer bug (#1900) 2022-09-24 12:27:44 -04:00
hud-h.gc HUD - show total/level counts on dpad up/down (#1756) 2022-08-20 10:16:16 -04:00
hud.gc Fix infinite pause buffer bug (#1900) 2022-09-24 12:27:44 -04:00
text-h.gc Create Hungarian translation of game text for Jak 1 (#2141) 2023-02-04 20:01:22 -05:00
text.gc Add extended environment mapping option to progress and enable it by default + other bug fixes (#2161) 2023-01-24 20:22:47 +00:00