Знак % вынесен в переводы, т.к. он может отличаться в других языках

This commit is contained in:
ErickSkrauch 2017-12-17 17:30:05 +03:00
parent ed539917d4
commit 37ecf721a2
2 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@ class LanguageSwitcher extends Component {
if (progress !== 100) {
progressLabel = (
<Message {...messages.translationProgress} values={{
progress: `${progress}%`,
progress,
}} />
);
} else if (!isReleased) {

View File

@ -1,7 +1,7 @@
{
"siteLanguage": "Site language",
"startTyping": "Start typing…",
"translationProgress": "{progress} translated",
"translationProgress": "{progress}% translated",
"mayBeInaccurate": "May be inaccurate",
"weDoNotSupportThisLang": "Sorry, we do not support this language",
"improveTranslates": "Improve Ely.by translation",