Improved translation header

This commit is contained in:
dangered wolf 2022-08-19 00:03:23 -04:00
parent 389316d7af
commit e93e02972d
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58
2 changed files with 2 additions and 2 deletions

View file

@ -115,7 +115,7 @@ export const handleStatus = async (
destination: translation.target_lang.toUpperCase()
});
newText = `${translation.text}\n\n` + `${formatText}\n\n` + `${newText}`;
newText = `${formatText}\n\n` + `${translation.text}\n\n`;
}
/* This Tweet has a video to render.

View file

@ -67,7 +67,7 @@ This is caused by Twitter API downtime or a new bug. Try again in a little while
DEFAULT_AUTHOR_TEXT: 'Twitter',
QUOTE_TEXT: `═ ↘️ Quoting {name} (@{screen_name}) ═════`,
TRANSLATE_TEXT: ` ↘️ Translated from {language} ═════`,
TRANSLATE_TEXT: ` Translated from {language} ═════`,
TRANSLATE_TEXT_INTL: `═ ↘️ {source} ➡️ {destination} ═════`,
PHOTO_COUNT: `Photo {number} of {total}`,
VIDEO_COUNT: `Video {number} of {total}`,