Skip to content

Commit 51b593e

Browse files
committed
Corrected typo
1 parent f583835 commit 51b593e

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
@@ -62,7 +62,7 @@ def write_translations(cli):
6262
else : langs_translated.append(lang_code) ; lang_translated = True
6363
if not lang_translated : langs_not_translated.append(lang_code)
6464
status = (
65-
f'{log.colors.dg}Adde' if lang_added else
65+
f'{log.colors.dg}Added' if lang_added else
6666
f'{log.colors.gry}Skipped' if lang_skipped else
6767
f'{log.colors.dy}Updated'
6868
)

0 commit comments

Comments
 (0)