i18n: Sync classref translations with current 3.x codebase

(cherry picked from commit defb801120)
This commit is contained in:
Rémi Verschelde
2022-01-07 13:33:58 +01:00
parent 315805649a
commit 50225a0f32
44 changed files with 48499 additions and 11400 deletions

View File

@ -235,7 +235,7 @@
<argument index="0" name="tab" type="int" />
<description>
Emitted when a tab's close button is pressed.
[b]Note:[/b] Tabs are not removed automatically once the close button is pressed, this behaviour needs to be programmed manually. For example:
[b]Note:[/b] Tabs are not removed automatically once the close button is pressed, this behavior needs to be programmed manually. For example:
[codeblocks]
[gdscript]
$TabBar.tab_close_pressed.connect($TabBar.remove_tab)