Skip to content

Commit

Permalink
Update zh-CN translation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Dec 21, 2024
1 parent 75a704a commit 464f678
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/python/po_translate.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/env/bin python

#
# Built-in imports
#
import argparse
from collections import Counter
import gc
Expand Down Expand Up @@ -151,7 +154,8 @@
'hi' : 'Hindi',
'it' : 'Italian',
'pt' : 'Portuguese',
'zh' : 'Chinese (Simplified)',
'ru' : 'Russian',
'zh' : 'ZH-CN',
}

#
Expand Down
1 change: 1 addition & 0 deletions src/docs/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 464f678

Please sign in to comment.