Smayke95 / Umbraco.GoogleTranslate

Plugin for Umbraco CMS which integrates Google Translate.
MIT License
2 stars 0 forks source link

Editing languages #1

Closed ulfmollerstrom closed 2 months ago

ulfmollerstrom commented 2 months ago

Is it possible to edit/add to the languages in the editor? googleTranslateEditor.html

Smayke95 commented 2 months ago

@ulfmollerstrom if you want to add language to the list, you can write which and I will add it, so it will be available in next version of the package. If you want to have specific custom list of languages I can write you steps how to add this project inside your project so you can edit languages on your own.

ulfmollerstrom commented 2 months ago

@Smayke95 1) se - Sweden/Sverige 2) that would be really great with the instruction (whenever you find the time)! 👍

Smayke95 commented 2 months ago

@ulfmollerstrom version 1.0.5 is online. Three new languages are added: Swedish, Turkish and Ukrainian. Can you please update NuGet package to the latest version and test is everything is working properly.

Smayke95 commented 2 months ago

@ulfmollerstrom If you want to customize package, follow these steps:

1.) Download package repository 2.) Open your project 3.) Right click on solution in your project, Add Existing Project and choose downloaded project 4.) Right click on dependencies, Add Project Reference and choose project from previous step 5.) Customize package

Another way is to just copy everything from package repository in your project. This also should work.

ulfmollerstrom commented 2 months ago

@Smayke95 Works excellent many thanks!