Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2020-12-04 17:21:13 +0300
committerBastien Montagne <bastien@blender.org>2020-12-04 17:21:53 +0300
commit1a2a24bf4af96c6788eab79c257c32e19124ec26 (patch)
tree094b9fb4de1200793cc5e3c046d392ca883c5c5d /ui_translate/__init__.py
parent052e683cec772f4f48a896c02863f3266f6555a2 (diff)
UI Translate: switch to using utils code to list/match translation files.
Diffstat (limited to 'ui_translate/__init__.py')
-rw-r--r--ui_translate/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui_translate/__init__.py b/ui_translate/__init__.py
index 2cbf6cb0..20f7b884 100644
--- a/ui_translate/__init__.py
+++ b/ui_translate/__init__.py
@@ -21,8 +21,8 @@
bl_info = {
"name": "Manage UI translations",
"author": "Bastien Montagne",
- "version": (1, 3, 0),
- "blender": (2, 80, 0),
+ "version": (1, 3, 1),
+ "blender": (2, 92, 0),
"location": "Main \"File\" menu, text editor, any UI control",
"description": "Allows managing UI translations directly from Blender "
"(update main .po files, update scripts' translations, etc.)",