Files
godot-editor-l10n/README.md
2023-01-24 10:46:03 +01:00

24 lines
960 B
Markdown

# Localization of the Godot Engine editor
This repository contains the localization templates and catalogs for the
[Godot Engine](https://godotengine.org) editor, including the in-editor
class reference.
The translations are contributed through three projects on [Hosted
Weblate](https://hosted.weblate.org/projects/godot-engine/):
- [godot](https://hosted.weblate.org/projects/godot-engine/godot/):
Strings from the editor interface.
- [godot-properties](https://hosted.weblate.org/projects/godot-engine/godot-properties/):
Strings extracted from property names and project/editor settings.
- [godot-class-reference](https://hosted.weblate.org/projects/godot-engine/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](/LICENSE.txt) for details.
The shell scripts are in the public domain.