From 464f678564468574ac4e20bc3a9c1ed0702d974d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Garramu=C3=B1o?= Date: Sat, 21 Dec 2024 19:50:09 -0300 Subject: [PATCH] Update zh-CN translation. --- bin/python/po_translate.py | 6 +++++- src/docs/HISTORY.md | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bin/python/po_translate.py b/bin/python/po_translate.py index 53332575..c87c5db9 100644 --- a/bin/python/po_translate.py +++ b/bin/python/po_translate.py @@ -1,5 +1,8 @@ #!/usr/env/bin python +# +# Built-in imports +# import argparse from collections import Counter import gc @@ -151,7 +154,8 @@ 'hi' : 'Hindi', 'it' : 'Italian', 'pt' : 'Portuguese', - 'zh' : 'Chinese (Simplified)', + 'ru' : 'Russian', + 'zh' : 'ZH-CN', } # diff --git a/src/docs/HISTORY.md b/src/docs/HISTORY.md index b95e1b16..04401682 100644 --- a/src/docs/HISTORY.md +++ b/src/docs/HISTORY.md @@ -49,6 +49,7 @@ v1.3.1 - Improved performance of Data Window and Display Window when reading multipart OpenEXRs. - Fixed crashes of PlaylistButton when there were no tracks or stack. +- Updated AI translations. v1.3.0