mirror of
https://github.com/godotengine/godot-editor-l10n.git
synced 2025-12-31 17:48:32 +03:00
42e01dd4119c9b062621939b73002a89976bee72
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 ```
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:
- godot: Strings from the editor interface.
- godot-properties: Strings extracted from property names and project/editor settings.
- godot-class-reference: Class reference for the Godot API.
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)
Languages
Python
86.1%
Makefile
13.9%