mirror of
https://github.com/mue/mue.git
synced 2026-07-23 00:37:27 +02:00
feat(translations): support for new strings
This commit is contained in:
@@ -149,7 +149,13 @@ export default class Stats extends PureComponent {
|
||||
</span>
|
||||
<br />
|
||||
<span className="subtitle">
|
||||
{this.getUnlockedCount()}/{this.state.achievements.length} Unlocked
|
||||
{variables.language.getMessage(
|
||||
variables.languagecode,
|
||||
'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