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

Allow configure the json file name and location #30

Open
Gambero81 opened this issue Jun 1, 2020 · 0 comments
Open

Allow configure the json file name and location #30

Gambero81 opened this issue Jun 1, 2020 · 0 comments

Comments

@Gambero81
Copy link

It would be great to be able to allow configure the json file name and location to allow split json translation for components.

Example of component file structure:

Components\Component.razor //<- component page
Components\Component.razor.cs //<- component code behind
Components\Component.razor.scss //<- component style
Components\Component.razor.en //<- component dictionary for english language
Components\Component.razor.it // <- component dictionary for italian language

This structure allow to visual studio to apply automatic neasting:

Component.razor
|-- Component.razor.cs
|-- Component.razor.scss
|-- Component.razor.en
|-- Component.razor.it

Actually i have created multiple json file inside i18nText folder, but it's not a very well maintenable solution because files are all inside a single folder and cannot reply the structure above.

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

No branches or pull requests

1 participant