i18n: Sync classref translations with Weblate

(cherry picked from commit 516d6b6bad)
This commit is contained in:
Rémi Verschelde
2022-07-27 15:55:38 +02:00
parent d5f8ecd54e
commit 4e9640b3ec
47 changed files with 5685 additions and 1162 deletions

View File

@@ -126,7 +126,7 @@
<return type="Dictionary" />
<argument index="0" name="sizes" type="PackedVector2Array" />
<description>
Given an array of [Vector2]s representing tiles, builds an atlas. The returned dictionary has two keys: [code]points[/code] is a vector of [Vector2] that specifies the positions of each tile, [code]size[/code] contains the overall size of the whole atlas as [Vector2].
Given an array of [Vector2]s representing tiles, builds an atlas. The returned dictionary has two keys: [code]points[/code] is an array of [Vector2] that specifies the positions of each tile, [code]size[/code] contains the overall size of the whole atlas as [Vector2].
</description>
</method>
<method name="merge_polygons">