mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-10 01:00:25 -04:00
Some strings were marked with _trans in some places but not others. This commit adds extra _trans markers so that the usage of _trans is consistent. This shouldn't have any effect on which strings actually get translated. (Note that _trans doesn't do anything at runtime.) I also added a few new i18n comments.