Skip to content

Commit f54570d

Browse files
committed
Fixed a bug with Cinese (HANT) where the language wasn't indicated correctly in the initial prompt for HY-MT model
1 parent 49af71a commit f54570d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/res/raw/hy_mt_supported_languages.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<zh_name>藏语</zh_name>
178178
</language>
179179
<language>
180-
<code>zh-Hant</code> <!-- todo: implement a management of this -->
180+
<code>zh-HANT</code>
181181
<en_name>Traditional Chinese</en_name>
182182
<zh_name>繁体中文</zh_name>
183183
</language>

0 commit comments

Comments
 (0)