-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I have some issues with importing already existing translations from arrays.
There are 2 languages, EN and JA and they each have 5 files with translations (auth.php, error.php, messages.php, ...). When importing them, they get added to the sqlite as 'langen' and 'langja' columns. Publishing these json's will also fail on the 'lang/lang/en.json'.
The Japanese translations are also not imported well. They get imported as separate new key's instead of matching on the already imported English keys. This is probably because the actual English translations are used a keys instead of the array keys.
Metadata
Metadata
Assignees
Labels
No labels