Skip to content

Commit 7273a48

Browse files
Merge pull request #13 from vasilGerginski/fix/empty-translation-file
Fix empty translation file causing array_replace_recursive() error
2 parents 2228cdc + 2115174 commit 7273a48

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

resources/lang/en/flowforge.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
3+
return [
4+
// Flowforge translation keys will be added here as needed
5+
];

0 commit comments

Comments
 (0)