mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-16 16:45:43 -04:00
FullscreenUI: Make "version" in Big picture translatable (#3279)
This commit is contained in:
parent
052930a8d8
commit
ce7bbb47d5
@ -7054,7 +7054,7 @@ void FullscreenUI::DrawAboutWindow()
|
|||||||
FSUI_CSTR("DuckStation is a free and open-source simulator/emulator of the Sony PlayStation(TM) "
|
FSUI_CSTR("DuckStation is a free and open-source simulator/emulator of the Sony PlayStation(TM) "
|
||||||
"console, focusing on playability, speed, and long-term maintainability."));
|
"console, focusing on playability, speed, and long-term maintainability."));
|
||||||
ImGui::NewLine();
|
ImGui::NewLine();
|
||||||
ImGui::TextWrapped("Version: %s", g_scm_tag_str);
|
ImGui::TextWrapped(FSUI_CSTR("Version: %s"), g_scm_tag_str);
|
||||||
ImGui::NewLine();
|
ImGui::NewLine();
|
||||||
ImGui::TextWrapped(
|
ImGui::TextWrapped(
|
||||||
"%s", FSUI_CSTR("Duck icon by icons8 (https://icons8.com/icon/74847/platforms.undefined.short-title)"));
|
"%s", FSUI_CSTR("Duck icon by icons8 (https://icons8.com/icon/74847/platforms.undefined.short-title)"));
|
||||||
@ -7855,5 +7855,6 @@ TRANSLATE_NOOP("FullscreenUI", "{} Frames");
|
|||||||
TRANSLATE_NOOP("FullscreenUI", "{} deleted.");
|
TRANSLATE_NOOP("FullscreenUI", "{} deleted.");
|
||||||
TRANSLATE_NOOP("FullscreenUI", "{} does not exist.");
|
TRANSLATE_NOOP("FullscreenUI", "{} does not exist.");
|
||||||
TRANSLATE_NOOP("FullscreenUI", "{} is not a valid disc image.");
|
TRANSLATE_NOOP("FullscreenUI", "{} is not a valid disc image.");
|
||||||
|
TRANSLATE_NOOP("FullscreenUI", "Version: %s");
|
||||||
// TRANSLATION-STRING-AREA-END
|
// TRANSLATION-STRING-AREA-END
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user