mirror of
https://github.com/mue/mue.git
synced 2026-07-17 14:04:09 +02:00
fix(translations): fix issues caused by refactor
This commit is contained in:
@@ -147,13 +147,9 @@ export default class Stats extends PureComponent {
|
||||
</span>
|
||||
<br />
|
||||
<span className="subtitle">
|
||||
{variables.getMessage(
|
||||
variables.languagecode,
|
||||
'modals.main.settings.sections.stats.unlocked',
|
||||
{
|
||||
count: this.getUnlockedCount() + '/' + this.state.achievements.length,
|
||||
},
|
||||
)}
|
||||
{variables.getMessage('modals.main.settings.sections.stats.unlocked', {
|
||||
count: this.getUnlockedCount() + '/' + this.state.achievements.length,
|
||||
})}
|
||||
</span>
|
||||
<div className="achievements">
|
||||
{this.state.achievements.map((achievement, index) => {
|
||||
|
||||
Reference in New Issue
Block a user