Why aren’t cshtml files uploaded via GitHub?

Hi folks! I joined the team recently and we use GitHub integration for our files upload. Earlier we managed to upload cshtml files to our project and for some reason, the Git integration cannot recognize the same files now. I always get “invalid file extension” and I cannot understand why as previously it worked fine. Maybe anyone had the same issue and can help?

I’m attaching my configuration file:
Source: /Localization/New/en.cshtml
Translation: /Localization/New/Translations/%two_letters_code%.%file_extension%
type: html

4 Likes

Hi! Please add dest parameter to your configuration, see the example:

Source: /Localization/New/en.cshtml
Translation: /Localization/New/Translations/%two_letters_code%.%file_extension%
type: html
dest: /Localization/New/en.html

1 Like