Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Keys from JSON import file gets prefixed with 0. #120

Open
Kenneth-Inkum opened this issue Jun 7, 2024 · 1 comment
Open

Keys from JSON import file gets prefixed with 0. #120

Kenneth-Inkum opened this issue Jun 7, 2024 · 1 comment

Comments

@Kenneth-Inkum
Copy link

{ "example" : "example}

becomes

{ "0.example" : "example"}

after running php artisan translations:import and then later publishing from the UI.

@etopian
Copy link

etopian commented Sep 5, 2024

Key should be something like module.key so it should have a prefix.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants