mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Fix notification missing translation
This commit is contained in:
8
po/fr.po
8
po/fr.po
@@ -9,8 +9,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Dash To Panel\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-03-02 18:29-0500\n"
|
||||
"PO-Revision-Date: 2025-03-02 18:35-0500\n"
|
||||
"POT-Creation-Date: 2025-03-09 12:44-0400\n"
|
||||
"PO-Revision-Date: 2025-03-09 12:45-0400\n"
|
||||
"Last-Translator: Charles Gagnon <charlesg99@outlook.com>\n"
|
||||
"Language-Team: French\n"
|
||||
"Language: fr\n"
|
||||
@@ -43,6 +43,10 @@ msgstr ""
|
||||
msgid "Dash to Panel has been updated!"
|
||||
msgstr "Dash to Panel a été mis à jour!"
|
||||
|
||||
#: src/extension.js:93
|
||||
msgid "You are now running version"
|
||||
msgstr "Vous utilisez maintenant la version"
|
||||
|
||||
#: src/extension.js:99
|
||||
msgid "See what's new"
|
||||
msgstr "Voir les nouveautés"
|
||||
|
||||
@@ -90,7 +90,7 @@ export default class DashToPanelExtension extends Extension {
|
||||
if (this.metadata.version != SETTINGS.get_int('extension-version')) {
|
||||
Utils.notify(
|
||||
_('Dash to Panel has been updated!'),
|
||||
_(`You are now running version ${this.metadata.version}.`),
|
||||
_('You are now running version') + ` ${this.metadata.version}.`,
|
||||
'software-update-available-symbolic',
|
||||
Gio.icon_new_for_string(
|
||||
`${this.path}/img/dash-to-panel-logo-light.svg`,
|
||||
|
||||
Reference in New Issue
Block a user