Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Feature: Support for Nested Deep Folder Translations #252

Open
wants to merge 2 commits into
base: 2.x
Choose a base branch
from

Conversation

yob-yob
Copy link

@yob-yob yob-yob commented Sep 23, 2022

This PR will allow support for nested directory structures for language files

Example:

Directory Structure: lang -> en -> pages -> dashboard.php
Group Key: pages/dashboard

This will also support even deeper structure

Example:

Directory Structure: lang -> en -> pages -> dashboard -> form.php
Group Key: pages/dashboard/form

This PR will also support vendor packages inner structure.

Example:

Directory Structure: lang -> vendor -> package -> en -> pages -> dashboard -> form.php
Group Key: package::pages/dashboard/form

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

Successfully merging this pull request may close these issues.

None yet

1 participant