https://github.com/godotengine/godot-editor-l10n
Localization of the Godot editor and class reference – Translations should be done on Weblate (see link)
https://github.com/godotengine/godot-editor-l10n
Last synced: 8 months ago
JSON representation
Localization of the Godot editor and class reference – Translations should be done on Weblate (see link)
- Host: GitHub
- URL: https://github.com/godotengine/godot-editor-l10n
- Owner: godotengine
- License: mit
- Created: 2023-01-24T11:17:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T18:47:03.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T10:51:29.058Z (over 1 year ago)
- Language: Python
- Size: 249 MB
- Stars: 15
- Watchers: 4
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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.