The 1C:Enterprise developers forum

#1
People who like this: 0 Yes / 0 No
Just came
Rating: 0
Joined: Feb 29, 2012
Company: 1VS

Hi,

We are working on 1cfresh site translation to Vietnamese. There is one message we cannot find: it says "Need help?" on Russian. Could you please tell me were I can find it? See the screenshot attached.

Thank you!

Edited: Tran Huy - Aug 13, 2014 11:00 PM
 
#2
People who like this: 0 Yes / 0 No
Just came
Rating: 0
Joined: Feb 29, 2012
Company: 1VS

One more question about 1cfresh site localization. Registration form prompts user to enter a phone number starting with country code +7 (Russia). How can we replace the code with +84 (Vietnam)?

 
#3
People who like this: 0 Yes / 0 No
Active user
1C:Professional
Rating: 6
Joined: May 8, 2013
Company: 1C Company

"Need help?" is actually a picture which you can find in "css\img\need-help.png". In your case it's "C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\forum\forum\css\img\need-help.png". You need to replace it with the picture of the same size translated into Vietnamese.

 
#4
People who like this: 0 Yes / 0 No
Active user
1C:Professional
Rating: 6
Joined: May 8, 2013
Company: 1C Company

In current version the country code is hardcoded into the site Java script (it will be fixed in next version). You can fix it yourself in "ROOT\WEB-INF\views\pages\registrUsingCode.jsp". Please open the file and find the following string:

Code
$('[type="tel"]').mask('+7 (999) 999-99-99');

Here is a phone number mask which contains the country code. Replace "+7" with "+84", save the file, reload Tomcat and that's it.

 
#5
People who like this: 0 Yes / 0 No
Just came
Rating: 0
Joined: Feb 29, 2012
Company: 1VS

Thank you!

i resolved the problem.

 
Subscribe
Users browsing this topic (guests: 2, registered: 0, hidden: 0)