-
Notifications
You must be signed in to change notification settings - Fork 40
Behind building text fix #2701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Behind building text fix #2701
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
date: 2025-03-27 | ||
|
||
title: Changes Behind building option string | ||
|
||
|
||
changes: | ||
- fix: Improves text in Behind building option string | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
||
subchanges: | ||
|
||
labels: | ||
- minor | ||
- text | ||
- v1.0 | ||
|
||
links: | ||
- https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2701 | ||
|
||
authors: | ||
- dmgreen |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41346,20 +41346,23 @@ AR: "Toggle showing shadows in game. Turn off for improved performance" | |
UK: "Увімкнути показ тіней у грі. Вимкніть для кращої продуктивності" | ||
END | ||
|
||
// Patch104p @fix dmgreen 27/03/2025 Changes US from "Behind Buildings" (#2701) | ||
// Patch104p @fix dmgreen 27/03/2025 Changes DE, FR, ES, IT, KO, ZH, BP, PL strings to reflect US change (#2701) | ||
|
||
// context: Checkbox on the Advance Display Options menu | ||
GUI:BehindBuilding | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does this text have enough room in the options menu? |
||
US: "Behind Buildings" | ||
DE: "Hinter Gebäuden" | ||
FR: "Transparence des bâtiments" | ||
ES: "Tras los edificios" | ||
IT: "Tracce di calore" | ||
KO: "건물 후방 표시" | ||
ZH: "建築物後方顯示" | ||
BP: "Assinatura de Calor" | ||
PL: "Za budynkami" | ||
US: "Show Units Behind Buildings" | ||
DE: "Einheiten hinter Gebäuden anzeigen" | ||
FR: "Afficher les unités derrière les bâtiments" | ||
ES: "Mostrar unidades detrás de los edificios" | ||
IT: "Mostra unità dietro gli edifici" | ||
KO: "건물 뒤에 있는 유닛 표시" | ||
ZH: "顯示建築物後面的單位" | ||
BP: "Mostrar unidades atrás dos edifícios" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I suggest not change Arabic to English. |
||
PL: "Pokaż jednostki za budynkami" | ||
xezon marked this conversation as resolved.
Show resolved
Hide resolved
|
||
RU: "Отображать Войска за зданиями" | ||
AR: "تﺎﻳﺎﻨﺒﻟا ﻒﻠﺧ" | ||
UK: "Показувати Підрозділи за будівлями" | ||
UK: "Показувати одиниці за будівлями" | ||
END | ||
|
||
// context: Checkbox on the Advance Display Options menu | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest merge the yaml of this change with the one of #2700, after #2700 has been merged, because both touch the Options menu.