syncfusion / blazor-locale

Locale translation resource files for all Syncfusion Blazor UI components in multiple cultures
26 stars 110 forks source link

es of resource resx is full of errors #70

Closed sa-riverar closed 2 years ago

sa-riverar commented 2 years ago

After correcting the error it throws a lot more errors Imagen1 .

syncsiva commented 2 years ago

@sa-riverar We have checked SfResources.es.resx file and all other resx files and it's loading properly in editor as expected. Refer below image below,

image

Can you share the resx file you are using or else please use the latest resx files published in this repo.

sa-riverar commented 2 years ago

The file I just downloaded again from github is attached. You can check line 15 in text editor is incorrect as in the screen I shared. Please do download from github and try. By the way, I am using VS2022 17.1.4 image

Thanks in advance. Best regards, Socrates A Rivera R SfResources.es.zip

syncsiva commented 2 years ago

Hi @sa-riverar

We have checked the shared file, and it doesn't contain resource information. It's completely different from the file in this repo. https://github.com/syncfusion/blazor-locale/blob/master/src/SfResources.es.resx

The shared file contains div elements and css styles instead of data and value like below,

  <data name="MultiSelect_UnSelectAllText" xml:space="preserve">
    <value>Deselecciona todo</value>
  </data>

Requesting to use the resx file in this repo and refer below documentation link for more details, https://blazor.syncfusion.com/documentation/common/localization

sa-riverar commented 2 years ago

Hello @syncsiva

The file shared was obtained from image

I can not download (I do not know how to) the file from the link you sent. If I try to navigate to the previous level it sends me to another route completely different.

Can you please share me the correct file (or say how to get it).

I got it (and appears to be right). I think that was all the problem "I do not know how to download the file" (Can you teach me?). I still do not know how to get it right, please share the resx.

Thans in advance. Best regards, Socrates A Rivera R

syncsiva commented 2 years ago

Hi @sa-riverar,

You can download files via git checkout or just download the files directly as zip as follows, image

sa-riverar commented 2 years ago

Hello @syncsiva , Thank you very much for the tip to correctly download the file. I have the correct version now and it works very well. I will close the issue. Best regards, Sócrates A Rivera R