While downloading Ushahidi latest code from github i18n folder contents are not getting downloading, I’ve seen that Ushahidi team have made some changes to Localization concept, but how can we get i18n contents ?
i18n Folder contents are not getting downloaded
rjmackay
#2
Hi Mahesh,
If you’re downloading Ushahidi from github you need to:
-
Download the prepared zip file which includes i18n files from here: https://github.com/downloads/ushahidi/Ushahidi_Web/Ushahidi_Web-2.6.1.zip
-
Clone the repository using the following git command:
git clone --recursive git://github.com/ushahidi/Ushahidi_Web.git
Hope that helps,
Robbie
dmahesh22
#3
After downloading from here: https://github.com/downloads/ushahidi/Ushahidi_Web/Ushahidi_Web-2.6.1.zip, my issue solved, Thanks Robbie.