Skip to content

Commit eac36ee

Browse files
authored
Fix(CI): Push sources on Transifex (#57)
1 parent 54c4563 commit eac36ee

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"symfony/yaml": "^7.3"
55
},
66
"require-dev": {
7-
"glpi-project/tools": "^0.7.4"
7+
"glpi-project/tools": "^0.8.3"
88
},
99
"provide": {
1010
"tecnickcom/tcpdf": "*"

composer.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inc/profile.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class PluginPdfProfile extends Profile
3636

3737
public static function getTypeName($nb = 0)
3838
{
39-
return _sn('PDF export', 'PDF export', $nb, 'pdf');
39+
return __s('PDF export', 'pdf');
4040
}
4141

4242
public function rawSearchOptions()

0 commit comments

Comments
 (0)