Rémi Verschelde 42e01dd411 classes: Convert indentation in code blocks from spaces to tabs
Following https://github.com/godotengine/godot/pull/89819.

Existing translations were preserved by processing them manually with this script,
to replace the indentation (with a couple exceptions for ascii-formatted lists/drawings):

```
for file in *.po; do
sed -E '/─|┖|┠|\|\\n/! {
  :a
  s/^("(\\t)*) {4}/\1\\t/
  ta
}' -i $file
done
```
2025-06-06 16:47:47 +02:00
2023-01-24 10:46:03 +01:00
2023-01-24 10:46:03 +01:00

Localization of the Godot Engine editor

This repository contains the localization templates and catalogs for the Godot Engine editor, including the in-editor class reference.

The translations are contributed through three projects on Hosted Weblate:

License

All the translation content of this repository (msgid, msgstr) is licensed under the MIT license, like Godot itself. See LICENSE.txt for details.

The shell scripts are in the public domain.

Description
Localization of the Godot editor and class reference – Translations should be done on Weblate (see link)
Readme 523 MiB
Languages
Python 86.1%
Makefile 13.9%