You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And now the question: Is it possible with grunt-angular-translate to extract the first key of the naming, e.g. app.title.[...] and write (or update) the translation in the corresponding file (here app.json)? If there is no file with this name, create it. How is it possible?
The text was updated successfully, but these errors were encountered:
Hi,
i´m using the angular-translate partialLoader for my project with the following file structure:
In my code the placeholder have the following naming:
{{ 'app.title' | translate }}
or{{ 'global.sitename' | translate }}
I put all keys with the first notation in the representing json files, e.g. app.title is a translation entry of the file app.json:
en:
app.json
global.json
de:
app.json
global.json
And now the question: Is it possible with grunt-angular-translate to extract the first key of the naming, e.g. app.title.[...] and write (or update) the translation in the corresponding file (here app.json)? If there is no file with this name, create it. How is it possible?
The text was updated successfully, but these errors were encountered: