mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Improved translation header
This commit is contained in:
parent
389316d7af
commit
e93e02972d
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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}`,
|
||||
|
|
Loading…
Add table
Reference in a new issue