Skip to content
Snippets Groups Projects
Commit c4e1406e authored by Xavier Jouslin de Noray's avatar Xavier Jouslin de Noray
Browse files

Translation: fix the bug on translation of the name and the description of the plugin

Gitlab: #8
Change-Id: I27fbfd97d5c1de8ee59665f181885586386a08fa
parent 5ad27ef8
No related branches found
No related tags found
No related merge requests found
......@@ -67,15 +67,15 @@ export class PluginsManager {
id: plugin.id,
name: await this.translation.formatText(
plugin.id,
plugin.arches[0],
lang,
plugin.name,
await this.getPluginPath(plugin.id, arch)
),
version: plugin.version,
description: await this.translation.formatText(
plugin.id,
plugin.arches[0],
lang,
plugin.description,
await this.getPluginPath(plugin.id, arch)
),
icon: plugin.icon,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment