We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6cf7ba commit b8575c8Copy full SHA for b8575c8
src/translations/en/transcoder.php
@@ -14,6 +14,7 @@
14
* @since 1.0.0
15
*/
16
return [
17
- 'Transcoder caches' => 'Transcoder caches',
18
- '{name} plugin loaded' => '{name} plugin loaded'
+ 'Transcoder caches' => 'Transcoder caches',
+ '{name} plugin loaded' => '{name} plugin loaded',
19
+ '{name} cache directory cleared' => '{name} cache directory cleared'
20
];
0 commit comments