Page 1 of 1

Native translation of Spanish

PostPosted: Wed Jul 17, 2019 5:34 pm
by diegoalexander91
Hello,

I've been a couple of months, setting my vicidial so that the Spanish translation looks better for the agents and the people who must interact with the system.
I want to share it with everyone, I know the repository http://vicidial.org/translations/ where all the translations are hosted, is it possible?
The translation contains accents, the letter "ñ" among other things.

It's my first post, please, what should I do?

Image --> https://ibb.co/9nGPMDJ
Image --> https://ibb.co/NF7Tm9s
Image --> https://ibb.co/ww0bsPh

:D

Re: Native translation of Spanish

PostPosted: Thu Jul 18, 2019 5:55 am
by mflorell
We would love to post your translation file!

Have you exported it from the Languages web admin page yet?

If so, just create an account on the Issue Tracker and post the file there,
http://www.vicidial.org/VICIDIALmantis


Thanks!

Re: Native translation of Spanish

PostPosted: Thu Jul 18, 2019 9:58 am
by diegoalexander91
I am honored by your response Matt,

The id of the issue is 0001173

Thank you

Re: Native translation of Spanish

PostPosted: Thu Jul 18, 2019 9:54 pm
by mflorell
Thank you very much!

It looks great, I've uploaded it to the webserver:
http://www.vicidial.org/translations/LA ... 094833.txt

Re: Native translation of Spanish

PostPosted: Mon Jul 22, 2019 6:49 pm
by williamconley
diegoalexander91 wrote:I am honored by your response Matt,

The id of the issue is 0001173

Thank you

Well done. There are a lot of spanish speaking rooms and they will greatly appreciate your effort. I'd +1 you but this is phpBB not social media. 8-)

Re: Native translation of Spanish

PostPosted: Mon Jul 29, 2019 5:36 pm
by diegoalexander91
I have reviewed the link, but unfortunately when uploading it to the server, accents and words that use the letter "ñ" are lost.

It can be replaced:

á --> á
é --> é
í --> í
ó --> ó
Ó --> Ó
ú --> ú
Ú --> Ú
ñ --> ñ
Ú --> Ñ

Re: Native translation of Spanish

PostPosted: Mon Jul 29, 2019 6:05 pm
by williamconley
diegoalexander91 wrote:I have reviewed the link, but unfortunately when uploading it to the server, accents and words that use the letter "ñ" are lost.

It can be replaced:

á --> á
é --> é
í --> í
ó --> ó
Ó --> Ó
ú --> ú
Ú --> Ú
ñ --> ñ
Ú --> Ñ

Post your Installer Version. It may be that you have an older table structure which has a different character set.

Have you tried this with a New/Fresh install? If it works in a new install, you may be able to get the DB/Table settings and alter your original installation to allow import of the special characters properly. If I'm right, that is.

Re: Native translation of Spanish

PostPosted: Tue Jul 30, 2019 11:12 am
by diegoalexander91
Hi William, thanks for the reply.

The problem is at the source:
http://www.vicidial.org/translations/LA ... 094833.txt

When uploading the phrases responding to the incident 0001173 of VICIDIALMantis. Accents were replaced by special characters.

My interface looks great. :D :D

Image

Re: Native translation of Spanish

PostPosted: Tue Jul 30, 2019 2:11 pm
by williamconley
1) Dead Link

2) The fact that you see extra characters does not necessarily mean they are "in the source". Language characters require matching character maps to be read the same as when they were written. So ... knowing the real source and How you are reading them is very important.

For instance, mysql has "charsets", every package (from Notepad to MySQL and even Chrome and Microsoft Word!) has some sort of method to deal with character sets. So your interpretation that it's "wrong at the source" could very well mean you are just loading it into a package that has a different "charset" than the one that wrote the source file.

Re: Native translation of Spanish

PostPosted: Tue Jul 30, 2019 6:32 pm
by mflorell
I've tested this 3 times on my dev system and cannot replicate the issue you mention. Everything on my test system is set to use UTF-8, even the MySQL character encoding, so maybe that's the issue.