Skip to content

Commit

Permalink
do not translate chat text
Browse files Browse the repository at this point in the history
  • Loading branch information
fechan committed Oct 30, 2024
1 parent 908c52b commit be75274
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
if (
key.startswith('menu.') or
key.startswith('options.') or
key.startswith('pack.')
key.startswith('pack.') or
key.startswith('chat.')
): # do not touch menu/option strings
mc_lang_pidgin[key] = mc_lang_en[key]
elif translation in dict_eng_pidgin:
Expand Down

0 comments on commit be75274

Please sign in to comment.