You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const prefix = branchLengthsToDisplay !== "divOnly" ? t("and comprising") : t("comprising");
const filterText = arrayToSentence(filterTextArr, {prefix: prefix, capatalise: false});
if (filterText.length) {
summary += ${filterText};
} else {
summary += ". ";
}
In this case, the code assumes that you can add filterText after the template and there's currently no way to control it.
The text was updated successfully, but these errors were encountered:
* pr-994:
Fix linting, key names and double period ".." strings
add periods to english translations
Fixes#993 by creating separate translations for compound sentences
Some entries are hard to translate as text is built up with separate contexts.
From #981 :
The text was updated successfully, but these errors were encountered: