* corrected Turkish translation by [Clompress]
* updated changelog
This commit is contained in:
parent
ca8fb4bc35
commit
75b2423a25
@ -1,4 +1,6 @@
|
|||||||
* increase run callbacks background thread polling time to ~200ms
|
* **[Clompress]** corrected Turkish translation
|
||||||
|
* increase run callbacks background thread polling time to `~200ms`
|
||||||
|
* changed the overlay title to give proper credits to its author
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1757,7 +1757,7 @@ const char translationAchievedOn[TRANSLATION_NUMBER_OF_LANGUAGES][TRANSLATION_BU
|
|||||||
u8"achieved on %s",
|
u8"achieved on %s",
|
||||||
|
|
||||||
// 26 - Turkish
|
// 26 - Turkish
|
||||||
u8"%s'de elde edildi",
|
u8"%s tarihinde elde edildi",
|
||||||
|
|
||||||
// 27 - Ukrainian
|
// 27 - Ukrainian
|
||||||
u8"achieved on %s",
|
u8"achieved on %s",
|
||||||
|
@ -1156,7 +1156,8 @@ void Steam_Overlay::render_main_window()
|
|||||||
snprintf(tmp, sizeof(tmp), translationRenderer[current_language], (_renderer == nullptr ? "Unknown" : _renderer->GetLibraryName().c_str()));
|
snprintf(tmp, sizeof(tmp), translationRenderer[current_language], (_renderer == nullptr ? "Unknown" : _renderer->GetLibraryName().c_str()));
|
||||||
std::string windowTitle{};
|
std::string windowTitle{};
|
||||||
// Note: don't translate this, project and author names are nouns, they must be kept intact for proper referral
|
// Note: don't translate this, project and author names are nouns, they must be kept intact for proper referral
|
||||||
windowTitle.append("Ingame Overlay - Nemirtingas (").append(tmp).append(")");
|
// think of it as translating "Protobuf - Google"
|
||||||
|
windowTitle.append("Ingame Overlay project - Nemirtingas (").append(tmp).append(")");
|
||||||
|
|
||||||
if ((settings->overlay_appearance.background_r >= 0) &&
|
if ((settings->overlay_appearance.background_r >= 0) &&
|
||||||
(settings->overlay_appearance.background_g >= 0) &&
|
(settings->overlay_appearance.background_g >= 0) &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user