Skip to content

Commit 1fc3b2a

Browse files
committed
Deleted trailing spaces
1 parent 34654ad commit 1fc3b2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • translate-messages/src/translate_messages/lib

translate-messages/src/translate_messages/lib/language.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def create_translations(cli, target_msgs, lang_code):
2929
translated_msgs[key] = { 'message': translated_msg }
3030

3131
else : translated_msgs[key] = target_msgs[key]
32-
32+
3333
return translated_msgs
3434

3535
def write_translations(cli):

0 commit comments

Comments
 (0)