Extensions: List of tags to be used for translation

Internal module used for translation.

Pull Request: https://projects.blender.org/blender/blender/pulls/123069
This commit is contained in:
Dalai Felinto
2024-06-11 17:42:56 +02:00
parent cfd64f2e85
commit 188b6fd3d0
2 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# SPDX-FileCopyrightText: 2024 Blender Authors
#
# SPDX-License-Identifier: GPL-2.0-or-later

View File

@@ -0,0 +1,57 @@
# SPDX-FileCopyrightText: 2024 Blender Authors
#
# SPDX-License-Identifier: GPL-2.0-or-later
# The purpose of this list is to present the tags to be picked up by translation.
# Blender itself will show all the available tags from all the servers.
# The initial list of tags are the ones used by Blender Extensions Platforms (https://extensions.blender.org).
# Other platforms can send PRs to extend this list further.
tags = [
{
"remote_url": "https://extensions.blender.org/api/v1/extensions",
"add-ons": {
'3D View',
'Add Curve',
'Add Mesh',
'Animation',
'Bake',
'Camera',
'Compositing',
'Development',
'Game Engine',
'Geometry Nodes',
'Grease Pencil',
'Import-Export',
'Lighting',
'Material',
'Modeling',
'Mesh',
'Node',
'Object',
'Paint',
'Pipeline',
'Physics',
'Render',
'Rigging',
'Scene',
'Sculpt',
'Sequencer',
'System',
'Text Editor',
'Tracking',
'User Interface',
'UV',
},
"themes": {
'Accessibility',
'Colorful',
'Dark',
'High Contrast',
'Inspired By',
'Light',
'Print',
},
},
]