mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-16 21:22:59 +05:30
Знак % вынесен в переводы, т.к. он может отличаться в других языках
This commit is contained in:
parent
ed539917d4
commit
37ecf721a2
@ -185,7 +185,7 @@ class LanguageSwitcher extends Component {
|
|||||||
if (progress !== 100) {
|
if (progress !== 100) {
|
||||||
progressLabel = (
|
progressLabel = (
|
||||||
<Message {...messages.translationProgress} values={{
|
<Message {...messages.translationProgress} values={{
|
||||||
progress: `${progress}%`,
|
progress,
|
||||||
}} />
|
}} />
|
||||||
);
|
);
|
||||||
} else if (!isReleased) {
|
} else if (!isReleased) {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"siteLanguage": "Site language",
|
"siteLanguage": "Site language",
|
||||||
"startTyping": "Start typing…",
|
"startTyping": "Start typing…",
|
||||||
"translationProgress": "{progress} translated",
|
"translationProgress": "{progress}% translated",
|
||||||
"mayBeInaccurate": "May be inaccurate",
|
"mayBeInaccurate": "May be inaccurate",
|
||||||
"weDoNotSupportThisLang": "Sorry, we do not support this language",
|
"weDoNotSupportThisLang": "Sorry, we do not support this language",
|
||||||
"improveTranslates": "Improve Ely.by translation",
|
"improveTranslates": "Improve Ely.by translation",
|
||||||
|
Loading…
Reference in New Issue
Block a user