This is no longer necessary since translations are no longer stored in the repository.

This commit is contained in:
James Cole
2025-01-05 09:20:55 +01:00
parent 481bb3fb0a
commit 5dce0bec8e
16 changed files with 49 additions and 58 deletions

View File

@@ -20,7 +20,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
@@ -42,7 +42,7 @@ return [
'stacktrace' => 'Stack trace',
'more_info' => 'More information',
// Ignore this comment
'collect_info' => 'Please collect more information in the <code>storage/logs</code> directory where you will find log files. If you\'re running Docker, use <code>docker logs -f [container]</code>.',
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/how-to/general/debug/">the FAQ</a>.',