mirror of
https://github.com/godotengine/godot-editor-l10n.git
synced 2025-12-31 17:48:32 +03:00
Add readme and license
This commit is contained in:
20
LICENSE.txt
Normal file
20
LICENSE.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md).
|
||||
Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
23
README.md
Normal file
23
README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user