docdoku / docdoku-plm

The project purpose is to develop a comprehensive, robust open source PLM (Product LifeCycle Management) solution.
http://www.docdokuplm.com
GNU Affero General Public License v3.0
243 stars 100 forks source link

RU Localisation #1100

Closed sah4ez closed 7 years ago

sah4ez commented 7 years ago

Hi! Tell me what I need to do to localize to another language?

florentgarin commented 7 years ago

Hi,

On the server side core project (docdoku/docdoku-plm) you need to create files for your language for:

LocalStrings.properties (for an example look at LocalStrings_fr.properties for french) MailText.properties

On the client side (docdoku/docdoku-web-front project) you need to add files your your language under the folder:

/app/js/localization

Look for existing supported languages as a example.

mguimard commented 7 years ago

Hello,

A docker-compose project has been created for development pruposes, you can give a try to https://github.com/docdoku/docdoku-plm-docker

Also, branch feature-ru-translation is ready to be forked, it contains 5 new files *_ru.properties that need to be translated.

Thank you for contributing !

sah4ez commented 7 years ago

Hi, I begined translation.

sah4ez commented 7 years ago

I all translated and begined testing.

sah4ez commented 7 years ago

1106