Hi experts,
How can I localize a composer project?
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
hello, we used russian localization for our project. First, we executed Localize project menu option. It creates english localization. You can find folder with name en in Locales folder, en folder contains utf8 and .properties files of english localization. After this we manually created ru folder in Locales folder and copied utf8 files from en, then we changed values in this file to russian. Then we created build.xml file for Ant and put it to project folders. This file contains localization instructions to russian. Then we executed Ant script with this file from Composer, after this you can find in ru folder .properties files. Project localized, there is our localization steps if I did not forget something.